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

6
coderd/apidoc/docs.go generated
View File

@ -10952,12 +10952,6 @@ const docTemplate = `{
"address": {
"$ref": "#/definitions/clibase.HostPort"
},
"aggregate_agent_stats_by": {
"type": "array",
"items": {
"type": "string"
}
},
"collect_agent_stats": {
"type": "boolean"
},