-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdashboard-Microsoft.AspNetCore.Hosting Metrics.template
More file actions
54 lines (54 loc) · 1.28 KB
/
dashboard-Microsoft.AspNetCore.Hosting Metrics.template
File metadata and controls
54 lines (54 loc) · 1.28 KB
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
{
"$entity": "dashboard",
"OwnerId": null,
"Title": "Microsoft.AspNetCore.Hosting Metrics",
"IsProtected": false,
"SignalExpression": {
"Kind": "Signal",
"SignalId": ref("signal-Metrics.template")
},
"Charts": [
{
"Title": "http.server.active_requests",
"SignalExpression": null,
"Queries": [
{
"Measurements": [
{
"Value": "min(http.server.active_requests)",
"Label": "min"
},
{
"Value": "max(http.server.active_requests)",
"Label": "max"
},
{
"Value": "mean(http.server.active_requests)",
"Label": "mean"
}
],
"Where": null,
"SignalExpression": null,
"GroupBy": [
"@Resource.seq.node.name"
],
"DisplayStyle": {
"Type": "Line",
"LineFillToZeroY": true,
"LineShowMarkers": false,
"BarOverlaySum": false,
"SuppressLegend": true,
"Palette": "Default"
},
"Having": null,
"OrderBy": [],
"Limit": null
}
],
"DisplayStyle": {
"WidthColumns": 3,
"HeightRows": 1
}
}
]
}