mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: make agent stats' cardinality configurable (#12468)
Closes #12221
This commit is contained in:
6
coderd/apidoc/docs.go
generated
6
coderd/apidoc/docs.go
generated
@ -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"
|
||||
},
|
||||
|
6
coderd/apidoc/swagger.json
generated
6
coderd/apidoc/swagger.json
generated
@ -9860,6 +9860,12 @@
|
||||
"address": {
|
||||
"$ref": "#/definitions/clibase.HostPort"
|
||||
},
|
||||
"aggregate_agent_stats_by": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"collect_agent_stats": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
Reference in New Issue
Block a user