k9_list_metrics: Get List Of Active Metrics

Description Usage Arguments Examples

View source: R/K9_metrics.R

Description

Get the list of actively reporting metrics from a given time until now.

Usage

1

Arguments

from

seconds since the unix epoch

Examples

1
2
3
4
5
6
7
8
## Not run: 
# by default, list all metrics available since 1 hour ago
k9_list_metrics()

# if from argument is provided, this tries to get active metrics from the time
k9_list_metrics(Sys.Date() - 1)

## End(Not run)

yutannihilation/K9 documentation built on Aug. 23, 2020, 11:49 a.m.