Return the child for given labels
Rest ...values: string[]Label values
Rest Configured histogram with given labels
Return the child for given labels
Object with label keys and values
Configured counter with given labels
Start a timer. Calling the returned function will observe the duration in seconds in the histogram.
Optional labels: Partial<Record<T, string | number>>Object with label keys and values
Optional Function to invoke when timer should be stopped. The value it returns is the timed duration.
Start a timer. Calling the returned function will observe the duration in seconds in the histogram.
Optional labels: Partial<Record<T, string | number>>Object with label keys and values
Optional Function to invoke when timer should be stopped. The value it returns is the timed duration.
Generated using TypeDoc
A histogram samples observations (usually things like request durations or response sizes) and counts them in configurable buckets