Skip to content

Commit

Permalink
Add mimir_build_info (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyasp authored Feb 9, 2022
1 parent fedd698 commit 859fbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@
* [ENHANCEMENT] Query-scheduler: exported summary `cortex_query_scheduler_inflight_requests` tracking total number of inflight requests (both enqueued and processing) in percentile buckets. #675
* [ENHANCEMENT] Ingester: Expose ingester ring page on ingesters. #654
* [ENHANCEMENT] Querier: retry store-gateway in case of unexpected failure, instead of failing the query. #1003
* [ENHANCEMENT] Added a new metric `mimir_build_info` to coincide with `cortex_build_info`. #1022
* [BUGFIX] Frontend: Fixes @ modifier functions (start/end) when splitting queries by time. #206
* [BUGFIX] Fixes a panic in the query-tee when comparing result. #207
* [BUGFIX] Upgrade Prometheus. TSDB now waits for pending readers before truncating Head block, fixing the `chunk not found` error and preventing wrong query results. #16
Expand Down
1 change: 1 addition & 0 deletions cmd/mimir/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func init() {
version.Version = Version
version.Branch = Branch
version.Revision = Revision
prometheus.MustRegister(version.NewCollector("mimir"))
prometheus.MustRegister(version.NewCollector("cortex"))
prometheus.MustRegister(configHash)
}
Expand Down

0 comments on commit 859fbb3

Please sign in to comment.