Send Metrics to the Platform
Prerequisites
1
Configure an agent
[OUTPUT]
Name http
Match *
Host <pipeline-endpoint-host>
Port 443
URI /
Header Authorization Bearer <apiKey>
Format json prometheus.remote_write "LABEL" {
endpoint {
url = "your pipeline's httpEndpoint"
headers = {
"APIKEY" = "<API_KEY>",
}
}
}Troubleshooting
Last updated
Was this helpful?