# Functions
NewCardinalityTelemetry creates new set of counters for a cardinality level.
NewFetcherTelemetry returns new instance of counters for the given fetcher name.
QueriesByCardinality returns a set of counters for a given cardinality level.
# Variables
ClientStreamErrors tracks how many errors were received when streaming tagger events.
Events tracks the number of tagger events being sent out.
PrunedEntities tracks the number of pruned tagger entities.
Receives tracks the number of times the tagger has received a notification with a group of events.
Sends tracks the number of times the tagger has sent a notification with a group of events.
ServerStreamErrors tracks how many errors happened when streaming out tagger events.
StoredEntities tracks how many entities are stored in the tagger.
Subscribers tracks how many subscribers the tagger has.
UpdatedEntities tracks the number of updates to tagger entities.
# Structs
CardinalityTelemetry contains queries counters for a single cardinality level.
FetcherTelemetry stores telemetry counters for a single fetcher.