Module vector_lib::internal_event
Modules§
Structs§
- Holds the tuple
(count_of_events, estimated_json_size_of_events)
. - Metrics (eg.
component_sent_event_bytes_total
) may need to emit tags based on values contained within the events. These tags can’t be determined in advance.
Enums§
- The user can configure whether a tag should be emitted. If they configure it to be emitted, but the value doesn’t exist - we should emit the tag but with a value of
-
.
Constants§
Traits§
- This trait must be implemented by events that emit dynamic tags.
register
must be implemented to register an event based on the set of tags passed.
Functions§
Type Aliases§
- An allocation-optimized string.