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
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Bumping version of semconv to 1.39:
open-telemetry/opentelemetry-go#7783
Release:
https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.39.0
In particular
open-telemetry/semantic-conventions#3215 moves
the used attributes to `alpha`.
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes
<!--Describe what testing was performed and which tests were added.-->
#### Testing
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
---------
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1732,7 +1732,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
1732
1732
Note that due to the nature of the timing issue this is extremely unlikely to affect a real user,
1733
1733
and really only likely to occur in unit tests.
1734
1734
1735
-
- `datadogconnector`: Use proper syncronization to fix a collector panic when an error occurs (#40845)
1735
+
- `datadogconnector`: Use proper synchronization to fix a collector panic when an error occurs (#40845)
1736
1736
- `sqlserverreceiver`: export `host.name` as resource attributes for metrics (#40576)
1737
1737
in the metadata file, the `host.name` resource attribute is defined for metrics, but it is not exported in reality. this fixed
1738
1738
the issue and export it as a resource attribute.
@@ -1831,7 +1831,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
1831
1831
1832
1832
- `elasticsearchexporter`: Fix a bug where unset span status code was being serialized as 'Unset' instead of being ignored (#39498)
1833
1833
- `coralogixexporter`: Fix Authorization header not being set in metadata. (#40330)
1834
-
- `datadogexporter`: Fix automatic intial point dropping when converting cumulative monotonic sum metrics (#40426)
1834
+
- `datadogexporter`: Fix automatic initial point dropping when converting cumulative monotonic sum metrics (#40426)
1835
1835
The exporter turns OpenTelemetry's cumulative monotonic sum metrics into Datadog's (delta) count
1836
1836
metrics by computing the difference between successive points. The logic to determine whether the
1837
1837
first received value should be ignored or passed through as a delta was faulty, leading to large
@@ -2136,7 +2136,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
2136
2136
2137
2137
- `awscloudwatchreceiver`: Adds option to set storage for AWS CloudWatch receiver (#32231)
2138
2138
- The default value of the `start_from` field in the logs config changed to Unix epoch (`1970-01-01T00:00:00Z`) when not explicitly configured. This may alter the behavior of existing configurations relying on the previous default.
2139
-
- To maintain previous behavior, explicitly configure `start_from` in the logs configuraiton.
2139
+
- To maintain previous behavior, explicitly configure `start_from` in the logs configuration.
2140
2140
2141
2141
- `k8sobjectsreceiver`: Check for K8s API objects existence on receiver startup and not during config validation. (#38803)
2142
2142
- `receiver/kubeletstats`: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#39487)
0 commit comments