mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add coder_build_info metric (#24365)
_Disclaimer: produced by Claude Opus 4.6_ Adds a `coder_build_info` metric which allows operators to see which versions of Coder are currently running. --------- Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
@@ -223,6 +223,9 @@ coderd_authz_authorize_duration_seconds{allowed=""} 0
|
||||
# HELP coderd_authz_prepare_authorize_duration_seconds Duration of the 'PrepareAuthorize' call in seconds.
|
||||
# TYPE coderd_authz_prepare_authorize_duration_seconds histogram
|
||||
coderd_authz_prepare_authorize_duration_seconds 0
|
||||
# HELP coderd_build_info Describes the current build/version of the Coder server. Value is always 1.
|
||||
# TYPE coderd_build_info gauge
|
||||
coderd_build_info{version="",revision=""} 0
|
||||
# HELP coderd_db_query_counts_total Total number of queries labelled by HTTP route, method, and query name.
|
||||
# TYPE coderd_db_query_counts_total counter
|
||||
coderd_db_query_counts_total{route="",method="",query=""} 0
|
||||
|
||||
Reference in New Issue
Block a user