Modules§
Structs§
- Byte
Size - Bytes
Received - Bytes
Sent - Call
Error - Component
Events Dropped - Count
- Count
Byte Size - Holds the tuple
(count_of_events, estimated_json_size_of_events)
. - Default
Name - Events
Received - Events
Sent - Output
- Poll
Ready Error - Protocol
- Registered
Event Cache - 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. - Tagged
Events Sent
Enums§
- Optional
Tag - 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§
- Internal
Event - Internal
Event Handle - Register
Internal Event - Register
Tagged Internal Event - 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§
- Registered
- Shared
String - An allocation-optimized string.