feat: Add Process state mapping

Added mapping on processes states to have human readable series legends
This commit is contained in:
Rémy Jacquin 2025-02-04 11:50:11 +01:00 committed by GitHub
parent 33a41b5650
commit 9a65dacb49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12261,7 +12261,92 @@
},
"unit": "short"
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "D"
},
"properties": [
{
"id": "displayName",
"value": "Uninterruptible Sleeping"
}
]
},
{
"matcher": {
"id": "byName",
"options": "I"
},
"properties": [
{
"id": "displayName",
"value": "Idle Kernel Thread"
}
]
},
{
"matcher": {
"id": "byName",
"options": "R"
},
"properties": [
{
"id": "displayName",
"value": "Running"
}
]
},
{
"matcher": {
"id": "byName",
"options": "S"
},
"properties": [
{
"id": "displayName",
"value": "Interruptible Sleeping"
}
]
},
{
"matcher": {
"id": "byName",
"options": "T"
},
"properties": [
{
"id": "displayName",
"value": "Stopped"
}
]
},
{
"matcher": {
"id": "byName",
"options": "X"
},
"properties": [
{
"id": "displayName",
"value": "Dead"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Z"
},
"properties": [
{
"id": "displayName",
"value": "Zombie"
}
]
}
]
},
"gridPos": {
"h": 10,
@ -23896,4 +23981,4 @@
"uid": "rYdddlPWk",
"version": 92,
"weekStart": ""
}
}