ProviderInterface

interface ProviderInterface

Methods summary

Return Type Method Name Description
MetricInterface[] metrics() All metrics supported by provider, keyed by metric system name
MetricInterface[] tenantUsage($tenant) -
array usage() All usage of the provider, keyed by tenant id

Details

MetricInterface[] metrics ()

All metrics supported by provider, keyed by metric system name

Return Value

MetricInterface[]

MetricInterface[] tenantUsage ($tenant)

Parameters

$tenant

Return Value

MetricInterface[]

array usage ()

All usage of the provider, keyed by tenant id

Return Value

array