-
Notifications
You must be signed in to change notification settings - Fork 820
Update the changelog to reflect recent PRs #1605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CHANGELOG.md
Outdated
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929: | ||
* `alertmanager.mesh.listen-address` is now `cluster.listen-address` | ||
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer` | ||
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear. | ||
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564 | ||
* [CHANGE] The name label for the chunks memcache in all `cortex_cache_` is now `chunksmemcache` (before it was `memcache`) #1569 | ||
* [FEATURE] Honor https for custom S3 URLs #1603 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though this can be considered a Breaking change too :)
Obligatory xkcd https://xkcd.com/1172/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can do breaking changes in 0.x releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/https/HTTPS/
CHANGELOG.md
Outdated
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929: | ||
* `alertmanager.mesh.listen-address` is now `cluster.listen-address` | ||
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer` | ||
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear. | ||
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564 | ||
* [CHANGE] The name label for the chunks memcache in all `cortex_cache_` is now `chunksmemcache` (before it was `memcache`) #1569 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [CHANGE] The name label for the chunks memcache in all `cortex_cache_` is now `chunksmemcache` (before it was `memcache`) #1569 | |
* [CHANGE] The value for the name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a couple of nits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor niggle: on line 7 "retention period should" is really "retention period must".
Perhaps add something about ingester.spread-flushes being consistent between ingesters? #1578 |
b3c37e8
to
a04c2ac
Compare
CHANGELOG.md
Outdated
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564 | ||
* [CHANGE] Retention period must now be a multiple of periodic table duration #1564 | ||
* [CHANGE] The value for the name name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569 | ||
* [FEATURE] Makes the ingester flush each timeseries at a specific point in the max-chunk-age cycle. This means multiple replicas of a chunk are very likely to contain the same contents which cuts chunk storage space by up to 66%. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The flag should be specifically called out here so that users know the new behavior has to be toggled on.
CHANGELOG.md
Outdated
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929: | ||
* `alertmanager.mesh.listen-address` is now `cluster.listen-address` | ||
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer` | ||
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear. | ||
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564 | ||
* [CHANGE] Retention period must now be a multiple of periodic table duration #1564 | ||
* [CHANGE] The value for the name name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/name name/name
a04c2ac
to
879bf00
Compare
Making my life as a release shepherd easy. Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
879bf00
to
7d84d76
Compare
Making my life as a release shepherd easy.
Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com