Metrics
Expose K2K metrics.
Built-in Exporter Support
Enabling and Configuring Metrics
Publishing Prometheus Metrics
services:
k2k:
image: "https://hub.docker.com/layers/lensting/k2k/0.0.11-alpha"
volumes:
- ".:/pipelines"
environment:
OTEL_SERVICE_NAME: "k2k"
OTEL_METRICS_EXPORTER: prometheus
OTEL_EXPORTER_PROMETHEUS_HOST: "0.0.0.0"
OTEL_TRACES_EXPORTER: none
OTEL_LOGS_EXPORTER: none
command:
- k2k
- start
- -f
- /pipelines/k2k-pipeline.yml
- -t
- -g
- enabled
ports:
- 9464:9464Publishing Kafka Metrics
Publishing Console Metrics
Publishing OTLP Metrics
Last updated
Was this helpful?

