Documentation ¶
Index ¶
Constants ¶
View Source
const (
TypeStr = "cwmetrics"
)
Variables ¶
This section is empty.
Functions ¶
func ToSemConvAttributeKey ¶
ToSemConvAttributeKey maps some common keys to semantic convention attributes.
Types ¶
type Unmarshaler ¶
type Unmarshaler struct {
// contains filtered or unexported fields
}
Unmarshaler for the CloudWatch Metric Stream JSON record format.
More details can be found at: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-formats-json.html
func NewUnmarshaler ¶
func NewUnmarshaler(logger *zap.Logger) *Unmarshaler
NewUnmarshaler creates a new instance of the Unmarshaler.
Click to show internal directories.
Click to hide internal directories.