Commit ff3e6047 authored by Owais Razi Uddin's avatar Owais Razi Uddin

updating elk jsonnet

parent ec9d8bb1
Pipeline #4145 passed with stages
in 1 minute and 31 seconds
...@@ -39,15 +39,7 @@ grafana.dashboard.new( ...@@ -39,15 +39,7 @@ 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