Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Supported version depends on version of go.opentelemetry.io/collector/pdata/pmetric/pmetricotlp dependency
TypeStr = "otlp_v1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unmarshaler ¶
type Unmarshaler struct {
// contains filtered or unexported fields
}
Unmarshaler for the CloudWatch Metric Stream OpenTelemetry record format.
More details can be found at: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-formats-opentelemetry-100.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.