Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions dashboards/docker-otel/docker-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
"defaultValues": [],
"nrqlQuery": {
"accountIds": [],
"query": "FROM Metric SELECT uniques(host.id) WHERE otel.library.name='otelcol/dockerstatsreceiver' LIMIT MAX"
"query": "FROM Metric SELECT uniques(host.id) WHERE otel.library.name='otelcol/dockerstatsreceiver' OR otel.library.name='github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver' LIMIT MAX"
},
"title": "Host",
"type": "NRQL",
Expand All @@ -738,7 +738,7 @@
"defaultValues": [],
"nrqlQuery": {
"accountIds": [],
"query": "FROM Metric SELECT uniques(container.name) WHERE otel.library.name='otelcol/dockerstatsreceiver' LIMIT MAX"
"query": "FROM Metric SELECT uniques(container.name) WHERE otel.library.name='otelcol/dockerstatsreceiver' OR otel.library.name='github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver' LIMIT MAX"
},
"title": "Container",
"type": "NRQL",
Expand All @@ -751,7 +751,7 @@
"defaultValues": [],
"nrqlQuery": {
"accountIds": [],
"query": "FROM Metric SELECT uniques(container.image.name) WHERE otel.library.name='otelcol/dockerstatsreceiver' LIMIT MAX"
"query": "FROM Metric SELECT uniques(container.image.name) WHERE otel.library.name='otelcol/dockerstatsreceiver' OR otel.library.name='github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver' LIMIT MAX"
},
"title": "Image",
"type": "NRQL",
Expand All @@ -760,3 +760,4 @@
}
]
}

Binary file added dashboards/docker-otel/docker-otel.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions data-sources/docker-otel/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ description: |
install:
primary:
link:
url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/docker

url: https://docs.newrelic.com/docs/opentelemetry/integrations/docker-monitoring/overview/

icon: logo.svg

Expand Down
Loading