Skip to content

Commit a87d8fd

Browse files
authored
fix changelog entry, as 4499 hasn't been released yet (open-telemetry#4508)
1 parent ac56391 commit a87d8fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1212

1313
- Allow '/' characters in metric instrument names. (#4501)
1414

15+
### Fixed
16+
17+
- In `go.opentelemetry.op/otel/exporters/prometheus`, don't try to create the prometheus metric on every `Collect` if we know the scope is invalid. (#4499)
18+
1519
## [1.18.0/0.41.0/0.0.6] 2023-09-12
1620

1721
This release drops the compatibility guarantee of [Go 1.19].
@@ -38,10 +42,6 @@ This release drops the compatibility guarantee of [Go 1.19].
3842
- Removed the deprecated internal packages in `go.opentelemetry.io/otel/exporters/otlp` and its sub-packages. (#4469)
3943
- Dropped guaranteed support for versions of Go less than 1.20. (#4481)
4044

41-
### Fixed
42-
43-
- In `go.opentelemetry.op/otel/exporters/prometheus`, don't try to create the prometheus metric on every `Collect` if we know the scope is invalid. (#4499)
44-
4545
## [1.17.0/0.40.0/0.0.5] 2023-08-28
4646

4747
### Added

0 commit comments

Comments
 (0)