File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
chronos_npm_package/controllers
examples/kubernetes/scripts Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ function createGrafanaPanelObject(
1818 "axisPlacement" : "auto" ,
1919 "barAlignment" : 0 ,
2020 "drawStyle" : "line" ,
21- "fillOpacity" : 0 ,
22- "gradientMode" : "none " ,
21+ "fillOpacity" : 30 ,
22+ "gradientMode" : "opacity " ,
2323 "hideFrom" : {
2424 "legend" : false ,
2525 "tooltip" : false ,
2626 "viz" : false
2727 } ,
2828 "lineInterpolation" : "smooth" ,
29- "lineWidth" : 1 ,
29+ "lineWidth" : 2 ,
3030 "pointSize" : 5 ,
3131 "scaleDistribution" : {
3232 "type" : "linear"
Original file line number Diff line number Diff line change 1+ kubectl apply -f ../launch/clusterRole.yml
2+ kubectl apply -f ../launch/promConfig.yml
3+ kubectl apply -f ../launch/prometheus.yml
4+ sleep 2
15kubectl apply -f ../launch/backend.yml
26kubectl apply -f ../launch/frontend.yml
You can’t perform that action at this time.
0 commit comments