Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricProducerManager

Package version

Keeps a set of MetricProducer that is used by exporters to determine the metrics that need to be exported.

Hierarchy

  • MetricProducerManager

Index

Methods

add

  • Adds the MetricProducer to the manager

    Parameters

    Returns void

getAllMetricProducer

  • Gets all registered MetricProducers that should be exported

    Returns Set<MetricProducer>

remove

  • Removes the MetricProducer to the manager

    Parameters

    Returns void

removeAll

  • removeAll(): void
  • Clears all MetricProducers

    Returns void

Generated using TypeDoc