Skip to content

Commit 11605a6

Browse files
GeorgeH-MSbganapa
authored andcommitted
Create tileTemplate.json
1 parent 7bb85a4 commit 11605a6

1 file changed

Lines changed: 133 additions & 0 deletions

File tree

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
{
2+
"position": {
3+
"x": 0,
4+
"y": 2,
5+
"colSpan": 6,
6+
"rowSpan": 4
7+
},
8+
"metadata": {
9+
"inputs": [
10+
{
11+
"name": "options",
12+
"value": {
13+
"charts": [
14+
{
15+
"metrics": [
16+
{
17+
"name": "VolumeOperationsWrite",
18+
"resourceMetadata": {
19+
"resourceId": "<resourceIdToBeReplaced>"
20+
},
21+
"aggregationType": 4
22+
},
23+
{
24+
"name": "VolumeOperationsThroughputRead",
25+
"resourceMetadata": {
26+
"resourceId": "<resourceIdToBeReplaced>"
27+
},
28+
"aggregationType": 4
29+
}
30+
],
31+
"title": "Total",
32+
"timeContext": {
33+
"options": {
34+
"grain": 1,
35+
"appliedISOGrain": "PT5M"
36+
},
37+
"relative": {
38+
"duration": 86400000
39+
}
40+
},
41+
"itemDataModel": {
42+
"_comment_id": "2703D70A-92D7-46BE-9395-DE30917EC82B",
43+
"chartHeight": 1,
44+
"metrics": [
45+
{
46+
"id": {
47+
"resourceDefinition": {
48+
"id": "<resourceIdToBeReplaced>"
49+
},
50+
"name": {
51+
"id": "VolumeOperationsWrite",
52+
"displayName": "Volume Operations Write (Preview)"
53+
},
54+
"dataSource": 1,
55+
"namespace": {
56+
"name": "microsoft.fabric.admin/fabriclocations"
57+
}
58+
},
59+
"metricAggregation": 1,
60+
"color": "#47BDF5"
61+
},
62+
{
63+
"id": {
64+
"resourceDefinition": {
65+
"id": "<resourceIdToBeReplaced>"
66+
},
67+
"name": {
68+
"id": "VolumeOperationsThroughputRead",
69+
"displayName": "Volume Operations Throughput Read (Preview)"
70+
},
71+
"dataSource": 1,
72+
"namespace": {
73+
"name": "microsoft.fabric.admin/fabriclocations"
74+
}
75+
},
76+
"metricAggregation": 1,
77+
"color": "#7E58FF"
78+
}
79+
],
80+
"priorPeriod": false,
81+
"horizontalBars": true,
82+
"showOther": false,
83+
"aggregation": 1,
84+
"palette": "multiColor",
85+
"jsonDefinitionId": "700398D6-C408-4EBF-8E65-E05DC5F4031E",
86+
"version": {
87+
"major": 1,
88+
"minor": 0,
89+
"build": 0
90+
},
91+
"filters": {
92+
"filterType": 0,
93+
"id": "62B109D6-9CD5-442A-9E35-3281D15DAFE7",
94+
"OperandFilters": [
95+
{
96+
"id": "1E1D3ABA-FEF7-40C5-B355-370F3F44C02F",
97+
"filterType": 1,
98+
"ComparisonOperator": 0,
99+
"OperandSelectedKey": {
100+
"dimensionName": {
101+
"id": "VolumeName",
102+
"displayName": "Volume Name"
103+
}
104+
},
105+
"OperandSelectedValues": [
106+
"Volume3"
107+
]
108+
}
109+
],
110+
"LogicalOperator": 0
111+
},
112+
"yAxisOptions": {
113+
"options": 1
114+
},
115+
"title": "Total",
116+
"titleKind": "Auto",
117+
"appliedISOGrain": "PT5M"
118+
}
119+
}
120+
],
121+
"v2charts": true
122+
},
123+
"isOptional": true
124+
},
125+
{
126+
"name": "sharedTimeRange",
127+
"isOptional": true
128+
}
129+
],
130+
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
131+
"settings": {}
132+
}
133+
}

0 commit comments

Comments
 (0)