Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Metrics Resource

Bhinav Sura edited this page Oct 17, 2017 · 5 revisions

User Guide | Web Service API


Web API Metric Endpoints

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

Metrics

Downloads metric data in CSV format.

Resource URL
/metrics

Available Version
2.0

Query Parameters

Name Type Description
expression list

Batch Metrics

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