-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New component: Cloudwatch metric streams encoding extension #37870
New component: Cloudwatch metric streams encoding extension #37870
Comments
Adding to the motivation slightly: the CloudWatch formats (logs & metrics) understood by the @constanca-m and I discussed offline: my understanding is that since she is not (yet) a member of the OpenTelemetry org, she cannot be a code owner at this time. I'm happy to take on code ownership, and later on I would ideally add @constanca-m as a code owner too. |
As |
Thanks @Aneurysm9, I have updated the issue to only be applicable to cloudwatch metric streams for now. In the future, we should add encodings for cloudwatch logs and the other types of CW metrics. |
I can sponsor this component. |
Initial skeleton PR: #38388 |
#### Description Create the component skeleton and basic config tests. Unmarshallers will be implemented in a follow up PR. #### Link to tracking issue First part of #37870 #### Testing Added basic unit tests. #### Documentation Added README.
#38704 is up to bump to Alpha. |
…ers (#38789) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Update codeowners. Work done: - PRs reviewed / authored: - #38419 - #38516 - #38605 - Issues responded to: - #37870 <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue N/A <!--Describe what testing was performed and which tests were added.--> #### Testing N/A <!--Describe the documentation added.--> #### Documentation N/A
…ers (open-telemetry#38789) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Update codeowners. Work done: - PRs reviewed / authored: - open-telemetry#38419 - open-telemetry#38516 - open-telemetry#38605 - Issues responded to: - open-telemetry#37870 <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue N/A <!--Describe what testing was performed and which tests were added.--> #### Testing N/A <!--Describe the documentation added.--> #### Documentation N/A
The purpose and use-cases of the new component
Some aws receivers and exporters, like
awsfirehosereceiver
, get data from cloudwatch metric streams. The purpose of this extension is to transform these metrics into otel metrics.Relates to #37113.
Example configuration for the component
Telemetry data types supported
Code Owner(s)
@axw
Sponsor (optional)
@atoulme
Additional context
No response
The text was updated successfully, but these errors were encountered: