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: exporter/signalfxexporter/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ The following configuration options can also be configured:
112
112
filesystem is not `/`. Example: if the root filesystem is mounted under `/hostfs`, set
113
113
`root_path`to `/hostfs`.
114
114
Note: all components using `root_path` must have the same value; this currently applies
115
-
to hostmetrics receiver and signalfx exporter.
115
+
to host_metrics receiver and signalfx exporter.
116
116
- `exclude_properties`: A list of property filters to limit dimension update content.
117
117
Property filters can contain any number of the following fields, supporting (negated)
118
118
string literals, re2 `/regex/`, and [glob](https://github.com/gobwas/glob) syntax values:
@@ -208,7 +208,7 @@ exporters:
208
208
209
209
The default translation rules defined in [`translation/default_translation_rules.yaml`](./internal/translation/default_translation_rules.yaml) are used by the SignalFx exporter
210
210
to help ensure compatibility with custom charts and dashboards when using the OpenTelemetry Collector.
211
-
The default rules will create the following aggregated metrics from the [`hostmetrics` receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md):
211
+
The default rules will create the following aggregated metrics from the [`host_metrics` receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md):
212
212
213
213
* cpu.idle
214
214
* cpu.interrupt
@@ -237,6 +237,9 @@ The default rules will create the following aggregated metrics from the [`hostme
237
237
* vmpage_io.swap.in
238
238
* vmpage_io.swap.out
239
239
240
+
`cpu.num_processors` is renamed from `system.cpu.logical.count`, which must be enabled in the host_metrics receiver
0 commit comments