Kaiqi Dong created FLINK-40291:
----------------------------------

             Summary: instrumentation scope in otel metric adaptor is wrongly 
hardcoded
                 Key: FLINK-40291
                 URL: https://issues.apache.org/jira/browse/FLINK-40291
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Metrics
            Reporter: Kaiqi Dong


OpenTelemetryMetricAdapter declares:

```
    static final InstrumentationScopeInfo INSTRUMENTATION_SCOPE_INFO =
            
InstrumentationScopeInfo.create("io.confluent.flink.common.metrics");
```

This scope name is emitted as the `scope.name` field on every OTel ScopeMetrics 
envelope produced by the reporter. It gives confusion for operators inspecting 
exported data and for anyone configuring OTel Collector processors/filters that 
match
on instrumentation scope name.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to