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
#### Description
Deprecate export_created_metric config option
#### Link to tracking issue
Fixesopen-telemetry#35003
---------
Co-authored-by: Arthur Silva Sens <[email protected]>
Co-authored-by: David Ashpole <[email protected]>
Copy file name to clipboardExpand all lines: exporter/prometheusremotewriteexporter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The following settings can be optionally configured:
59
59
-`enabled` (default = false): If `enabled` is `true`, all the resource attributes will be converted to metric labels by default.
60
60
-`target_info`: customize `target_info` metric
61
61
-`enabled` (default = true): If `enabled` is `true`, a `target_info` metric will be generated for each resource metric (see https://github.com/open-telemetry/opentelemetry-specification/pull/2381).
62
-
-`export_created_metric`:
62
+
-`export_created_metric`:`WARNING` Deprecated and planned for removal in v0.116.0. See [related issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35003) for more information.
63
63
-`enabled` (default = false): If `enabled` is `true`, a `_created` metric is
64
64
exported for Summary, Histogram, and Monotonic Sum metric points if
0 commit comments