You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/system_otel/docs/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Collect and ingest OpenTelemetry data from the Collector's [`hostmetrics` receiv
9
9
- the [Elastic Distributions of OpenTelemetry](https://www.elastic.co/docs/reference/opentelemetry/quickstart/)
10
10
- or using the vanilla / upstream OpenTelemetry Collector
11
11
12
+
Compatible `hostmetrics` receiver versions are all versions `>= v0.102.0`.
13
+
12
14
For full functionality of the dashboards included in this content pack, you will need to ensure the following metrics are enabled in the [`hostmetrics` receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/hostmetricsreceiver):
13
15
14
16
| Metric | Enabled by default in EDOT Collector | Enabled by default in upstream Contrib Collector |
@@ -65,3 +67,8 @@ If individual widgets in the dashboard show errors that certain fields are not e
65
67
66
68
- For your use case the missing data is not relevant (e.g. you are only running plain, local VMs, no `Cloud` metadata will be available)
67
69
- You are using the OpenTelemetry upstream Contrib Collector (or any other, non-EDOT Collector) and some of the above-mentioned requirements are not met
70
+
71
+
See also:
72
+
73
+
-[Scraper limitations](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.129.0/receiver/hostmetricsreceiver#host-metrics-receiver) with the `hostmetrics` receiver for certain systems
74
+
-[Related EDOT Collector limitations](https://www.elastic.co/docs/reference/opentelemetry/compatibility/limitations#infrastructure-and-host-metrics) for host metrics
0 commit comments