Skip to content

chore: Updated the docker query#760

Open
NSSPKrishna wants to merge 2 commits intonewrelic:mainfrom
NSSPKrishna:ohai/docker-otel
Open

chore: Updated the docker query#760
NSSPKrishna wants to merge 2 commits intonewrelic:mainfrom
NSSPKrishna:ohai/docker-otel

Conversation

@NSSPKrishna
Copy link
Member

@NSSPKrishna NSSPKrishna commented Feb 3, 2026

The query for the docker seems to be outdated, this updates to the appropriate nrql

@NSSPKrishna NSSPKrishna marked this pull request as ready for review February 11, 2026 10:31

```
FROM Metric SELECT uniques(metricName) WHERE otel.library.name = 'otelcol/dockerstatsreceiver'
FROM Metric SELECT uniques(metricName) WHERE otel.library.name in ('otelcol/dockerstatsreceiver', 'github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing that otelcol/dockerstatsreceiver was the correct value in an older version of the collector.

Can you update the collector's version used by this example to the latest and verify?

image: otel/opentelemetry-collector-contrib:0.98.0

If the new version uses github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver then we should just change the documentation to refer to the new value and remove the old value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments