Prometheus_metadataQuery | R Documentation |
Run a metadata query against the Prometheus Server
match_target |
The argument to match metrics against. |
metric |
The metric to retrieve metadata for. Optional. |
limit |
The number of results of targets to return. |
## Not run:
prom <- Prometheus$new(host = "https://foo.bar", port = 9090)
metadata <- prom$metadataQuery(match_target = '{job=~"..*"}', metric = 'go_goroutines')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.