Fixes some more typos as found by codespell run on the code. In this commit, there are more user-visible errors. Refs: https://github.com/scylladb/scylladb/issues/16255
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
"metrics_config": {
|
|
"id": "metrics_config",
|
|
"summary": "An entry in the metrics configuration",
|
|
"properties": {
|
|
"source_labels": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"description": "The source labels, a match is based on concatenation of the labels"
|
|
},
|
|
"action": {
|
|
"type": "string",
|
|
"description": "The action to perform on match",
|
|
"enum": ["skip_when_empty", "report_when_empty", "replace", "keep", "drop", "drop_label"]
|
|
},
|
|
"target_label": {
|
|
"type": "string",
|
|
"description": "The application state version"
|
|
},
|
|
"replacement": {
|
|
"type": "string",
|
|
"description": "The replacement string to use when replacing a value"
|
|
},
|
|
"regex": {
|
|
"type": "string",
|
|
"description": "The regex string to use when replacing a value"
|
|
},
|
|
"separator": {
|
|
"type": "string",
|
|
"description": "The separator string to use when concatenating the labels"
|
|
}
|
|
}
|
|
} |