Nextcloud PHP API (master)

IMetricFamily

Tags
since
33.0.0
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
since
33.0.0
Return values
string

metrics()

List of metrics

public metrics() : Generator<string|int, Metric>
Tags
since
33.0.0
Return values
Generator<string|int, Metric>

name()

Family name (will be prefixed by nextcloud_)

public name() : string
Tags
since
33.0.0
Return values
string

unit()

Family unit (can be empty string)

public unit() : string
Tags
since
33.0.0
Return values
string

        
On this page

Search results