Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToStagedMetadatas ¶
func ToStagedMetadatas( policiesList policy.PoliciesList, ) metadata.StagedMetadatas
ToStagedMetadatas converts a list of policies to staged metadatas. TODO: look into reuse metadatas during conversion.
Types ¶
type UnaggregatedIterator ¶
type UnaggregatedIterator interface { // Next returns true if there are more items to decode. Next() bool // Current returns the current decoded value. Current() encoding.UnaggregatedMessageUnion // Err returns the error encountered during decoding, if any. Err() error // Close closes the iterator. Close() }
UnaggregatedIterator decodes unaggregated metrics.
func NewUnaggregatedIterator ¶
func NewUnaggregatedIterator( reader encoding.ByteReadScanner, msgpackItOpts msgpack.UnaggregatedIteratorOptions, protobufItOpts protobuf.UnaggregatedOptions, ) UnaggregatedIterator
NewUnaggregatedIterator creates a new unaggregated iterator.
Click to show internal directories.
Click to hide internal directories.