Hi Team, I am trying to push the flink metrices t...
# troubleshooting
d
Hi Team, I am trying to push the flink metrices to opentelemetry using flinkmetricsreceiver For Opentelemetry I have used the image
otel/opentelemetry-collector-contrib
And in the collector config I have specified :
Copy code
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 ?