-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
open-telemetry/opentelemetry-collector-releases
#883Labels
Accepted ComponentNew component has been sponsoredNew component has been sponsored
Description
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
extensions:
cloudwatch_metric_streams_encoding:
# See output format: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html#cfn-cloudwatch-metricstream-outputformat
# format: opentelemetry1.0 # options [json, opentelemetry1.0], and opentelemetry0.7 not supported.
receivers:
awsfirehose:
include_metadata: true
access_key: "access_key"
endpoint: :4434
encoding: cloudwatch_metric_streams_encoding
Telemetry data types supported
- Metrics
Code Owner(s)
Sponsor (optional)
Additional context
No response
Metadata
Metadata
Assignees
Labels
Accepted ComponentNew component has been sponsoredNew component has been sponsored