Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PromCounter

Hierarchy

Implements

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

Index

Constructors

constructor

Properties

Protected Readonly impl

impl: Delegate<any>

Readonly name

name: string

Protected Readonly options

options: PromOptions

Protected Readonly supportedLabels

supportedLabels: Set<string>

Readonly tags

tags: Tags

Methods

decrement

  • decrement(val: number, tags?: Tags): void

filterTags

increment

  • increment(val: number, tags?: Tags): void

reset

  • reset(): void

Generated using TypeDoc