summaryrefslogtreecommitdiff
path: root/databases/prometheus/patches/patch-web_ui_ui.go
AgeCommit message (Collapse)AuthorFilesLines
2021-04-03prometheus: update to 2.26.0tnn1-4/+12
Prometheus is now built and supporting Go 1.16. Note that from this release Prometheus is using Alertmanager v2 by default. [CHANGE] Alerting: Using Alertmanager v2 API by default. [CHANGE] Prometheus/Promtool: As agreed on dev summit, binaries are now printing help and usage to stdout instead of stderr. [FEATURE] Remote: Add support for AWS SigV4 auth method for remote_write. [FEATURE] Scaleway Discovery: Add Scaleway Service Discovery. [FEATURE] PromQL: Allow negative offsets. Behind --enable-feature=promql-negative-offset flag. [FEATURE] experimental Exemplars: Add in-memory storage for exemplars. Behind --enable-feature=exemplar-storage flag. [FEATURE] UI: Add advanced auto-completion, syntax highlighting and linting to graph page query input. [ENHANCEMENT] Digital Ocean Discovery: Add __meta_digitalocean_image label. [ENHANCEMENT] PromQL: Add last_over_time, sgn, clamp functions. [ENHANCEMENT] Scrape: Add support for specifying type of Authorization header credentials with Bearer by default. [ENHANCEMENT] Scrape: Add follow_redirects option to scrape configuration. [ENHANCEMENT] Remote: Allow retries on HTTP 429 response code for remote_write. Disabled by default. See configuration docs for details. [ENHANCEMENT] Remote: Allow configuring custom headers for remote_read. See configuration docs for details. [ENHANCEMENT] UI: Hitting Enter now triggers new query. [ENHANCEMENT] UI: Better handling of long rule and names on the /rules and /targets pages. [ENHANCEMENT] UI: Add collapse/expand all button on the /targets page. [BUGFIX] TSDB: Eager deletion of removable blocks on every compaction, saving disk peak space usage. [BUGFIX] PromQL: Fix parser support for special characters. [BUGFIX] Rules: Update rule health for append/commit fails.
2020-05-26prometheus: updated to 2.18.1adam1-3/+3
2.18.1: [BUGFIX] TSDB: Fixed snapshot API. 2.18.0: [CHANGE] Federation: Only use local TSDB for federation (ignore remote read). [CHANGE] Rules: rule_evaluations_total and rule_evaluation_failures_total have a rule_group label now. [FEATURE] Tracing: Added experimental Jaeger support [ENHANCEMENT] TSDB: Significantly reduce WAL size kept around after a block cut. [ENHANCEMENT] Discovery: Add architecture meta label for EC2. [BUGFIX] UI: Fixed wrong MinTime reported by /status. [BUGFIX] React UI: Fixed multiselect legend on OSX. [BUGFIX] Remote Write: Fixed blocked resharding edge case. [BUGFIX] Remote Write: Fixed remote write not updating on relabel configs change.
2020-01-08prometheus: updated to 2.15.2adam1-0/+30
2.15.2: [BUGFIX] TSDB: Fixed support for TSDB blocks built with Prometheus before 2.1.0. [BUGFIX] TSDB: Fixed block compaction issues on Windows. 2.15.1: [BUGFIX] Fixed race on concurrent queries against the same data. 2.15.0: [CHANGE] Discovery: Removed prometheus_sd_kubernetes_cache_* metrics. Additionally prometheus_sd_kubernetes_workqueue_latency_seconds and prometheus_sd_kubernetes_workqueue_work_duration_seconds metrics now show correct values in seconds. [CHANGE] Remote write: Changed query label on prometheus_remote_storage_* metrics to remote_name and url. [FEATURE] API: Added new endpoint for exposing per metric metadata /metadata. [ENHANCEMENT] TSDB: Significantly reduced memory footprint of loaded TSDB blocks. [ENHANCEMENT] TSDB: Significantly optimized what we buffer during compaction which should result in lower memory footprint during compaction. [ENHANCEMENT] TSDB: Improve replay latency. [ENHANCEMENT] TSDB: WAL size is now used for size based retention calculation. [ENHANCEMENT] Remote read: Added query grouping and range hints to the remote read request [ENHANCEMENT] Remote write: Added prometheus_remote_storage_sent_bytes_total counter per queue. [ENHANCEMENT] promql: Improved PromQL parser performance. [ENHANCEMENT] React UI: Implemented missing pages like /targets [ENHANCEMENT] promql: Prometheus now accepts spaces between time range and square bracket. e.g [ 5m] [BUGFIX] Config: Fixed alertmanager configuration to not miss targets when configurations are similar. [BUGFIX] Remote write: Value of prometheus_remote_storage_shards_desired gauge shows raw value of desired shards and it's updated correctly. [BUGFIX] Rules: Prometheus now fails the evaluation of rules and alerts where metric results collide with labels specified in labels field. [BUGFIX] API: Targets Metadata API /targets/metadata now accepts empty match_targets parameter as in the spec.