Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalBigIntGauge

Hierarchy

Implements

  • { name: string; tags: Tags } & { set: any }
  • { name: string; tags: Tags } & { set: any } & { increment: (val: T, tags?: Tags) => void }

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _val

_val: Value<bigint | undefined>

Readonly name

name: string

Readonly tags

tags: Tags

Accessors

raw

  • get raw(): bigint

value

  • get value(): Value<bigint | undefined>

Methods

decrement

  • decrement(value?: undefined | bigint, tags?: Tags): void

increment

  • increment(value?: undefined | bigint, tags?: Tags): void

reset

  • reset(): void

set

  • set(value: bigint, tags?: Tags): Value<bigint | undefined>

Generated using TypeDoc