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
- common unit abbreviations are converted to Prometheus conventions (`s` -> `seconds`),
57
+
following the [collector's implementation](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/c0b51136575aa7ba89326d18edb4549e7e1bbdb9/pkg/translator/prometheus/normalize_name.go#L108)
58
+
- repeated `_` are replaced with a single `_`
59
+
- unit annotations (enclosed in curly braces like `{requests}`) are stripped away
60
+
- units with slash are converted e.g. `m/s` -> `meters_per_second`.
61
+
- The exporter's API is not changed
62
+
- Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Copy file name to clipboardExpand all lines: exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/__init__.py
0 commit comments