Custom Metrics
Last updated
Last updated
Use these operations to interact with custom metrics in Cortex Eng Intelligence.
Your API key must have the Configure Eng Intelligence custom metrics
permission.
Lists all custom metrics data points for an entity
Key for the custom metric filter
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
Start date for the filter (inclusive). Default: 6 months
End date for the filter (inclusive)
Number of results to return per page, between 1 and 1000. Default 250.
Page number to return, 0-indexed. Default 0.
Deletes custom metric data points for entity.
Key for the custom metric filter
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
Start date for the deletion (inclusive)
End date for the deletion (inclusive)
No body
Adds a single custom metric data point for entity.
Key for the custom metric filter
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
Timestamp for the data point. Note: It can't be earlier than 6 months
Value for the data point
No body
Adds multiple custom metric data points for entity.
Key for the custom metric filter
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
List of data points
No body