Closed
Description
The meter name (that is translated into scope name) is currently inconsistent in this repository. Some components instantiate a meter with a short form like the following, which is consistent w/ the contrib repo:
otelcol/otlphttp
otelcol/ballast
While others use a fully qualified name, which is consistent w/ go instrumentations:
go.opentelemetry.io/collector/service/process_telemetry
go.opentelemetry.io/collector/exporterhelper
go.opentelemetry.io/collector/obsreport/processor
go.opentelemetry.io/collector/processor/batchprocessor
These should be consistent.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done