getMetrics()
getMetrics(\Pluf_HTTP_Request $request, array $match) : \Pluf_Paginator
Get list of metrics from a tag
Parameters
\Pluf_HTTP_Request | $request | |
array | $match |
getMetrics(\Pluf_HTTP_Request $request, array $match) : \Pluf_Paginator
Get list of metrics from a tag
\Pluf_HTTP_Request | $request | |
array | $match |
fetchMonitorTagId(array $match) : NULL|\Number
Returns monitor-tag id from given information in $match.
$match may contain id or name of monitor-tag.
It checks following keys:
If none of mentioned values are existed or there is no tag with given name returns null.
array | $match |
fetchMetric(array $match) : NULL|\Monitor_Metric
Returns monitor-metric by using given information in $match.
$match may contains id or name of monitor-metric.
It checks following keys:
If none of mentioned values are existed or there is no metric with given name returns null.
array | $match |