2020-07-17 20:04:33 by Benny Siegert | Files touched by this commit (196) | |
Log message:
Revbump all Go packages after go114 update.
|
2020-07-10 12:59:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
prometheus: updated to 2.19.2
2.19.2:
[BUGFIX] Remote Write: Fix panic when reloading config with modified queue \
parameters.
|
2020-06-20 23:37:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
prometheus: updated to 2.19.1
2.19.1:
[BUGFIX] TSDB: Fix m-map file truncation leading to unsequential files.
|
2020-06-17 11:54:20 by Benny Siegert | Files touched by this commit (188) | |
Log message:
Revbump Go packages after Go 1.14.4 update.
|
2020-06-11 10:06:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
prometheus: updated to 2.19.0
2.19.0:
[FEATURE] TSDB: Memory-map full chunks of Head (in-memory) block from disk. This \
reduces memory footprint and makes restarts faster.
[ENHANCEMENT] Discovery: Added discovery support for Triton global zones.
[ENHANCEMENT] Increased alert resend delay to be more tolerant towards failures.
[ENHANCEMENT] Remote Read: Added \
prometheus_remote_storage_remote_read_queries_total counter to count total \
number of remote read queries.
[ENHANCEMEMT] Added time range parameters for label names and label values API.
[ENHANCEMENT] TSDB: Reduced contention in isolation for high load.
[BUGFIX] PromQL: Eliminated collision while checking for duplicate labels.
[BUGFIX] React UI: Don't null out data when clicking on the current tab.
[BUGFIX] PromQL: Correctly track number of samples for a query.
[BUGFIX] PromQL: Return NaN when histogram buckets have 0 observations.
[BUGFIX] TSDB: Fix incorrect query results when using Prometheus with remote \
reads configured
|
2020-05-26 17:30:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
prometheus: updated to 2.18.1
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-04-23 12:31:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
prometheus: updated to 2.17.2
2.17.2:
[BUGFIX] Federation: Register federation metrics
[BUGFIX] PromQL: Fix panic in parser error handling
[BUGFIX] Rules: Fix reloads hanging when deleting a rule group that is being \
evaluated
[BUGFIX] TSDB: Fix a memory leak when prometheus starts with an empty TSDB WAL
[BUGFIX] TSDB: Make isolation more robust to panics in web handlers
|
2020-04-15 16:48:58 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
prometheus: Add SMF manifest.
Submitted by Brian Hechinger in joyent/pkgsrc#235.
|
2020-04-12 13:01:51 by Benny Siegert | Files touched by this commit (171) |
Log message:
Revbump all Go packages after default version switch to 1.14.
|
2020-04-03 18:39:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
prometheus: updated to 2.17.1
2.17.1:
[BUGFIX] TSDB: Fix query performance regression that increased memory and CPU usage
2.17.0:
[FEATURE] TSDB: Support isolation
[ENHANCEMENT] PromQL: Allow more keywords as metric names
[ENHANCEMENT] React UI: Add normalization of localhost URLs in targets page
[ENHANCEMENT] Remote read: Read from remote storage concurrently
[ENHANCEMENT] Rules: Mark deleted rule series as stale after a reload
[ENHANCEMENT] Scrape: Log scrape append failures as debug rather than warn
[ENHANCEMENT] TSDB: Improve query performance for queries that partially hit the head
[ENHANCEMENT] Consul SD: Expose service health as meta label
[ENHANCEMENT] EC2 SD: Expose EC2 instance lifecycle as meta label
[ENHANCEMENT] Kubernetes SD: Expose service type as meta label for K8s service role
[ENHANCEMENT] Kubernetes SD: Expose label_selector and field_selector
[ENHANCEMENT] Openstack SD: Expose hypervisor id as meta label
[BUGFIX] PromQL: Do not escape HTML-like chars in query log
[BUGFIX] React UI: Fix data table matrix values
[BUGFIX] React UI: Fix new targets page not loading when using non-ASCII characters
[BUGFIX] Remote read: Fix duplication of metrics read from remote storage with \
external labels
[BUGFIX] Remote write: Register WAL watcher and live reader metrics for all \
remotes, not just the first one
[BUGFIX] Scrape: Prevent removal of metric names upon relabeling
[BUGFIX] Scrape: Fix 'superfluous response.WriteHeader call' errors when scrape \
fails under some circonstances
[BUGFIX] Scrape: Fix crash when reloads are separated by two scrape intervals
|