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

Closes #12221
This commit is contained in:
Danny Kopping
2024-03-11 16:04:08 +02:00
committed by GitHub
parent 0647ec1960
commit 21d1873d97
18 changed files with 747 additions and 85 deletions

6
coderd/apidoc/docs.go generated
View File

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

View File

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