Datadog
Klag can submit metrics straight to Datadog via the Micrometer Datadog registry, with no Prometheus scrape required.
Enable
Section titled “Enable”Set the reporter to datadog and provide your Datadog API key and interval:
docker run -e KAFKA_BOOTSTRAP_SERVERS=kafka:9092 \ -e METRICS_REPORTER=datadog \ -e METRICS_INTERVAL_MS=30000 \ themoah/klag:latestConfigure the Datadog API credentials and site as required by the Micrometer Datadog registry (API key, application key, and Datadog site/region) through the standard configuration channels: classpath properties, external file, or environment variables (see the Configuration Reference).
METRICS_INTERVAL_MScontrols how often metrics are pushed.- All metrics carry
consumer_group,topic, andpartitiontags where applicable, so you can build Datadog monitors per group or topic.