-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCF - Garden Linux.omsview
303 lines (303 loc) · 18.6 KB
/
CF - Garden Linux.omsview
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": ""
},
"resourcegroup": {
"type": "string",
"defaultValue": ""
},
"subscriptionId": {
"type": "string",
"defaultValue": ""
},
"workspace": {
"type": "string",
"defaultValue": ""
},
"workspaceapiversion": {
"type": "string",
"defaultValue": ""
}
},
"resources": [
{
"apiVersion": "[parameters('workspaceapiversion')]",
"name": "[parameters('workspace')]",
"type": "Microsoft.OperationalInsights/workspaces",
"location": "[parameters('location')]",
"id": "[Concat('/subscriptions/', parameters('subscriptionId'), '/resourceGroups/', parameters('resourcegroup'), '/providers/Microsoft.OperationalInsights/workspaces/', parameters('workspace'))]",
"resources": [
{
"apiVersion": "2015-11-01-preview",
"name": "CF - Garden Linux",
"type": "views",
"location": "[parameters('location')]",
"id": "[Concat('/subscriptions/', parameters('subscriptionId'), '/resourceGroups/', parameters('resourcegroup'), '/providers/Microsoft.OperationalInsights/workspaces/', parameters('workspace'),'/views/CF - Garden Linux')]",
"dependson": [
"[Concat('/subscriptions/', parameters('subscriptionId'), '/resourceGroups/', parameters('resourcegroup'), '/providers/Microsoft.OperationalInsights/workspaces/', parameters('workspace'))]"
],
"properties": {
"Id": "CF - Garden Linux",
"Name": "CF - Garden Linux",
"Author": "[email protected], [email protected]",
"Source": "Local",
"Version": 2,
"Dashboard": [
{
"Id": "SingleQueryDonutBuilderBladeV1",
"Type": "Blade",
"Version": 0,
"Configuration": {
"General": {
"title": "Backing Stores",
"newGroup": false,
"icon": "",
"useIcon": false
},
"Header": {
"Title": "Average Backing Store Files per Instance - Last Hour",
"Subtitle": "by Environment"
},
"Donut": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"BackingStores\" and TimeGenerated > ago(1h) | summarize AggregatedValue = avg(Value_d) by Environment_s | sort by AggregatedValue desc// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=BackingStores TimeGenerated>Now-1Hour| measure avg(Value_d) by Environment_s",
"CenterLegend": {
"Text": "Total",
"Operation": "Sum",
"ArcsToSelect": []
},
"Options": {
"colors": [
"#00188f",
"#0072c6",
"#00bcf2"
],
"valueColorMapping": []
},
"NavigationSelect": {}
},
"List": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"BackingStores\" and TimeGenerated > ago(1h) | summarize AggregatedValue = avg(Value_d) by bin(TimeGenerated, 5m), Environment_s, IP_s | sort by TimeGenerated desc// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=BackingStores TimeGenerated>Now-1Hour| measure avg(Value_d) by Environment_s,IP_s interval 5Minutes",
"HideGraph": false,
"enableSparklines": true,
"ColumnsTitle": {
"Name": "Environment",
"Value": "Backing Stores"
},
"Color": "#0072c6",
"operation": "Last Sample",
"thresholds": {
"isEnabled": false,
"values": [
{
"name": "Normal",
"threshold": "Default",
"color": "#009e49",
"isDefault": true
},
{
"name": "Warning",
"threshold": "60",
"color": "#fcd116",
"isDefault": false
},
{
"name": "Error",
"threshold": "90",
"color": "#ba141a",
"isDefault": false
}
]
},
"NameDSVSeparator": "",
"NavigationQuery": "search {selected item} | sort by TimeGenerated desc",
"NavigationSelect": {
"NavigationQuery": "search {selected item} | sort by TimeGenerated desc"
}
}
}
},
{
"Id": "SingleQueryDonutBuilderBladeV1",
"Type": "Blade",
"Version": 0,
"Configuration": {
"General": {
"title": "Loop Devices",
"newGroup": false,
"icon": "",
"useIcon": false
},
"Header": {
"Title": "Average Loop Devices per Instance - Last Hour",
"Subtitle": "by Environment"
},
"Donut": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"LoopDevices\" and TimeGenerated > ago(1h) | summarize AggregatedValue = avg(Value_d) by Environment_s | sort by AggregatedValue desc\r\n// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=LoopDevices TimeGenerated>Now-1Hour | measure avg(Value_d) by Environment_s",
"CenterLegend": {
"Text": "Total",
"Operation": "Sum",
"ArcsToSelect": []
},
"Options": {
"colors": [
"#00188f",
"#0072c6",
"#00bcf2"
],
"valueColorMapping": []
},
"NavigationSelect": {}
},
"List": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"LoopDevices\" | summarize AggregatedValue = max(Value_d) by bin(TimeGenerated, 5m), Environment_s, IP_s | sort by TimeGenerated desc\r\n// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=LoopDevices | measure max(Value_d) by Environment_s,IP_s interval 5Minutes",
"HideGraph": false,
"enableSparklines": true,
"operation": "Last Sample",
"ColumnsTitle": {
"Name": "Environment",
"Value": "Loop Devices"
},
"Color": "#0072c6",
"thresholds": {
"isEnabled": false,
"values": [
{
"name": "Normal",
"threshold": "Default",
"color": "#009e49",
"isDefault": true
},
{
"name": "Warning",
"threshold": "60",
"color": "#fcd116",
"isDefault": false
},
{
"name": "Error",
"threshold": "90",
"color": "#ba141a",
"isDefault": false
}
]
},
"NameDSVSeparator": "",
"NavigationQuery": "search {selected item}\r\n// Oql: {selected item}",
"NavigationSelect": {}
}
}
},
{
"Id": "SingleQueryDonutBuilderBladeV1",
"Type": "Blade",
"Version": 0,
"Configuration": {
"General": {
"title": "Depot Dirs",
"newGroup": false,
"icon": "",
"useIcon": false
},
"Header": {
"Title": "Average Depot Dirs per Instance - Last Hour",
"Subtitle": "by Environment"
},
"Donut": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"DepotDirs\" and TimeGenerated > ago(1h) | summarize AggregatedValue = avg(Value_d) by Environment_s | sort by AggregatedValue desc// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=DepotDirs TimeGenerated>Now-1Hour | measure avg(Value_d) by Environment_s",
"CenterLegend": {
"Text": "Total",
"Operation": "Sum",
"ArcsToSelect": []
},
"Options": {
"colors": [
"#00188f",
"#0072c6",
"#00bcf2"
],
"valueColorMapping": []
},
"NavigationSelect": {}
},
"List": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"DepotDirs\" | summarize AggregatedValue = max(Value_d) by bin(TimeGenerated, 5m), Environment_s, IP_s | sort by TimeGenerated desc// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=DepotDirs | measure max(Value_d) by Environment_s,IP_s interval 5Minutes",
"HideGraph": false,
"enableSparklines": true,
"operation": "Last Sample",
"ColumnsTitle": {
"Name": "Environment",
"Value": "Depot Dirs"
},
"Color": "#0072c6",
"thresholds": {
"isEnabled": false,
"values": [
{
"name": "Normal",
"threshold": "Default",
"color": "#009e49",
"isDefault": true
},
{
"name": "Warning",
"threshold": "60",
"color": "#fcd116",
"isDefault": false
},
{
"name": "Error",
"threshold": "90",
"color": "#ba141a",
"isDefault": false
}
]
},
"NameDSVSeparator": "",
"NavigationQuery": "search {selected item}// Oql: {selected item}",
"NavigationSelect": {}
}
}
}
],
"Filters": [],
"OverviewTile": {
"Id": "LineChartCalloutBuilderTile",
"Type": "OverviewTile",
"Version": 2,
"Configuration": {
"LineChart": {
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" and Name_s == \"DepotDirs\" | summarize AggregatedValue = avg(Value_d) by Environment_s | sort by AggregatedValue desc// Oql: Type=CF_ValueMetric_CL Origin_s=garden-linux Name_s=DepotDirs | measure avg(Value_d) by Environment_s",
"Callout": {
"Title": "DepotDirs",
"Series": "",
"Operation": "Last Sample"
},
"yAxis": {
"isLogarithmic": false,
"units": {
"baseUnitType": "",
"baseUnit": "",
"displayUnit": ""
},
"customLabel": ""
}
},
"Advanced": {
"DataFlowVerification": {
"Enabled": true,
"Query": "CF_ValueMetric_CL | where Origin_s == \"garden-linux\" | sort by TimeGenerated desc\r\n// Oql: Type=CF_ValueMetric_CL",
"Message": "There is no data yet from your Cloud Foundry environment(s). Please visit https://github.com/Azure/oms-log-analytics-firehose-nozzle for details about collecting Cloud Foundry logs and metrics to OMS."
}
}
}
}
}
}
]
}
]
}