Learn R Programming

etseed (version 0.1.0)

metrics: 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

Run this code
## Not run: 
# # make a client
# cli <- etcd()
# 
# cli$metrics()
# cli$metrics(pretty = FALSE)
# ## End(Not run)

Run the code above in your browser using DataLab