zibri
    Preparing search index...

    Operations you can do on a histogram.

    interface HistogramInterface {
        observe: (labels: Record<string, string>, value: number) => void;
    }
    Index

    Properties

    Properties

    observe: (labels: Record<string, string>, value: number) => void

    Observes a new value.