MCPcopy Index your code
hub / github.com/prometheus/client_python / BucketSpan

Class BucketSpan

prometheus_client/samples.py:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37# BucketSpan is experimental and subject to change at any time.
38class BucketSpan(NamedTuple):
39 offset: int
40 length: int
41
42
43# Timestamp and exemplar are optional.

Calls

no outgoing calls