Datadog Integration
Integration & Statsd Client (Push)
Prometheus Exporter (pull)
spec:
template:
metadata:
annotations:
ad.datadoghq.com/warpstream-agent.checks: |
{
"openmetrics": {
"init_config": {},
"instances": [
{
"openmetrics_endpoint": "http://%%host%%:8080/metrics",
"metrics": [".*"],
"send_distribution_buckets": true,
"collect_counters_with_distributions": true,
"max_returned_metrics": 2000
}
]
}
}Last updated
Was this helpful?