| cds_account_metrics | R Documentation |
Obtain account metrics that can be interpreted with Prometheus
cds_account_metrics(token = cds_get_token(), ...)
token |
An API key to be used for authentication. Will use
|
... |
Ignored |
Returns text that can be interpreted with Prometheus
if (interactive() && cds_token_works()) {
cds_account_metrics()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.