Prometheus - Package Updates
Pinned
Prometheus
-
Alert manager [0.3.0]
- Fix app first run command
-
Prometheus Server [0.3.0]
- Fix first run command
-
Prometheus Server [1.0.0]
- Initial stable version
-
Alert manager [1.0.0]
- Initial stable version
-
Prometheus Server [1.1.0]
- Use base image v3
-
Alert Manager [1.1.0]
- Use base image v3
-
Prometheus Server [1.2.0]
- Update prometheus to 2.23.0
- Full changelog
- UI: Make the React UI default. #8142
- Remote write: The following metrics were removed/renamed in remote write. #6815
- Remote: Do not collect non-initialized timestamp metrics. #8060
- Remote write: Added a metric prometheus_remote_storage_max_samples_per_send for remote write. #8102
- TSDB: Make the snapshot directory name always the same length. #8138
- TSDB: Create a checkpoint only once at the end of all head compactions. #8067
- TSDB: Avoid Series API from hitting the chunks. #8050
- TSDB: Cache label name and last value when adding series during compactions making compactions faster. #8192
-
Prometheus Server [1.3.0]
- Update Prometheus to 2.24.1
- Full changelog
-
Prometheus Server [1.4.0]
- Update Prometheus to 2.25.0
- Full changelog
- Add optional name property to testgroup for better test failure output. #8440
- Add warnings into React Panel on the Graph page. #8427
- TSDB: Increase the number of buckets for the compaction duration metric. #8342
- Remote: Allow passing along custom remote_write HTTP headers. #8416
- Mixins: Scope grafana configuration. #8332
-
[1.4.1]
- Update Prometheus to 2.25.2
- Full changelog
- Fix the ingestion of scrapes when the wall clock changes, e.g. on suspend
- Enable basicAuth so it can work with apps like grafana
-
Server [1.5.0]
- Update Prometheus to 2.26.0
- Full changelog
- Remote: Add support for AWS SigV4 auth method for remote_write. #8509
- Scaleway Discovery: Add Scaleway Service Discovery. #8555
- PromQL: Allow negative offsets. Behind --enable-feature=promql-negative-offset flag. #8487
- experimental Exemplars: Add in-memory storage for exemplars. Behind --enable-feature=exemplar-storage flag. #6635
- UI: Add advanced auto-completion, syntax highlighting and linting to graph page query input. #8634
-
[1.6.0]
- Update Prometheus to 2.27.0
- Full changelog
- UI: Add a dark theme. #8604
-
Server [1.6.1]
- Update Prometheus to 2.27.1
- Full changelog
-
Alertmanager [1.2.0]
- Update alertmanager to 0.22.0
- Full changelog
- [FEATURE] Add date picker to silence form views. #2262
- [FEATURE] Add support for negative matchers. #2434 #2460 and many more.
- [FEATURE] Add time-based muting to routing tree. #2393
-
Alertmanager [1.2.1]
- Update alertmanager to 0.22.1
- Full changelog
-
Alertmanager [1.2.2]
- Update alertmanager to 0.22.2
- Full changelog
-
[1.7.0]
- Update Prometheus to 2.28.0
- Full changelog
- [CHANGE] UI: Make the new experimental PromQL editor the default. #8925
- [FEATURE] Linode SD: Add Linode service discovery. #8846
- [FEATURE] HTTP SD: Add generic HTTP-based service discovery. #8839
- [FEATURE] Kubernetes SD: Allow configuring API Server access via a kubeconfig file. #8811
- [FEATURE] UI: Add exemplar display support to the graphing interface. #8832 #8945 #8929
- [FEATURE] Consul SD: Add namespace support for Consul Enterprise. #8900
- [ENHANCEMENT] Promtool: Allow silencing output when importing / backfilling data. #8917
- [ENHANCEMENT] Consul SD: Support reading tokens from file. #8926
- [ENHANCEMENT] Rules: Add a new .ExternalURL alert field templating variable, containing the external URL of the Prometheus server. #8878
- [ENHANCEMENT] Scrape: Add experimental body_size_limit scrape configuration setting to limit the allowed response body size for target scrapes. #8833 #8886
-
[1.7.1]
- Update Prometheus to 2.28.1
- Full changelog
- [BUGFIX]: HTTP SD: Allow charset specification in Content-Type header. #8981
- [BUGFIX]: HTTP SD: Fix handling of disappeared target groups. #9019
- [BUGFIX]: Fix incorrect log-level handling after moving to go-kit/log. #9021