Expand description
Metrics interface for observability
Functions§
- counter_
inc - Increment a counter metric
- counter_
inc_ labeled - Increment a counter with labels
- gauge_
add - Add a gauge value (can be negative)
- gauge_
set - Set a gauge metric to a value
- gauge_
set_ labeled - Set a gauge with labels
- histogram_
observe - Record a histogram observation
- histogram_
observe_ labeled - Record a histogram observation with labels
- record_
duration - Record request duration in nanoseconds Convenience method that records to a standard histogram
- record_
duration_ labeled - Record request duration with labels