metrics: Get etcd metrics

metricsR Documentation

Get etcd metrics

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

## Not run: 
# make a client
cli <- etcd()

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

## End(Not run)

ropensci/etseed documentation built on May 18, 2022, 9:54 a.m.