Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MonitorProps

Hierarchy

  • MonitorProps

Index

Properties

Properties

id: string

The monitors (globally unique) id.

remarks

You can group multiple monitors together by adding a "namespace" to the id. See registerGroup.

name: string

The monitors human-readable name.

type?: "count" | "rate"

How the monitored number should be displayed – count displaying a simple total, while rate shows increase per second.

defaultvalue

count

unit?: string

Unit to display next to the total.

Generated using TypeDoc