Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/rollup-rules/{slug} \ --header 'API-Token: <api-key>'
{ "rollup_rule": { "bucket_slug": "<string>", "name": "<string>", "add_metric_type_label": true, "aggregation": "LAST", "created_at": "2023-11-07T05:31:56Z", "drop_raw": true, "expansive_match": true, "filters": [ { "name": "job", "value_glob": "myservice*" } ], "graphite_label_policy": { "replace": [ { "name": "__g1__", "new_value": "ALL_HOSTS" } ] }, "interval": "<string>", "label_policy": { "discard": [ "<string>" ], "keep": [ "<string>" ] }, "label_replace": {}, "metric_name": "<string>", "metric_type": "COUNTER", "mode": "ENABLED", "skip_on_conflict": true, "slug": "<string>", "storage_policy": { "resolution": "<string>", "retention": "<string>" }, "updated_at": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.chronosphere.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
Chronosphere API token
A successful response.
Show child attributes