IMetricFamily
in
Tags
Attributes
- #[Implementable]
- $since: '33.0.0'
Table of Contents
Methods
- help() : string
- Family help text (can be empty string)
- metrics() : Generator<string|int, Metric>
- List of metrics
- name() : string
- Family name (will be prefixed by nextcloud_)
- type() : MetricType
- Family metric type
- unit() : string
- Family unit (can be empty string)
Methods
help()
Family help text (can be empty string)
public
help() : string
Tags
Return values
stringmetrics()
List of metrics
public
metrics() : Generator<string|int, Metric>
Tags
Return values
Generator<string|int, Metric>name()
Family name (will be prefixed by nextcloud_)
public
name() : string
Tags
Return values
stringtype()
Family metric type
public
type() : MetricType
Tags
Return values
MetricTypeunit()
Family unit (can be empty string)
public
unit() : string