mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
446 B
446 B
http
receiver
The http
receiver can be used receive metrics through HTTP POST requests.
Configuration structure
{
"<name>": {
"type": "http",
"address" : "",
"port" : "8080",
"path" : "/write"
}
}
type
: makes the receiver ahttp
receiveraddress
: Listen addressport
: Listen portpath
: URL path for the write endpoint
The HTTP endpoint listens to http://<address>:<port>/<path>