-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Component(s)
extension/encoding/awscloudwatchmetricstreamsencoding
Is your feature request related to a problem? Please describe.
I would like to be able to use the awscloudwatchmetricstreamsencoding extension to unmarshal JSON-formatted metrics from CloudWatch Metric Streams.
Describe the solution you'd like
Implement this:
Lines 46 to 49 in 7219cc4
func (formatJSONUnmarshaler) UnmarshalMetrics([]byte) (pmetric.Metrics, error) { | |
// TODO implement | |
return pmetric.Metrics{}, fmt.Errorf("UnmarshalMetrics unimplemented for format %q", formatJSON) | |
} |
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request