Dheeraj Panangat
09/09/2024, 10:00 AMotel/opentelemetry-collector-contrib
And in the collector config I have specified :
collector.yaml: |
receivers:
flinkmetrics:
endpoint: <http://service-running-in-same-eks.local.svc.cluster.local:8081>
collection_interval: 10s
But the otel doesn't seem to get the metrics.
Can someone help if familiar with otel and flinkmetricsreceiver ?