Revert "feat: make agent stats' cardinality configurable (#12468)" (#12533)

This reverts commit 21d1873d97.
This commit is contained in:
Cian Johnston
2024-03-11 14:33:36 +00:00
committed by GitHub
parent 773862a9f5
commit 8f40ee3465
18 changed files with 85 additions and 747 deletions
-11
View File
@@ -742,17 +742,6 @@ URL of a PostgreSQL database. If empty, PostgreSQL binaries will be downloaded f
The bind address to serve prometheus metrics.
### --prometheus-aggregate-agent-stats-by
| | |
| ----------- | -------------------------------------------------------------- |
| Type | <code>string-array</code> |
| Environment | <code>$CODER_PROMETHEUS_AGGREGATE_AGENT_STATS_BY</code> |
| YAML | <code>introspection.prometheus.aggregate_agent_stats_by</code> |
| Default | <code>agent_name,template_name,username,workspace_name</code> |
When collecting agent stats, aggregate metrics by a given set of comma-separated labels to reduce cardinality. Accepted values are agent_name, template_name, username, workspace_name.
### --prometheus-collect-agent-stats
| | |