Learn R Programming

CopernicusClimate (version 0.0.4)

cds_account_metrics: Get Prometheus metrics for account

Description

Obtain account metrics that can be interpreted with Prometheus

Usage

cds_account_metrics(token = cds_get_token(), ...)

Value

Returns text that can be interpreted with Prometheus

Arguments

token

An API key to be used for authentication. Will use cds_get_token() by default.

...

Ignored

Examples

Run this code
if (interactive() && cds_token_works()) {
  cds_account_metrics()
}

Run the code above in your browser using DataLab