package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
CollectToSlice iterates over all objects in iterator and collects them into a slice.
ConstructTracingAggregatorProducerMeta constructs a ProducerMetadata that contains all the aggregated events stored in the tracing aggregator.
FlushTracingAggregatorStats persists the following files to the `system.job_info` table for consumption by job observability tools:
- A file per node, for each aggregated TracingAggregatorEvent.
TracingAggregatorEventToBytes marshals an event into a byte slice.
TracingAggregatorForContext creates a TracingAggregator if the provided context has a tracing span.
# Structs
A TracingAggregator can be used to aggregate and render AggregatorEvents that are emitted as part of its tracing spans' recording.
# Interfaces
Iterator is an interface to iterate a collection of objects of type T.
TracingAggregatorEvent describes an event that can be aggregated and stored by the TracingAggregator.
# Type aliases
ComponentAggregatorStats is a mapping from a component to all the Aggregator Stats collected for that component.