DerivedLabel
get/api/v1/config/derived-labels/{slug}
Path parameters
slugstring required
Response
A successful response.
Example response
{
"derived_label": {
"metric_label": {
"constructed_label": {
"value_definitions": [
{
"filters": [
{
"name": "job",
"value_glob": "myservice*"
}
]
}
]
},
"mapping_label": {
"name_mappings": [
{
"filters": [
{
"name": "job",
"value_glob": "myservice*"
}
]
}
]
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.