Interface IPrometheus

Description

Prometheus registry wrapper interface.

interface IPrometheus {
    registry: Registry;
}

Implemented by

Properties

Properties

registry: Registry