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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
12
12
13
13
- Allow '/' characters in metric instrument names. (#4501)
14
14
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
+
15
19
## [1.18.0/0.41.0/0.0.6] 2023-09-12
16
20
17
21
This release drops the compatibility guarantee of [Go 1.19].
@@ -38,10 +42,6 @@ This release drops the compatibility guarantee of [Go 1.19].
38
42
- Removed the deprecated internal packages in `go.opentelemetry.io/otel/exporters/otlp` and its sub-packages. (#4469)
39
43
- Dropped guaranteed support for versions of Go less than 1.20. (#4481)
40
44
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)
0 commit comments