zibri
    Preparing search index...

    Operations you can do on a counter.

    interface CounterInterface {
        increase: (labels?: Record<string, string>, value?: number) => void;
    }
    Index

    Properties

    Properties

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

    Increases the value of the counter.