Jay Kumar
09/24/2024, 10:26 AMJay Kumar
09/24/2024, 10:27 AMJay Kumar
09/24/2024, 10:31 AMJay Kumar
09/24/2024, 11:23 AMreceivers:
kafkametrics:
protocol_version: 2.0.0
scrapers:
- brokers
- topics
- consumers
exporters:
otlp:
endpoint: <http://localhost:4317>
tls:
insecure: true
logging:
loglevel: debug # Logs metrics for debugging purposes
service:
pipelines:
metrics:
receivers: [kafkametrics] # Use both OTLP and Kafka metrics receivers
exporters: [otlp, logging] # Export via OTLP and log for debugging
Am i missing something?Prashant Shahi
10/01/2024, 9:15 AMlocalhost:9092
which may work with otel binary but not inside containers as kafka is not reachable via localhost