2021-10-03 21:12:46 by Tobias Nygren | Files touched by this commit (4) | |
Log message:
prometheus: update to 2.30.2
The 2.30 release brings performance improvements and bugfixes.
|
2021-09-17 15:52:58 by Benny Siegert | Files touched by this commit (99) | |
Log message:
Revbump all Go packages after go117 update
|
2021-08-11 21:35:16 by Benny Siegert | Files touched by this commit (112) | |
Log message:
Revbump all Go packages after go116 update
|
2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | |
Log message:
Revbump all Go packages after go116 update
|
2021-06-25 17:25:48 by Tobias Nygren | Files touched by this commit (4) | |
Log message:
prometheus: update to 2.28.0
While here try to make updates less painful for pkgsrc developers
by automating some of the manual steps.
2.28.0 / 2021-06-21
[CHANGE] UI: Make the new experimental PromQL editor the default.
[FEATURE] Linode SD: Add Linode service discovery.
[FEATURE] HTTP SD: Add generic HTTP-based service discovery.
[FEATURE] Kubernetes SD: Allow configuring API Server access via a kubeconfig file.
[FEATURE] UI: Add exemplar display support to the graphing interface.
[FEATURE] Consul SD: Add namespace support for Consul Enterprise.
[ENHANCEMENT] Promtool: Allow silencing output when importing / backfilling data.
[ENHANCEMENT] Consul SD: Support reading tokens from file.
[ENHANCEMENT] Rules: Add a new .ExternalURL alert field templating variable, \
containing the external URL of the Prometheus server.
[ENHANCEMENT] Scrape: Add experimental body_size_limit scrape configuration \
setting to limit the allowed response body size for target scrapes.
[ENHANCEMENT] Kubernetes SD: Add ingress class name label for ingress discovery.
[ENHANCEMENT] UI: Show a startup screen with progress bar when the TSDB is not \
ready yet.
[ENHANCEMENT] SD: Add a target creation failure counter \
prometheus_target_sync_failed_total and improve target creation failure \
handling.
[ENHANCEMENT] TSDB: Improve validation of exemplar label set length.
[ENHANCEMENT] TSDB: Add a prometheus_tsdb_clean_start metric that indicates \
whether a TSDB lockfile from a previous run still existed upon startup.
[BUGFIX] UI: In the experimental PromQL editor, fix autocompletion and parsing \
for special float values and improve series metadata fetching.
[BUGFIX] TSDB: When merging chunks, split resulting chunks if they would \
contain more than the maximum of 120 samples.
[BUGFIX] SD: Fix the computation of the prometheus_sd_discovered_targets metric \
when using multiple service discoveries
2.27.0 / 2021-05-12
[FEATURE] Promtool: Retroactive rule evaluation functionality.
[FEATURE] Configuration: Environment variable expansion for external labels. \
Behind --enable-feature=expand-external-labels flag.
[FEATURE] TSDB: Add a flag(--storage.tsdb.max-block-chunk-segment-size) to \
control the max chunks file size of the blocks for small Prometheus instances.
[FEATURE] UI: Add a dark theme.
[FEATURE] AWS Lightsail Discovery: Add AWS Lightsail Discovery.
[FEATURE] Docker Discovery: Add Docker Service Discovery.
[FEATURE] OAuth: Allow OAuth 2.0 to be used anywhere an HTTP client is used.
[FEATURE] Remote Write: Send exemplars via remote write. Experimental and \
disabled by default.
[ENHANCEMENT] Digital Ocean Discovery: Add __meta_digitalocean_vpc label.
[ENHANCEMENT] Scaleway Discovery: Read Scaleway secret from a file.
[ENHANCEMENT] Scrape: Add configurable limits for label size and count.
[ENHANCEMENT] UI: Add 16w and 26w time range steps.
[ENHANCEMENT] Templating: Enable parsing strings in humanize functions.
[BUGFIX] UI: Provide errors instead of blank page on TSDB Status Page.
[BUGFIX] TSDB: Do not panic when writing very large records to the WAL.
[BUGFIX] TSDB: Avoid panic when mmaped memory is referenced after the file is \
closed.
[BUGFIX] Scaleway Discovery: Fix nil pointer dereference.
[BUGFIX] Consul Discovery: Restart no longer required after config update with \
no targets.
|
2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | |
Log message:
Revbump all Go packages after go116 update
|
2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | |
Log message:
Revbump all Go packages after go116 update
|
2021-04-04 09:01:14 by Tobias Nygren | Files touched by this commit (1) |
Log message:
prometheus: add missing file
|
2021-04-03 20:41:31 by Tobias Nygren | Files touched by this commit (4) | |
Log message:
prometheus: update to 2.26.0
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.
|
2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | |
Log message:
Revbump all Go packages after go115 update
|