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

changing dashboard for spring boot app

parent 932c0eb2
Pipeline #4439 passed with stages
in 6 seconds
......@@ -38,7 +38,14 @@ grafana.dashboard.new(
singlestat.new(
'Running Nodes',
span=4,
valueName='current'
valueName='current',
colors=[
'#40e3ad',
'rgba(237, 129, 40, 0.89)',
'#d44a3a',
],
colorBackground='#40e3ad',
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