Interface MetricManagerOptions

The options to set in the API-X Manager for a MetricManager.

interface MetricManagerOptions {
    namePrefix?: string;
    tags?: MetricTags;
}

Other

namePrefix?: string

A prefix to use for all metric names.

tags?: MetricTags

Metric tags to emit in addition to manager's tags.