blob: e24b6d6ddc689c7c7107f1c70bd6ed7f1e32450e [file] [log] [blame]
Doyoung Lee8f30e152019-05-21 16:23:07 -07001{
2 "annotations": {
3 "list": [
4 {
5 "builtIn": 1,
6 "datasource": "-- Grafana --",
7 "enable": true,
8 "hide": true,
9 "iconColor": "rgba(0, 211, 255, 1)",
10 "name": "Annotations & Alerts",
11 "type": "dashboard"
12 }
13 ]
14 },
15 "editable": true,
16 "gnetId": null,
17 "graphTooltip": 0,
18 "id": 3,
19 "links": [],
20 "panels": [
21 {
22 "aliasColors": {},
23 "bars": false,
24 "dashLength": 10,
25 "dashes": false,
26 "datasource": "prom",
27 "fill": 1,
28 "gridPos": {
29 "h": 9,
30 "w": 12,
31 "x": 0,
32 "y": 0
33 },
34 "id": 2,
35 "legend": {
36 "alignAsTable": true,
37 "avg": true,
38 "current": true,
39 "max": true,
40 "min": true,
41 "show": true,
42 "sort": "max",
43 "sortDesc": true,
44 "total": false,
45 "values": true
46 },
47 "lines": true,
48 "linewidth": 1,
49 "links": [],
50 "nullPointMode": "null",
51 "percentage": false,
52 "pointradius": 5,
53 "points": false,
54 "renderer": "flot",
55 "seriesOverrides": [],
56 "spaceLength": 10,
57 "stack": false,
58 "steppedLine": false,
59 "targets": [
60 {
61 "expr": "sum(irate(container_network_transmit_bytes_total{container_label_io_kubernetes_pod_name=\"wowza-0\"}[5m])) by (interface)",
62 "format": "time_series",
63 "hide": false,
64 "intervalFactor": 1,
65 "legendFormat": "tx: {{interface}}",
66 "refId": "A"
67 },
68 {
69 "expr": "-sum(irate(container_network_receive_bytes_total{container_label_io_kubernetes_pod_name=\"wowza-0\"}[5m])) by (interface)",
70 "format": "time_series",
71 "hide": false,
72 "intervalFactor": 1,
73 "legendFormat": "rx: {{interface}}",
74 "refId": "B"
75 },
76 {
77 "expr": "",
78 "format": "time_series",
79 "intervalFactor": 1,
80 "refId": "C"
81 }
82 ],
83 "thresholds": [],
84 "timeFrom": null,
85 "timeRegions": [],
86 "timeShift": null,
87 "title": "Remote",
88 "tooltip": {
89 "shared": true,
90 "sort": 0,
91 "value_type": "individual"
92 },
93 "type": "graph",
94 "xaxis": {
95 "buckets": null,
96 "mode": "time",
97 "name": null,
98 "show": true,
99 "values": []
100 },
101 "yaxes": [
102 {
103 "format": "Bps",
104 "label": null,
105 "logBase": 1,
106 "max": null,
107 "min": null,
108 "show": true
109 },
110 {
111 "format": "short",
112 "label": null,
113 "logBase": 1,
114 "max": null,
115 "min": null,
116 "show": true
117 }
118 ],
119 "yaxis": {
120 "align": false,
121 "alignLevel": null
122 }
123 },
124 {
125 "aliasColors": {},
126 "bars": false,
127 "dashLength": 10,
128 "dashes": false,
129 "datasource": "prom",
130 "fill": 1,
131 "gridPos": {
132 "h": 9,
133 "w": 12,
134 "x": 12,
135 "y": 0
136 },
137 "id": 3,
138 "legend": {
139 "alignAsTable": true,
140 "avg": true,
141 "current": true,
142 "max": true,
143 "min": true,
144 "show": true,
145 "sort": "max",
146 "sortDesc": true,
147 "total": false,
148 "values": true
149 },
150 "lines": true,
151 "linewidth": 1,
152 "links": [],
153 "nullPointMode": "null",
154 "percentage": false,
155 "pointradius": 5,
156 "points": false,
157 "renderer": "flot",
158 "seriesOverrides": [],
159 "spaceLength": 10,
160 "stack": false,
161 "steppedLine": false,
162 "targets": [
163 {
164 "expr": "sum(irate(container_network_transmit_bytes_total{container_label_io_kubernetes_pod_name=\"nginx-rtmp-0\"}[5m])) by (interface)",
165 "format": "time_series",
166 "hide": false,
167 "intervalFactor": 1,
168 "legendFormat": "tx: {{interface}}",
169 "refId": "A"
170 },
171 {
172 "expr": "-sum(irate(container_network_receive_bytes_total{container_label_io_kubernetes_pod_name=\"nginx-rtmp-0\"}[5m])) by (interface)",
173 "format": "time_series",
174 "hide": false,
175 "intervalFactor": 1,
176 "legendFormat": "rx: {{interface}}",
177 "refId": "B"
178 },
179 {
180 "expr": "",
181 "format": "time_series",
182 "intervalFactor": 1,
183 "refId": "C"
184 }
185 ],
186 "thresholds": [],
187 "timeFrom": null,
188 "timeRegions": [],
189 "timeShift": null,
190 "title": "Local",
191 "tooltip": {
192 "shared": true,
193 "sort": 0,
194 "value_type": "individual"
195 },
196 "type": "graph",
197 "xaxis": {
198 "buckets": null,
199 "mode": "time",
200 "name": null,
201 "show": true,
202 "values": []
203 },
204 "yaxes": [
205 {
206 "format": "Bps",
207 "label": null,
208 "logBase": 1,
209 "max": null,
210 "min": null,
211 "show": true
212 },
213 {
214 "format": "short",
215 "label": null,
216 "logBase": 1,
217 "max": null,
218 "min": null,
219 "show": true
220 }
221 ],
222 "yaxis": {
223 "align": false,
224 "alignLevel": null
225 }
226 }
227 ],
228 "refresh": "1m",
229 "schemaVersion": 16,
230 "style": "dark",
231 "tags": [],
232 "templating": {
233 "list": []
234 },
235 "time": {
236 "from": "now-15m",
237 "to": "now"
238 },
239 "timepicker": {
240 "refresh_intervals": [
241 "1s",
242 "5s",
243 "10s",
244 "30s",
245 "1m",
246 "5m",
247 "15m",
248 "30m",
249 "1h",
250 "2h",
251 "1d"
252 ],
253 "time_options": [
254 "5m",
255 "15m",
256 "1h",
257 "6h",
258 "12h",
259 "24h",
260 "2d",
261 "7d",
262 "30d"
263 ]
264 },
265 "timezone": "",
266 "title": "CDN Data",
267 "uid": "fMw-J9Xiz",
268 "version": 2
269}