mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
630 B
630 B
Stats API
The Stats API can be used for debugging. It publishes counts at an HTTP endpoint as JSON from different componenets of the CC Metric Collector.
Configuration
The Stats API has an own configuration file to specify the listen host and port. The defaults are localhost
and 8080
.
{
"bindhost" : "",
"port" : "8080",
"publish_collectorstate" : true
}
The bindhost
and port
can be used to specify the listen host and port. The publish_collectorstate
needs to be true
, otherwise nothing is presented. This option is for future use if we need to publish more infos using different domains.