Skip to content

Commit

Permalink
OM166 - review feedback
Browse files Browse the repository at this point in the history
fixed thresholds base color as per discussion
  • Loading branch information
mphanias committed Mar 4, 2024
1 parent 16ad458 commit 561a077
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions config/grafana/dashboards/xdr.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
"mode": "thresholds"
},
"links": [],
"mappings": [],
Expand All @@ -533,47 +533,12 @@
{
"color": "dark-green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "binBps"
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "receive_packets_eth0"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#7EB26D",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "receive_packets_lo"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#E24D42",
"mode": "fixed"
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 5,
Expand Down Expand Up @@ -3115,6 +3080,6 @@
"timezone": "",
"title": "XDR View (Aerospike 5.0+ only)",
"uid": "hU_4PTqWk",
"version": 29,
"version": 30,
"weekStart": ""
}

0 comments on commit 561a077

Please sign in to comment.