Skip to content

Commit 004c3cc

Browse files
author
NSSPKrishna
committed
chore: Updated the docker query
1 parent e24289a commit 004c3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other-examples/collector/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Optionally, install the [Docker OpenTelemetry quickstart](https://newrelic.com/i
6565
Optionally, use [NRQL](https://docs.newrelic.com/docs/query-your-data/explore-query-data/get-started/introduction-querying-new-relic-data/) to perform ad-hoc analysis. To list the metrics reported, query for:
6666

6767
```
68-
FROM Metric SELECT uniques(metricName) WHERE otel.library.name = 'otelcol/dockerstatsreceiver'
68+
FROM Metric SELECT uniques(metricName) WHERE otel.library.name in ('otelcol/dockerstatsreceiver', 'github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver')
6969
```
7070

7171
See [get started with querying](https://docs.newrelic.com/docs/query-your-data/explore-query-data/get-started/introduction-querying-new-relic-data/) for additional details on querying data in New Relic.

0 commit comments

Comments
 (0)