Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StatsDCounter

Hierarchy

Implements

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

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly name

name: string

Protected Readonly options

options: StatsDOptions

Protected Readonly statsd

statsd: StatsD

Readonly tags

tags: Tags

Methods

decrement

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

increment

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

Generated using TypeDoc