Metrics
Metrics represent a data point type extracted or calculated for a specific Object according to a Dimension.
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?