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
[receiver/awsfirehose] Fix decoding for OTLP-formatted metrics (#39720)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Fix decoding for OTLP-formatted metrics. The unmarshaler for
OTLP-formatted metrics uses the
[awscloudwatchmetricstreamsencodingextension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/encoding/awscloudwatchmetricstreamsencodingextension)
to unmarshal the metrics, instead of a custom unmarshaler.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes#39462.
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Unit tests fixed.
<!--Describe the documentation added.-->
#### Documentation
README updated with a warning.
Copy file name to clipboardExpand all lines: receiver/awsfirehosereceiver/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,5 +88,8 @@ For example:
88
88
```
89
89
90
90
### otlp_v1
91
+
91
92
The OTLP v1 encoding as produced by CloudWatch metric streams.
92
93
See [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-formats-opentelemetry-100.html) for details.
0 commit comments