Skip to content

Commit 62d753e

Browse files
Release 1.46.0 (#4544)
### Metrics - Prometheus receiver can expect `otel_scope_schema_url` and `otel_scope_[attribute]` labels on all metrics. ([#4505](#4505)) - Prometheus receiver no longer expects `otel_scope_info` metric. ([#4505](#4505)) - Prometheus exporter adds `otel_scope_schema_url` and `otel_scope_[attribute]` labels on all metrics. ([#4505](#4505)) - Prometheus exporter no longer exports `otel_scope_info` metric. ([#4505](#4505)) ### Entities - Define rules for setting identifying attributes. ([#4498](#4498)) - Define rules for entity-resource referencing model. ([#4499](#4499)) ### Common - Move Instrumentation Scope definition from glossary to a dedicated document and use normative language. ([#4488](#4488))
1 parent 7e7c0bd commit 62d753e

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,15 @@ release.
1313

1414
### Metrics
1515

16-
- Prometheus receiver can expect `otel_scope_schema_url` and `otel_scope_[attribute]` labels on all metrics.
17-
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
18-
- Prometheus receiver no longer expects `otel_scope_info` metric.
19-
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
20-
- Prometheus exporter adds `otel_scope_schema_url` and `otel_scope_[attribute]` labels on all metrics.
21-
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
22-
- Prometheus exporter no longer exports `otel_scope_info` metric.
23-
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
24-
2516
### Logs
2617

2718
### Baggage
2819

20+
### Profiles
21+
2922
### Resource
3023

31-
### Profiles
24+
### Entities
3225

3326
### OpenTelemetry Protocol
3427

@@ -38,13 +31,35 @@ release.
3831

3932
### Common
4033

41-
- Move Instrumentation Scope definition from glossary to a dedicated document and use normative language.
42-
([#4488](https://github.com/open-telemetry/opentelemetry-specification/pull/4488))
43-
4434
### Supplementary Guidelines
4535

4636
### OTEPs
4737

38+
## v1.46.0 (2025-06-12)
39+
40+
### Metrics
41+
42+
- Prometheus receiver can expect `otel_scope_schema_url` and `otel_scope_[attribute]` labels on all metrics.
43+
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
44+
- Prometheus receiver no longer expects `otel_scope_info` metric.
45+
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
46+
- Prometheus exporter adds `otel_scope_schema_url` and `otel_scope_[attribute]` labels on all metrics.
47+
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
48+
- Prometheus exporter no longer exports `otel_scope_info` metric.
49+
([#4505](https://github.com/open-telemetry/opentelemetry-specification/pull/4505))
50+
51+
### Entities
52+
53+
- Define rules for setting identifying attributes.
54+
([#4498](https://github.com/open-telemetry/opentelemetry-specification/pull/4498))
55+
- Define rules for entity-resource referencing model.
56+
([#4499](https://github.com/open-telemetry/opentelemetry-specification/pull/4499))
57+
58+
### Common
59+
60+
- Move Instrumentation Scope definition from glossary to a dedicated document and use normative language.
61+
([#4488](https://github.com/open-telemetry/opentelemetry-specification/pull/4488))
62+
4863
## v1.45.0 (2025-05-14)
4964

5065
### Context

0 commit comments

Comments
 (0)