Metrics

Metrics represent a data point type extracted or calculated for a specific Object according to a Dimension.

Each metric has :

  • a detailed formula

  • an api name

  • a type or structure

  • a snapshot value

  • a set of historical data (when available)

Each metric, can be retrieve through a GET style API call. Metrics calculated by Quartz can not be overruled of reset.

example : getting the Open Pipeline metric structure :

>> CURL -h GET 'https://api.quartzhq.com/v1/pipelines/open_pipeline'
>> { structure to be detailed ...}

Metrics are detailed in DATA section and are browsable by Dimension or by Object.

Last updated

Was this helpful?