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(
18
18
"axisPlacement" : "auto" ,
19
19
"barAlignment" : 0 ,
20
20
"drawStyle" : "line" ,
21
- "fillOpacity" : 0 ,
22
- "gradientMode" : "none " ,
21
+ "fillOpacity" : 30 ,
22
+ "gradientMode" : "opacity " ,
23
23
"hideFrom" : {
24
24
"legend" : false ,
25
25
"tooltip" : false ,
26
26
"viz" : false
27
27
} ,
28
28
"lineInterpolation" : "smooth" ,
29
- "lineWidth" : 1 ,
29
+ "lineWidth" : 2 ,
30
30
"pointSize" : 5 ,
31
31
"scaleDistribution" : {
32
32
"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
1
5
kubectl apply -f ../launch/backend.yml
2
6
kubectl apply -f ../launch/frontend.yml
You can’t perform that action at this time.
0 commit comments