Skip to content

Commit 24740fd

Browse files
author
Alex Boten
authored
add optional otel_scope_info configuration for prometheus exporter (#3796)
1 parent 5249c34 commit 24740fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ release.
1313

1414
### Metrics
1515

16+
- Add optional configuration for Prometheus exporters to optionally drop `otel_scope_info` metric.
17+
([#3796](https://github.com/open-telemetry/opentelemetry-specification/pull/3796))
18+
1619
### Logs
1720

1821
### Resource
@@ -51,7 +54,7 @@ release.
5154
([#3761](https://github.com/open-telemetry/opentelemetry-specification/pull/3761))
5255
- Clarifications and flexibility in Exemplar speicification.
5356
([#3760](https://github.com/open-telemetry/opentelemetry-specification/pull/3760))
54-
- Add optional configuration for Prometheus exporters to optionally remove unit and type suffixes
57+
- Add optional configuration for Prometheus exporters to optionally remove unit and type suffixes.
5558
([#3777](https://github.com/open-telemetry/opentelemetry-specification/pull/3777))
5659

5760
### Logs

specification/metrics/sdk_exporters/prometheus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ or UNIT metadata. The option MAY be named `without_units`, and MUST be `false` b
3737

3838
A Prometheus Exporter MAY support a configuration option to produce metrics without a [type suffix](../../compatibility/prometheus_and_openmetrics.md#metric-metadata).
3939
The option MAY be named `without_type_suffix`, and MUST be `false` by default.
40+
41+
A Prometheus Exporter MAY support a configuration option to produce metrics without a [scope info](../../compatibility/prometheus_and_openmetrics.md#instrumentation-scope)
42+
metric. The option MAY be named `without_scope_info`, and MUST be `false` by default.

0 commit comments

Comments
 (0)