Send metrics data over HTTP
StackState Self-hosted v5.1.x
Overview
StackState Receiver API
https://<STACKSTATE_BASE_URL>/receiver/stsAgent/intake?api_key=<STACKSTATE_RECEIVER_API_KEY>https://<STACKSTATE_BASE_URL>:<STACKSTATE_RECEIVER_PORT>/stsAgent/intake?api_key=<STACKSTATE_RECEIVER_API_KEY>Common JSON object
{
"collection_timestamp": 1548855554, // the epoch timestamp for the collection in seconds
"events": {}, // see the section on "events", below
"internalHostname": "local.test", // the host sending this data
"metrics": [], // see the section on "metrics", below
"service_checks": [],
"topologies": [], // used for sending topology data
"health": // used for sending health data
}JSON property: "metrics"
Send metrics to StackState
See also
Last updated