@perses-dev/loki-plugin 0.4.0 → 0.5.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__mf/js/Loki.b64c7408.js +6 -0
- package/__mf/js/async/1238.71fd7843.js +1 -0
- package/__mf/js/async/1490.0d8dcc42.js +22 -0
- package/__mf/js/async/1501.eefd56b9.js +1 -0
- package/__mf/js/async/1616.60c9a082.js +1 -0
- package/__mf/js/async/1728.21a8f690.js +1 -0
- package/__mf/js/async/1811.a291a38b.js +28 -0
- package/__mf/js/async/1825.5005b3af.js +1 -0
- package/__mf/js/async/1969.53d223ca.js +1 -0
- package/__mf/js/async/2043.eb7e1c61.js +2 -0
- package/__mf/js/async/2386.a3cfef97.js +2 -0
- package/__mf/js/async/3059.cb101ca2.js +1 -0
- package/__mf/js/async/3181.d2b90b95.js +2 -0
- package/__mf/js/async/3849.85df5535.js +7 -0
- package/__mf/js/async/392.c0f9d49a.js +2 -0
- package/__mf/js/async/{1964.7b2e7223.js → 4121.328a1e93.js} +2 -2
- package/__mf/js/async/4466.21ddc88c.js +74 -0
- package/__mf/js/async/{2651.ef335482.js → 5002.29685f8e.js} +1 -1
- package/__mf/js/async/5071.a03a64fd.js +1 -0
- package/__mf/js/async/5440.3fedd5ea.js +2 -0
- package/__mf/js/async/5501.01af8b43.js +2 -0
- package/__mf/js/async/{5214.fee648bb.js → 5587.55dbc663.js} +1 -1
- package/__mf/js/async/6100.e2898f9c.js +1 -0
- package/__mf/js/async/6274.293b47c4.js +2 -0
- package/__mf/js/async/6283.78af4bc8.js +2 -0
- package/__mf/js/async/6498.903f2a94.js +2 -0
- package/__mf/js/async/7177.b50a1c64.js +1 -0
- package/__mf/js/async/7192.4dea1fd0.js +1 -0
- package/__mf/js/async/7370.0ddd349a.js +2 -0
- package/__mf/js/async/7968.ec040694.js +1 -0
- package/__mf/js/async/7978.38078276.js +1 -0
- package/__mf/js/async/8035.8dab4893.js +38 -0
- package/__mf/js/async/8356.5635696c.js +1 -0
- package/__mf/js/async/8470.c67049a2.js +2 -0
- package/__mf/js/async/8482.07caae1a.js +1 -0
- package/__mf/js/async/873.02aa55af.js +1 -0
- package/__mf/js/async/8988.1c565f12.js +1 -0
- package/__mf/js/async/9071.ed72bdac.js +2 -0
- package/__mf/js/async/9235.f2e0e95c.js +1 -0
- package/__mf/js/async/9389.a8ea42a0.js +2 -0
- package/__mf/js/async/941.0bce16fe.js +2 -0
- package/__mf/js/async/9588.2d82f477.js +1 -0
- package/__mf/js/async/9754.5d7b21c2.js +10 -0
- package/__mf/js/async/9836.de786d07.js +1 -0
- package/__mf/js/async/__federation_expose_LokiDatasource.3da46ee2.js +2 -0
- package/__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js +1 -0
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js +1 -0
- package/__mf/js/main.de30f7e6.js +6 -0
- package/lib/bootstrap.js +3 -3
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/complete.js +258 -0
- package/lib/cjs/components/logql-editor.js +6 -3
- package/lib/cjs/components/logql-extension.js +15 -1
- package/lib/cjs/model/index.js +1 -0
- package/lib/cjs/model/loki-client.js +10 -10
- package/lib/cjs/model/loki-selectors.js +5 -5
- package/lib/cjs/queries/constants.js +3 -3
- package/lib/cjs/queries/loki-log-query/LokiLogQueryEditor.js +16 -1
- package/lib/components/complete.d.ts +37 -0
- package/lib/components/complete.d.ts.map +1 -0
- package/lib/components/complete.js +249 -0
- package/lib/components/complete.js.map +1 -0
- package/lib/components/logql-editor.d.ts +4 -1
- package/lib/components/logql-editor.d.ts.map +1 -1
- package/lib/components/logql-editor.js +7 -4
- package/lib/components/logql-editor.js.map +1 -1
- package/lib/components/logql-extension.d.ts +9 -1
- package/lib/components/logql-extension.d.ts.map +1 -1
- package/lib/components/logql-extension.js +15 -1
- package/lib/components/logql-extension.js.map +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js.map +1 -1
- package/lib/model/index.d.ts +1 -0
- package/lib/model/index.d.ts.map +1 -1
- package/lib/model/index.js +1 -0
- package/lib/model/index.js.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js +19 -4
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js.map +1 -1
- package/lib/queries/loki-log-query/get-loki-log-data.js.map +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.d.ts +1 -4
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.d.ts.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.js.map +1 -1
- package/mf-manifest.json +107 -102
- package/mf-stats.json +107 -102
- package/package.json +7 -6
- package/__mf/js/Loki.c48c56a7.js +0 -5
- package/__mf/js/async/1360.2348e2a7.js +0 -10
- package/__mf/js/async/1398.ca579c40.js +0 -2
- package/__mf/js/async/1540.6b797827.js +0 -74
- package/__mf/js/async/1580.c7d3c3f1.js +0 -2
- package/__mf/js/async/2226.a056d1a3.js +0 -1
- package/__mf/js/async/2292.35c2eeec.js +0 -2
- package/__mf/js/async/2652.7b7038d2.js +0 -28
- package/__mf/js/async/282.6c4c5a94.js +0 -1
- package/__mf/js/async/3224.b1170acc.js +0 -1
- package/__mf/js/async/3431.2270637c.js +0 -1
- package/__mf/js/async/3863.16343b76.js +0 -2
- package/__mf/js/async/3960.6091bb00.js +0 -2
- package/__mf/js/async/3980.08ab4aef.js +0 -2
- package/__mf/js/async/4075.19dee570.js +0 -1
- package/__mf/js/async/4238.155e3b8a.js +0 -1
- package/__mf/js/async/4269.b4d0f49d.js +0 -2
- package/__mf/js/async/4310.6d2d2ce3.js +0 -7
- package/__mf/js/async/4421.28cc8e2d.js +0 -1
- package/__mf/js/async/4557.fd670526.js +0 -2
- package/__mf/js/async/4676.d4c41b7a.js +0 -22
- package/__mf/js/async/5409.ff95cf63.js +0 -1
- package/__mf/js/async/5780.d837c3cd.js +0 -1
- package/__mf/js/async/5981.a46c5157.js +0 -2
- package/__mf/js/async/6134.f7ee513c.js +0 -38
- package/__mf/js/async/6292.9997ca36.js +0 -1
- package/__mf/js/async/6329.9c3a3698.js +0 -2
- package/__mf/js/async/6333.01fb6457.js +0 -2
- package/__mf/js/async/6377.9f308c7f.js +0 -2
- package/__mf/js/async/6770.ba5a38f3.js +0 -1
- package/__mf/js/async/694.c25a1f84.js +0 -1
- package/__mf/js/async/7376.0459aaf7.js +0 -1
- package/__mf/js/async/738.a16c93b6.js +0 -1
- package/__mf/js/async/7740.6f193fac.js +0 -1
- package/__mf/js/async/7797.822237c9.js +0 -1
- package/__mf/js/async/8216.d9cc6234.js +0 -1
- package/__mf/js/async/8488.5b4b7170.js +0 -1
- package/__mf/js/async/8537.dc791586.js +0 -1
- package/__mf/js/async/9173.75bbe78a.js +0 -2
- package/__mf/js/async/9554.728cf7b9.js +0 -2
- package/__mf/js/async/__federation_expose_LokiDatasource.3ce6abca.js +0 -2
- package/__mf/js/async/__federation_expose_LokiLogQuery.c446c7ff.js +0 -1
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.eda99bf8.js +0 -1
- package/__mf/js/main.ccf461ea.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 5442.d3010b86.css} +0 -0
- /package/__mf/css/async/{6759.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{4676.d4c41b7a.js.LICENSE.txt → 1490.0d8dcc42.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2292.35c2eeec.js.LICENSE.txt → 2043.eb7e1c61.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1398.ca579c40.js.LICENSE.txt → 2386.a3cfef97.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.c7d3c3f1.js.LICENSE.txt → 3181.d2b90b95.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.6d2d2ce3.js.LICENSE.txt → 3849.85df5535.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.a46c5157.js.LICENSE.txt → 392.c0f9d49a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.7b2e7223.js.LICENSE.txt → 4121.328a1e93.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6377.9f308c7f.js.LICENSE.txt → 5440.3fedd5ea.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4557.fd670526.js.LICENSE.txt → 5501.01af8b43.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.6091bb00.js.LICENSE.txt → 6274.293b47c4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.08ab4aef.js.LICENSE.txt → 6283.78af4bc8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9554.728cf7b9.js.LICENSE.txt → 6498.903f2a94.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.16343b76.js.LICENSE.txt → 7370.0ddd349a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.75bbe78a.js.LICENSE.txt → 8470.c67049a2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.b4d0f49d.js.LICENSE.txt → 9071.ed72bdac.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6329.9c3a3698.js.LICENSE.txt → 9389.a8ea42a0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.01fb6457.js.LICENSE.txt → 941.0bce16fe.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1360.2348e2a7.js.LICENSE.txt → 9754.5d7b21c2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_LokiDatasource.3ce6abca.js.LICENSE.txt → __federation_expose_LokiDatasource.3da46ee2.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Loki",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.5.0-beta.0",
|
|
9
9
|
"buildName": "@perses-dev/loki-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Loki.
|
|
12
|
+
"name": "__mf/js/Loki.b64c7408.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "Loki",
|
|
23
|
-
"pluginVersion": "0.
|
|
23
|
+
"pluginVersion": "0.21.6",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
25
|
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/Loki/\"; }"
|
|
26
26
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"js": {
|
|
36
36
|
"async": [],
|
|
37
37
|
"sync": [
|
|
38
|
-
"__mf/js/async/
|
|
38
|
+
"__mf/js/async/6274.293b47c4.js"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"css": {
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"js": {
|
|
55
55
|
"async": [],
|
|
56
56
|
"sync": [
|
|
57
|
-
"__mf/js/async/
|
|
58
|
-
"__mf/js/async/
|
|
57
|
+
"__mf/js/async/1616.60c9a082.js",
|
|
58
|
+
"__mf/js/async/9235.f2e0e95c.js"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"css": {
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"js": {
|
|
75
75
|
"async": [],
|
|
76
76
|
"sync": [
|
|
77
|
-
"__mf/js/async/
|
|
78
|
-
"__mf/js/async/
|
|
77
|
+
"__mf/js/async/5587.55dbc663.js",
|
|
78
|
+
"__mf/js/async/7968.ec040694.js"
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
81
|
"css": {
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "Loki:@perses-dev/components",
|
|
89
89
|
"name": "@perses-dev/components",
|
|
90
|
-
"version": "0.53.0-beta.
|
|
90
|
+
"version": "0.53.0-beta.4",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.53.0-beta.
|
|
92
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/
|
|
97
|
+
"__mf/js/async/3849.85df5535.js"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"css": {
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "Loki:@perses-dev/dashboards",
|
|
108
108
|
"name": "@perses-dev/dashboards",
|
|
109
|
-
"version": "0.53.0-beta.
|
|
109
|
+
"version": "0.53.0-beta.4",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.53.0-beta.
|
|
111
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/1490.0d8dcc42.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
{
|
|
126
126
|
"id": "Loki:@perses-dev/explore",
|
|
127
127
|
"name": "@perses-dev/explore",
|
|
128
|
-
"version": "0.53.0-beta.
|
|
128
|
+
"version": "0.53.0-beta.4",
|
|
129
129
|
"singleton": true,
|
|
130
|
-
"requiredVersion": "^0.53.0-beta.
|
|
130
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
131
131
|
"assets": {
|
|
132
132
|
"js": {
|
|
133
133
|
"async": [],
|
|
134
134
|
"sync": [
|
|
135
|
-
"__mf/js/async/
|
|
135
|
+
"__mf/js/async/1728.21a8f690.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"css": {
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "Loki:@perses-dev/plugin-system",
|
|
146
146
|
"name": "@perses-dev/plugin-system",
|
|
147
|
-
"version": "0.53.0-beta.
|
|
147
|
+
"version": "0.53.0-beta.4",
|
|
148
148
|
"singleton": true,
|
|
149
|
-
"requiredVersion": "^0.53.0-beta.
|
|
149
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
150
150
|
"assets": {
|
|
151
151
|
"js": {
|
|
152
152
|
"async": [],
|
|
153
153
|
"sync": [
|
|
154
|
-
"__mf/js/async/
|
|
154
|
+
"__mf/js/async/5501.01af8b43.js"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"css": {
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"js": {
|
|
171
171
|
"async": [],
|
|
172
172
|
"sync": [
|
|
173
|
-
"__mf/js/async/
|
|
173
|
+
"__mf/js/async/6283.78af4bc8.js"
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
176
|
"css": {
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"js": {
|
|
190
190
|
"async": [],
|
|
191
191
|
"sync": [
|
|
192
|
-
"__mf/js/async/
|
|
192
|
+
"__mf/js/async/7192.4dea1fd0.js"
|
|
193
193
|
]
|
|
194
194
|
},
|
|
195
195
|
"css": {
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"js": {
|
|
209
209
|
"async": [],
|
|
210
210
|
"sync": [
|
|
211
|
-
"__mf/js/async/
|
|
211
|
+
"__mf/js/async/873.02aa55af.js"
|
|
212
212
|
]
|
|
213
213
|
},
|
|
214
214
|
"css": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"js": {
|
|
228
228
|
"async": [],
|
|
229
229
|
"sync": [
|
|
230
|
-
"__mf/js/async/
|
|
230
|
+
"__mf/js/async/392.c0f9d49a.js"
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"css": {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"js": {
|
|
247
247
|
"async": [],
|
|
248
248
|
"sync": [
|
|
249
|
-
"__mf/js/async/
|
|
249
|
+
"__mf/js/async/8470.c67049a2.js"
|
|
250
250
|
]
|
|
251
251
|
},
|
|
252
252
|
"css": {
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"js": {
|
|
266
266
|
"async": [],
|
|
267
267
|
"sync": [
|
|
268
|
-
"__mf/js/async/
|
|
268
|
+
"__mf/js/async/8356.5635696c.js"
|
|
269
269
|
]
|
|
270
270
|
},
|
|
271
271
|
"css": {
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"js": {
|
|
285
285
|
"async": [],
|
|
286
286
|
"sync": [
|
|
287
|
-
"__mf/js/async/
|
|
287
|
+
"__mf/js/async/5440.3fedd5ea.js"
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
"css": {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"js": {
|
|
304
304
|
"async": [],
|
|
305
305
|
"sync": [
|
|
306
|
-
"__mf/js/async/
|
|
306
|
+
"__mf/js/async/4121.328a1e93.js"
|
|
307
307
|
]
|
|
308
308
|
},
|
|
309
309
|
"css": {
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"js": {
|
|
323
323
|
"async": [],
|
|
324
324
|
"sync": [
|
|
325
|
-
"__mf/js/async/
|
|
325
|
+
"__mf/js/async/7978.38078276.js"
|
|
326
326
|
]
|
|
327
327
|
},
|
|
328
328
|
"css": {
|
|
@@ -340,35 +340,36 @@
|
|
|
340
340
|
"assets": {
|
|
341
341
|
"js": {
|
|
342
342
|
"sync": [
|
|
343
|
-
"__mf/js/async/__federation_expose_LokiDatasource.
|
|
343
|
+
"__mf/js/async/__federation_expose_LokiDatasource.3da46ee2.js"
|
|
344
344
|
],
|
|
345
345
|
"async": [
|
|
346
|
-
"__mf/js/async/
|
|
347
|
-
"__mf/js/async/
|
|
348
|
-
"__mf/js/async/
|
|
349
|
-
"__mf/js/async/
|
|
350
|
-
"__mf/js/async/
|
|
351
|
-
"__mf/js/async/
|
|
352
|
-
"__mf/js/async/
|
|
353
|
-
"__mf/js/async/
|
|
354
|
-
"__mf/js/async/
|
|
355
|
-
"__mf/js/async/
|
|
356
|
-
"__mf/js/async/
|
|
357
|
-
"__mf/js/async/
|
|
358
|
-
"__mf/js/async/
|
|
359
|
-
"__mf/js/async/
|
|
360
|
-
"__mf/js/async/
|
|
361
|
-
"__mf/js/async/
|
|
362
|
-
"__mf/js/async/
|
|
363
|
-
"__mf/js/async/
|
|
364
|
-
"__mf/js/async/
|
|
365
|
-
"__mf/js/async/
|
|
346
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
347
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
348
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
349
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
350
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
351
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js",
|
|
352
|
+
"__mf/js/async/4466.21ddc88c.js",
|
|
353
|
+
"__mf/js/async/6100.e2898f9c.js",
|
|
354
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js",
|
|
355
|
+
"__mf/js/async/1238.71fd7843.js",
|
|
356
|
+
"__mf/js/async/9836.de786d07.js",
|
|
357
|
+
"__mf/js/async/6498.903f2a94.js",
|
|
358
|
+
"__mf/js/async/1811.a291a38b.js",
|
|
359
|
+
"__mf/js/async/3059.cb101ca2.js",
|
|
360
|
+
"__mf/js/async/8035.8dab4893.js",
|
|
361
|
+
"__mf/js/async/9588.2d82f477.js",
|
|
362
|
+
"__mf/js/async/5071.a03a64fd.js",
|
|
363
|
+
"__mf/js/async/2043.eb7e1c61.js",
|
|
364
|
+
"__mf/js/async/7177.b50a1c64.js",
|
|
365
|
+
"__mf/js/async/1969.53d223ca.js",
|
|
366
|
+
"__mf/js/async/8482.07caae1a.js"
|
|
366
367
|
]
|
|
367
368
|
},
|
|
368
369
|
"css": {
|
|
369
370
|
"sync": [],
|
|
370
371
|
"async": [
|
|
371
|
-
"__mf/css/async/
|
|
372
|
+
"__mf/css/async/5442.d3010b86.css"
|
|
372
373
|
]
|
|
373
374
|
}
|
|
374
375
|
},
|
|
@@ -380,38 +381,40 @@
|
|
|
380
381
|
"assets": {
|
|
381
382
|
"js": {
|
|
382
383
|
"sync": [
|
|
383
|
-
"__mf/js/async/
|
|
384
|
-
"__mf/js/async/
|
|
385
|
-
"__mf/js/async/
|
|
386
|
-
"__mf/js/async/
|
|
387
|
-
"__mf/js/async/
|
|
384
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
385
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
386
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
387
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
388
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
389
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js"
|
|
388
390
|
],
|
|
389
391
|
"async": [
|
|
390
|
-
"__mf/js/async/
|
|
391
|
-
"__mf/js/async/
|
|
392
|
-
"__mf/js/async/
|
|
393
|
-
"__mf/js/async/
|
|
394
|
-
"__mf/js/async/
|
|
395
|
-
"__mf/js/async/
|
|
396
|
-
"__mf/js/async/
|
|
397
|
-
"__mf/js/async/
|
|
398
|
-
"__mf/js/async/
|
|
399
|
-
"__mf/js/async/
|
|
400
|
-
"__mf/js/async/
|
|
401
|
-
"__mf/js/async/
|
|
402
|
-
"__mf/js/async/
|
|
403
|
-
"__mf/js/async/
|
|
404
|
-
"__mf/js/async/
|
|
405
|
-
"__mf/js/async/
|
|
406
|
-
"__mf/js/async/
|
|
407
|
-
"__mf/js/async/
|
|
408
|
-
"__mf/js/async/
|
|
392
|
+
"__mf/js/async/9588.2d82f477.js",
|
|
393
|
+
"__mf/js/async/5071.a03a64fd.js",
|
|
394
|
+
"__mf/js/async/1238.71fd7843.js",
|
|
395
|
+
"__mf/js/async/9836.de786d07.js",
|
|
396
|
+
"__mf/js/async/6498.903f2a94.js",
|
|
397
|
+
"__mf/js/async/1811.a291a38b.js",
|
|
398
|
+
"__mf/js/async/4466.21ddc88c.js",
|
|
399
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
400
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
401
|
+
"__mf/js/async/6100.e2898f9c.js",
|
|
402
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
403
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
404
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
405
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js",
|
|
406
|
+
"__mf/js/async/3059.cb101ca2.js",
|
|
407
|
+
"__mf/js/async/8035.8dab4893.js",
|
|
408
|
+
"__mf/js/async/2043.eb7e1c61.js",
|
|
409
|
+
"__mf/js/async/7177.b50a1c64.js",
|
|
410
|
+
"__mf/js/async/1969.53d223ca.js",
|
|
411
|
+
"__mf/js/async/8482.07caae1a.js"
|
|
409
412
|
]
|
|
410
413
|
},
|
|
411
414
|
"css": {
|
|
412
415
|
"sync": [],
|
|
413
416
|
"async": [
|
|
414
|
-
"__mf/css/async/
|
|
417
|
+
"__mf/css/async/5442.d3010b86.css"
|
|
415
418
|
]
|
|
416
419
|
}
|
|
417
420
|
},
|
|
@@ -423,39 +426,41 @@
|
|
|
423
426
|
"assets": {
|
|
424
427
|
"js": {
|
|
425
428
|
"sync": [
|
|
426
|
-
"__mf/js/async/
|
|
427
|
-
"__mf/js/async/
|
|
428
|
-
"__mf/js/async/
|
|
429
|
-
"__mf/js/async/
|
|
430
|
-
"__mf/js/async/
|
|
431
|
-
"__mf/js/async/
|
|
432
|
-
"__mf/js/async/
|
|
429
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
430
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
431
|
+
"__mf/js/async/4466.21ddc88c.js",
|
|
432
|
+
"__mf/js/async/6100.e2898f9c.js",
|
|
433
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
434
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
435
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
436
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js"
|
|
433
437
|
],
|
|
434
438
|
"async": [
|
|
435
|
-
"__mf/js/async/
|
|
436
|
-
"__mf/js/async/
|
|
437
|
-
"__mf/js/async/
|
|
438
|
-
"__mf/js/async/
|
|
439
|
-
"__mf/js/async/
|
|
440
|
-
"__mf/js/async/
|
|
441
|
-
"__mf/js/async/
|
|
442
|
-
"__mf/js/async/
|
|
443
|
-
"__mf/js/async/
|
|
444
|
-
"__mf/js/async/
|
|
445
|
-
"__mf/js/async/
|
|
446
|
-
"__mf/js/async/
|
|
447
|
-
"__mf/js/async/
|
|
448
|
-
"__mf/js/async/
|
|
449
|
-
"__mf/js/async/
|
|
450
|
-
"__mf/js/async/
|
|
451
|
-
"__mf/js/async/
|
|
439
|
+
"__mf/js/async/1238.71fd7843.js",
|
|
440
|
+
"__mf/js/async/9836.de786d07.js",
|
|
441
|
+
"__mf/js/async/6498.903f2a94.js",
|
|
442
|
+
"__mf/js/async/1811.a291a38b.js",
|
|
443
|
+
"__mf/js/async/3059.cb101ca2.js",
|
|
444
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
445
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
446
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
447
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
448
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
449
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js",
|
|
450
|
+
"__mf/js/async/8035.8dab4893.js",
|
|
451
|
+
"__mf/js/async/9588.2d82f477.js",
|
|
452
|
+
"__mf/js/async/5071.a03a64fd.js",
|
|
453
|
+
"__mf/js/async/2043.eb7e1c61.js",
|
|
454
|
+
"__mf/js/async/7177.b50a1c64.js",
|
|
455
|
+
"__mf/js/async/1969.53d223ca.js",
|
|
456
|
+
"__mf/js/async/8482.07caae1a.js"
|
|
452
457
|
]
|
|
453
458
|
},
|
|
454
459
|
"css": {
|
|
455
460
|
"sync": [],
|
|
456
461
|
"async": [
|
|
457
|
-
"__mf/css/async/
|
|
458
|
-
"__mf/css/async/
|
|
462
|
+
"__mf/css/async/5442.d3010b86.css",
|
|
463
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
459
464
|
]
|
|
460
465
|
}
|
|
461
466
|
},
|