Skip to content

Commit dfc317f

Browse files
author
Liudmila Molkova
committed
review
1 parent f63dd94 commit dfc317f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Fix span context manager typing by using ParamSpec from typing_extensions
1919
([#4389](https://github.com/open-telemetry/opentelemetry-python/pull/4389))
2020
- semantic-conventions: Remove `opentelemetry.semconv.attributes.network_attributes.NETWORK_INTERFACE_NAME`
21-
introduced by mistake in wrong module.
21+
introduced by mistake in the wrong module.
2222
([#4391](https://github.com/open-telemetry/opentelemetry-python/pull/4391))
2323

2424
## Version 1.29.0/0.50b0 (2024-12-11)

scripts/semconv/templates/registry/weaver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ templates:
2828
filter: >
2929
semconv_grouped_metrics({
3030
"exclude_root_namespace": $excluded_namespaces,
31-
"exclude_stability": if $filter == "any" then [] else ["experimental"] end,
31+
"exclude_stability": if $filter == "any" then [] else ["experimental", "", null] end,
3232
})
3333
| map({
3434
root_namespace: .root_namespace,

0 commit comments

Comments
 (0)