Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Metrics

Interface used for for classes that will collect metrics

Hierarchy

  • Metrics

Implemented by

Index

Properties

Methods

Properties

identifier

identifier: string

A identifier that is used to namespace the metrics data

returns

identifier string

Methods

collect

  • collect(): Promise<any>
  • Function called when metrics need to be collected

    Returns Promise<any>

    metrics dictionary object that contains metrics data

Generated using TypeDoc