metrics: Get etcd metrics

Description Arguments Value Examples

Description

Get etcd metrics

Arguments

pretty

(logical) Print easier to read with newlines, or as a single string. Default: TRUE

...

Further args passed on to GET

Value

Prints a human readable text representation to console of the metrics of your etcd cluster

Examples

1
2
3
4
5
6
7
8
## Not run: 
# make a client
cli <- etcd()

cli$metrics()
cli$metrics(pretty = FALSE)

## End(Not run)

etseed documentation built on May 2, 2019, 10:20 a.m.