Commit 811d9542 authored by Owais Razi Uddin's avatar Owais Razi Uddin

Adding colours for elastic search

parent 0fa29b68
Pipeline #4290 passed with stages
in 3 seconds
......@@ -38,8 +38,15 @@ grafana.dashboard.new(
singlestat.new(
'Running Nodes',
span=4,
valueName='current'
valueName='current',
colors=[
'#40e3ad',
'rgba(237, 129, 40, 0.89)',
'#d44a3a',
],
colorBackground='#40e3ad',
colorValue='#FF0000',
thresholds="10,90"
)
.addTarget(
prometheus.target(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment