Documentation ¶ Index ¶ type MetricsUnmarshaler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MetricsUnmarshaler ¶ type MetricsUnmarshaler interface { // Unmarshal deserializes the records into metrics. Unmarshal(records [][]byte) (pmetric.Metrics, error) // Type of the serialized messages. Type() string } MetricsUnmarshaler deserializes the message body Source Files ¶ View all Source files unmarshaler.go Directories ¶ Show internal Expand all Path Synopsis cwmetricstream unmarshalertest Click to show internal directories. Click to hide internal directories.