mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
fix typo in release notes about scrape_native_histograms (#17655)
* fix typo Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> * add changelog Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> * Update CHANGELOG.md Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com> Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> * remove migration notes again Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
parent
6b0b93d2d3
commit
f331aa6d14
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
* [FEATURE] OAuth2: support jwt-bearer grant-type (RFC7523 3.1). #17592
|
* [FEATURE] OAuth2: support jwt-bearer grant-type (RFC7523 3.1). #17592
|
||||||
* [FEATURE] Dockerfile: Add OpenContainers spec labels to Dockerfile. #16483
|
* [FEATURE] Dockerfile: Add OpenContainers spec labels to Dockerfile. #16483
|
||||||
* [FEATURE] SD: Add unified AWS service discovery for ec2, lightsail and ecs services. #17406
|
* [FEATURE] SD: Add unified AWS service discovery for ec2, lightsail and ecs services. #17406
|
||||||
* [FEATURE] Native histograms are now a stable, but optional feature, use the `scrape_native_histogram` config setting. #17232 #17315
|
* [FEATURE] Native histograms are now a stable, but optional feature, use the `scrape_native_histograms` config setting. #17232 #17315
|
||||||
* [FEATURE] UI: Support anchored and smoothed keyword in promql editor. #17239
|
* [FEATURE] UI: Support anchored and smoothed keyword in promql editor. #17239
|
||||||
* [FEATURE] UI: Show detailed relabeling steps for each discovered target. #17337
|
* [FEATURE] UI: Show detailed relabeling steps for each discovered target. #17337
|
||||||
* [FEATURE] Alerting: Add urlQueryEscape to template functions. #17403
|
* [FEATURE] Alerting: Add urlQueryEscape to template functions. #17403
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue