Commit 0fa29b68 authored by Owais Razi Uddin's avatar Owais Razi Uddin

removing colours for elastic search

parent 9c014eae
Pipeline #4288 passed with stages
in 4 seconds
...@@ -38,15 +38,8 @@ grafana.dashboard.new( ...@@ -38,15 +38,8 @@ grafana.dashboard.new(
singlestat.new( singlestat.new(
'Running Nodes', 'Running Nodes',
span=4, span=4,
valueName='current', valueName='current'
colors=[
'#40e3ad',
'rgba(237, 129, 40, 0.89)',
'#d44a3a',
],
colorBackground='#40e3ad',
colorValue='#FF0000',
thresholds="10,90"
) )
.addTarget( .addTarget(
prometheus.target( 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