observIQ / bindplane-agent

observIQ’s distribution of the OpenTelemetry collector providing a simple and unified solution to collect, refine, and ship telemetry data anywhere
Apache License 2.0
95 stars 27 forks source link

fix: Fix throughput measurement name changes #1786

Closed BinaryFissionGames closed 1 month ago

BinaryFissionGames commented 1 month ago

Proposed Change

Due to https://github.com/open-telemetry/opentelemetry-collector/pull/9759, the names for our metrics changed. Because of this, we need to add the "otelcol" prefix manually to the name.

I've ended up hardcoding the prefix we want here instead of relying on the processorhelper logic, it's important that this name stays the same between versions of the agent.

Checklist