This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Metrics Resource
Bhinav Sura edited this page Oct 17, 2017
·
5 revisions
Provides methods to perform metric queries using the given expression.
Endpoint | Method | Description |
---|---|---|
/metrics | GET | Metric data in CSV format |
/metrics/batch | GET | Asynchronously query metric data |
Downloads metric data in CSV format.
Resource URL
/metrics
Available Version
2.0
Query Parameters
Name | Type | Description |
---|---|---|
expression | list |
Creates and dispatches a batch of metric queries for asynchronous processing. Return UUID of new batch.
Resource URL
/metrics/batch
Available Version
2.0
Query Parameters
Name | Type | Description |
---|---|---|
expression | list | Series of expressions to evaluate |
ttl | int | Time (in seconds) for results to live after the entire batch has been evaluated |