Skip to content

Commit

Permalink
[receiver/kafkametrics]: fix instrumentation scope name (#9406)
Browse files Browse the repository at this point in the history
* fix ilm scope name

Signed-off-by: jian.tan <jian.tan@daocloud.io>

* update CHANGELOG.md

Signed-off-by: jian.tan <jian.tan@daocloud.io>
  • Loading branch information
JaredTan95 authored Apr 22, 2022
1 parent 1765ceb commit c54e0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- `stackdriverexporter`: Remove the stackdriver exporter in favor of the identical googlecloud exporter (#9274)
- `filelog`, `journald`, `syslog`, `tcplog`, `udplog`: Remove `preserve_to` field from sub-parsers (#9331)
- `kafkametricsreceiver`: instrumentation name updated from `otelcol/kafkametrics` to `otelcol/kafkametricsreceiver` (#9406)

### 🚩 Deprecations 🚩

Expand Down
2 changes: 1 addition & 1 deletion receiver/kafkametricsreceiver/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
instrumentationLibName = "otelcol/kafkametrics"
instrumentationLibName = "otelcol/kafkametricsreceiver"
brokersScraperName = "brokers"
topicsScraperName = "topics"
consumersScraperName = "consumers"
Expand Down

0 comments on commit c54e0a1

Please sign in to comment.