[
https://issues.apache.org/jira/browse/FLINK-40291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-40291:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Minor
> Labels: pull-request-available
>
> 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)