@perses-dev/victorialogs-plugin 0.2.0 → 0.3.0-rc.1
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/VictoriaLogs.c7d074d4.js +6 -0
- package/__mf/js/async/1170.1ace5903.js +101 -0
- package/__mf/js/async/1430.bac7994c.js +1 -0
- package/__mf/js/async/1616.44d9fc39.js +1 -0
- package/__mf/js/async/1728.c9fc8da6.js +1 -0
- package/__mf/js/async/1969.4f0fc9ef.js +1 -0
- package/__mf/js/async/2043.a03fc64f.js +2 -0
- package/__mf/js/async/{8930.fa15926d.js → 2377.443a1b22.js} +1 -1
- package/__mf/js/async/2386.21b9bb32.js +2 -0
- package/__mf/js/async/2749.edab3f5e.js +2 -0
- package/__mf/js/async/3059.bd425bfb.js +1 -0
- package/__mf/js/async/3181.0e31aa90.js +2 -0
- package/__mf/js/async/392.2a915032.js +2 -0
- package/__mf/js/async/3954.dbc4d4c5.js +1 -0
- package/__mf/js/async/{1964.6d84f735.js → 4121.db798067.js} +2 -2
- package/__mf/js/async/4225.43367877.js +10 -0
- package/__mf/js/async/4248.ce5ffe03.js +1 -0
- package/__mf/js/async/5071.b48bd1f7.js +1 -0
- package/__mf/js/async/54.b0728da4.js +22 -0
- package/__mf/js/async/5440.9338b9ea.js +2 -0
- package/__mf/js/async/{6377.e48abaa5.js.LICENSE.txt → 5440.9338b9ea.js.LICENSE.txt} +3 -3
- package/__mf/js/async/{5214.bcb7530e.js → 5587.dfbc3ebc.js} +1 -1
- package/__mf/js/async/5706.a7fb5c1b.js +1 -0
- package/__mf/js/async/6274.f6456c87.js +2 -0
- package/__mf/js/async/6283.5edb374e.js +2 -0
- package/__mf/js/async/6854.efd1a0a6.js +1 -0
- package/__mf/js/async/{8488.9eb8e6dc.js → 7177.0fe1dff0.js} +1 -1
- package/__mf/js/async/7192.cb6ffe0e.js +1 -0
- package/__mf/js/async/7370.ef522250.js +2 -0
- package/__mf/js/async/7576.bfd4659f.js +2 -0
- package/__mf/js/async/7793.06fe240f.js +1 -0
- package/__mf/js/async/7958.11c8b9fb.js +7 -0
- package/__mf/js/async/7968.5fed5183.js +1 -0
- package/__mf/js/async/7978.c5b22459.js +1 -0
- package/__mf/js/async/8356.2b39af38.js +1 -0
- package/__mf/js/async/8470.32cf23b6.js +2 -0
- package/__mf/js/async/8482.6c4d64de.js +1 -0
- package/__mf/js/async/873.f5cf5a02.js +1 -0
- package/__mf/js/async/9010.c2b659be.js +2 -0
- package/__mf/js/async/9071.720986e2.js +2 -0
- package/__mf/js/async/9235.543bd352.js +1 -0
- package/__mf/js/async/941.6f8e368d.js +2 -0
- package/__mf/js/async/9588.b67d84aa.js +1 -0
- package/__mf/js/async/9836.bbf150b2.js +1 -0
- package/__mf/js/async/9877.73cfc5dd.js +38 -0
- package/__mf/js/async/9944.34a79f7c.js +1 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsDatasource.c8ad37a6.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.9d1b2e5f.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.7bfaa758.js +1 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.ee3ac90f.js +1 -0
- package/__mf/js/main.5b55b7ef.js +6 -0
- package/lib/bootstrap.js +15 -3
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +13 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/components/logsql-editor.js +1 -1
- package/lib/cjs/components/logsql-extension.js +1 -1
- package/lib/cjs/components/logsql-highlight.js +1 -1
- package/lib/cjs/datasources/index.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/VictoriaLogsDatasource.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/index.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/types.js +1 -1
- package/lib/cjs/env.d.js +12 -0
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/index-federation.js +12 -0
- package/lib/cjs/index.js +12 -0
- package/lib/cjs/model/client.js +15 -15
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/selectors.js +6 -6
- package/lib/cjs/model/types.js +1 -1
- package/lib/cjs/queries/constants.js +15 -3
- package/lib/cjs/queries/index.js +1 -1
- package/lib/cjs/queries/victorialogs-log-query/VictoriaLogsLogQuery.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +1 -1
- package/lib/cjs/queries/victorialogs-log-query/index.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/interface.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/query.js +13 -1
- package/lib/cjs/queries/victorialogs-log-query/types.js +12 -0
- package/lib/cjs/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/index.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/query.js +2 -2
- package/lib/cjs/queries/victorialogs-time-series-query/types.js +1 -1
- package/lib/cjs/setup-tests.js +12 -0
- package/lib/cjs/variables/index.js +1 -1
- package/lib/cjs/variables/types.js +12 -0
- package/lib/cjs/variables/utils.js +17 -5
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js +13 -1
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -1
- package/lib/cjs/variables/victorialogs-field-names/index.js +1 -1
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js +13 -1
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +1 -1
- package/lib/cjs/variables/victorialogs-field-values/index.js +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/logsql-editor.js +2 -2
- package/lib/components/logsql-editor.js.map +1 -1
- package/lib/components/logsql-extension.js +1 -1
- package/lib/components/logsql-extension.js.map +1 -1
- package/lib/components/logsql-highlight.js +1 -1
- package/lib/components/logsql-highlight.js.map +1 -1
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.d.ts.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.js +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +2 -2
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/index.js +1 -1
- package/lib/datasources/victorialogs-datasource/index.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/types.js +1 -1
- package/lib/datasources/victorialogs-datasource/types.js.map +1 -1
- package/lib/env.d.js +12 -0
- package/lib/env.d.js.map +1 -1
- package/lib/getPluginModule.d.ts.map +1 -1
- package/lib/getPluginModule.js +12 -0
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +12 -0
- package/lib/index-federation.js.map +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +12 -0
- package/lib/index.js.map +1 -1
- package/lib/model/client.d.ts.map +1 -1
- package/lib/model/client.js +10 -10
- package/lib/model/client.js.map +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/selectors.d.ts.map +1 -1
- package/lib/model/selectors.js +1 -1
- package/lib/model/selectors.js.map +1 -1
- package/lib/model/types.d.ts.map +1 -1
- package/lib/model/types.js +1 -1
- package/lib/model/types.js.map +1 -1
- package/lib/queries/constants.d.ts.map +1 -1
- package/lib/queries/constants.js +12 -0
- package/lib/queries/constants.js.map +1 -1
- package/lib/queries/index.js +1 -1
- package/lib/queries/index.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.js +12 -0
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +2 -2
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js.map +1 -1
- package/lib/queries/victorialogs-log-query/index.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/index.js +12 -0
- package/lib/queries/victorialogs-log-query/index.js.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.js +12 -0
- package/lib/queries/victorialogs-log-query/interface.js.map +1 -1
- package/lib/queries/victorialogs-log-query/query.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/query.js +13 -1
- package/lib/queries/victorialogs-log-query/query.js.map +1 -1
- package/lib/queries/victorialogs-log-query/types.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/types.js +12 -0
- package/lib/queries/victorialogs-log-query/types.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +2 -2
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/index.js +1 -1
- package/lib/queries/victorialogs-time-series-query/index.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/query.d.ts.map +1 -1
- package/lib/queries/victorialogs-time-series-query/query.js +2 -2
- package/lib/queries/victorialogs-time-series-query/query.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/types.js +1 -1
- package/lib/queries/victorialogs-time-series-query/types.js.map +1 -1
- package/lib/setup-tests.d.ts.map +1 -1
- package/lib/setup-tests.js +12 -0
- package/lib/setup-tests.js.map +1 -1
- package/lib/variables/index.js +1 -1
- package/lib/variables/index.js.map +1 -1
- package/lib/variables/types.d.ts +1 -1
- package/lib/variables/types.d.ts.map +1 -1
- package/lib/variables/types.js +12 -0
- package/lib/variables/types.js.map +1 -1
- package/lib/variables/utils.d.ts +1 -1
- package/lib/variables/utils.d.ts.map +1 -1
- package/lib/variables/utils.js +12 -0
- package/lib/variables/utils.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js +13 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +2 -2
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-names/index.js +1 -1
- package/lib/variables/victorialogs-field-names/index.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js +13 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +2 -2
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-values/index.js +1 -1
- package/lib/variables/victorialogs-field-values/index.js.map +1 -1
- package/mf-manifest.json +159 -159
- package/mf-stats.json +159 -159
- package/package.json +7 -6
- package/__mf/js/VictoriaLogs.52130265.js +0 -5
- package/__mf/js/async/1398.34d5ed30.js +0 -2
- package/__mf/js/async/158.c35084cf.js +0 -10
- package/__mf/js/async/1580.ace454a9.js +0 -2
- package/__mf/js/async/2292.0696771a.js +0 -2
- package/__mf/js/async/2558.beff8442.js +0 -101
- package/__mf/js/async/3224.858fb6d6.js +0 -1
- package/__mf/js/async/3431.358ac817.js +0 -1
- package/__mf/js/async/3863.66f8659b.js +0 -2
- package/__mf/js/async/3960.bbacac1d.js +0 -2
- package/__mf/js/async/3980.03396afa.js +0 -2
- package/__mf/js/async/4075.8aae8af4.js +0 -1
- package/__mf/js/async/4238.cd5e3d1f.js +0 -1
- package/__mf/js/async/4269.f9191848.js +0 -2
- package/__mf/js/async/4310.9ddfd236.js +0 -7
- package/__mf/js/async/4421.b3e6be64.js +0 -1
- package/__mf/js/async/4557.4ca5a213.js +0 -2
- package/__mf/js/async/4676.db842b1a.js +0 -22
- package/__mf/js/async/5348.aa77f629.js +0 -2
- package/__mf/js/async/5388.92f525c5.js +0 -1
- package/__mf/js/async/5409.5d25f1db.js +0 -1
- package/__mf/js/async/5628.f229b9f6.js +0 -1
- package/__mf/js/async/5682.a317ee96.js +0 -1
- package/__mf/js/async/5790.f7a41a40.js +0 -1
- package/__mf/js/async/58.8a4336f8.js +0 -2
- package/__mf/js/async/5981.e54ec80b.js +0 -2
- package/__mf/js/async/6134.6f58094d.js +0 -38
- package/__mf/js/async/6292.fda8a9af.js +0 -1
- package/__mf/js/async/6333.031c68b4.js +0 -2
- package/__mf/js/async/6374.e9650306.js +0 -1
- package/__mf/js/async/6377.e48abaa5.js +0 -2
- package/__mf/js/async/6770.5c90a318.js +0 -1
- package/__mf/js/async/694.663f3faf.js +0 -1
- package/__mf/js/async/7376.91743064.js +0 -1
- package/__mf/js/async/738.b4e8c361.js +0 -1
- package/__mf/js/async/7740.82b38509.js +0 -1
- package/__mf/js/async/7797.2bda5f99.js +0 -1
- package/__mf/js/async/8216.3417496f.js +0 -1
- package/__mf/js/async/8537.a7ed2e24.js +0 -1
- package/__mf/js/async/8727.e54ca5fd.js +0 -1
- package/__mf/js/async/9173.d784dd69.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsDatasource.f8412079.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js +0 -1
- package/__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js +0 -1
- package/__mf/js/main.0293cd8e.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{2292.0696771a.js.LICENSE.txt → 2043.a03fc64f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1398.34d5ed30.js.LICENSE.txt → 2386.21b9bb32.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.ace454a9.js.LICENSE.txt → 2749.edab3f5e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.66f8659b.js.LICENSE.txt → 3181.0e31aa90.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.e54ec80b.js.LICENSE.txt → 392.2a915032.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.6d84f735.js.LICENSE.txt → 4121.db798067.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{158.c35084cf.js.LICENSE.txt → 4225.43367877.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4676.db842b1a.js.LICENSE.txt → 54.b0728da4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.bbacac1d.js.LICENSE.txt → 6274.f6456c87.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.03396afa.js.LICENSE.txt → 6283.5edb374e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.f9191848.js.LICENSE.txt → 7370.ef522250.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{58.8a4336f8.js.LICENSE.txt → 7576.bfd4659f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.9ddfd236.js.LICENSE.txt → 7958.11c8b9fb.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.d784dd69.js.LICENSE.txt → 8470.32cf23b6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4557.4ca5a213.js.LICENSE.txt → 9010.c2b659be.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5348.aa77f629.js.LICENSE.txt → 9071.720986e2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.031c68b4.js.LICENSE.txt → 941.6f8e368d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.f8412079.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.c8ad37a6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.9d1b2e5f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "VictoriaLogs",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.3.0-rc.1",
|
|
9
9
|
"buildName": "@perses-dev/victorialogs-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/VictoriaLogs.
|
|
12
|
+
"name": "__mf/js/VictoriaLogs.c7d074d4.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "VictoriaLogs",
|
|
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/VictoriaLogs/\"; }"
|
|
26
26
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"js": {
|
|
36
36
|
"async": [],
|
|
37
37
|
"sync": [
|
|
38
|
-
"__mf/js/async/
|
|
38
|
+
"__mf/js/async/6274.f6456c87.js"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"css": {
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"js": {
|
|
55
55
|
"async": [],
|
|
56
56
|
"sync": [
|
|
57
|
-
"__mf/js/async/
|
|
58
|
-
"__mf/js/async/
|
|
59
|
-
"__mf/js/async/
|
|
57
|
+
"__mf/js/async/1616.44d9fc39.js",
|
|
58
|
+
"__mf/js/async/6854.efd1a0a6.js",
|
|
59
|
+
"__mf/js/async/9235.543bd352.js"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
"css": {
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"js": {
|
|
76
76
|
"async": [],
|
|
77
77
|
"sync": [
|
|
78
|
-
"__mf/js/async/
|
|
79
|
-
"__mf/js/async/
|
|
78
|
+
"__mf/js/async/5587.dfbc3ebc.js",
|
|
79
|
+
"__mf/js/async/7968.5fed5183.js"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"css": {
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
{
|
|
89
89
|
"id": "VictoriaLogs:@perses-dev/components",
|
|
90
90
|
"name": "@perses-dev/components",
|
|
91
|
-
"version": "0.53.0-
|
|
91
|
+
"version": "0.53.0-rc.2",
|
|
92
92
|
"singleton": true,
|
|
93
|
-
"requiredVersion": "^0.53.0-
|
|
93
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
94
94
|
"assets": {
|
|
95
95
|
"js": {
|
|
96
96
|
"async": [],
|
|
97
97
|
"sync": [
|
|
98
|
-
"__mf/js/async/
|
|
98
|
+
"__mf/js/async/7958.11c8b9fb.js"
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"css": {
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
{
|
|
108
108
|
"id": "VictoriaLogs:@perses-dev/dashboards",
|
|
109
109
|
"name": "@perses-dev/dashboards",
|
|
110
|
-
"version": "0.53.0-
|
|
110
|
+
"version": "0.53.0-rc.2",
|
|
111
111
|
"singleton": true,
|
|
112
|
-
"requiredVersion": "^0.53.0-
|
|
112
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
113
113
|
"assets": {
|
|
114
114
|
"js": {
|
|
115
115
|
"async": [],
|
|
116
116
|
"sync": [
|
|
117
|
-
"__mf/js/async/
|
|
117
|
+
"__mf/js/async/54.b0728da4.js"
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
120
|
"css": {
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
{
|
|
127
127
|
"id": "VictoriaLogs:@perses-dev/explore",
|
|
128
128
|
"name": "@perses-dev/explore",
|
|
129
|
-
"version": "0.53.0-
|
|
129
|
+
"version": "0.53.0-rc.2",
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.53.0-
|
|
131
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
132
132
|
"assets": {
|
|
133
133
|
"js": {
|
|
134
134
|
"async": [],
|
|
135
135
|
"sync": [
|
|
136
|
-
"__mf/js/async/
|
|
136
|
+
"__mf/js/async/1728.c9fc8da6.js"
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"css": {
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
{
|
|
146
146
|
"id": "VictoriaLogs:@perses-dev/plugin-system",
|
|
147
147
|
"name": "@perses-dev/plugin-system",
|
|
148
|
-
"version": "0.53.0-
|
|
148
|
+
"version": "0.53.0-rc.2",
|
|
149
149
|
"singleton": true,
|
|
150
|
-
"requiredVersion": "^0.53.0-
|
|
150
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
151
151
|
"assets": {
|
|
152
152
|
"js": {
|
|
153
153
|
"async": [],
|
|
154
154
|
"sync": [
|
|
155
|
-
"__mf/js/async/
|
|
155
|
+
"__mf/js/async/9010.c2b659be.js"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
"css": {
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"js": {
|
|
172
172
|
"async": [],
|
|
173
173
|
"sync": [
|
|
174
|
-
"__mf/js/async/
|
|
174
|
+
"__mf/js/async/6283.5edb374e.js"
|
|
175
175
|
]
|
|
176
176
|
},
|
|
177
177
|
"css": {
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"js": {
|
|
191
191
|
"async": [],
|
|
192
192
|
"sync": [
|
|
193
|
-
"__mf/js/async/
|
|
193
|
+
"__mf/js/async/7192.cb6ffe0e.js"
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
196
|
"css": {
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"js": {
|
|
210
210
|
"async": [],
|
|
211
211
|
"sync": [
|
|
212
|
-
"__mf/js/async/
|
|
212
|
+
"__mf/js/async/873.f5cf5a02.js"
|
|
213
213
|
]
|
|
214
214
|
},
|
|
215
215
|
"css": {
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"js": {
|
|
229
229
|
"async": [],
|
|
230
230
|
"sync": [
|
|
231
|
-
"__mf/js/async/
|
|
231
|
+
"__mf/js/async/392.2a915032.js"
|
|
232
232
|
]
|
|
233
233
|
},
|
|
234
234
|
"css": {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"js": {
|
|
248
248
|
"async": [],
|
|
249
249
|
"sync": [
|
|
250
|
-
"__mf/js/async/
|
|
250
|
+
"__mf/js/async/8470.32cf23b6.js"
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
253
|
"css": {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"js": {
|
|
267
267
|
"async": [],
|
|
268
268
|
"sync": [
|
|
269
|
-
"__mf/js/async/
|
|
269
|
+
"__mf/js/async/8356.2b39af38.js"
|
|
270
270
|
]
|
|
271
271
|
},
|
|
272
272
|
"css": {
|
|
@@ -278,14 +278,14 @@
|
|
|
278
278
|
{
|
|
279
279
|
"id": "VictoriaLogs:react-router-dom",
|
|
280
280
|
"name": "react-router-dom",
|
|
281
|
-
"version": "6.30.
|
|
281
|
+
"version": "6.30.3",
|
|
282
282
|
"singleton": true,
|
|
283
|
-
"requiredVersion": "^6.30.
|
|
283
|
+
"requiredVersion": "^6.30.3",
|
|
284
284
|
"assets": {
|
|
285
285
|
"js": {
|
|
286
286
|
"async": [],
|
|
287
287
|
"sync": [
|
|
288
|
-
"__mf/js/async/
|
|
288
|
+
"__mf/js/async/5440.9338b9ea.js"
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
291
|
"css": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"js": {
|
|
305
305
|
"async": [],
|
|
306
306
|
"sync": [
|
|
307
|
-
"__mf/js/async/
|
|
307
|
+
"__mf/js/async/4121.db798067.js"
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
310
|
"css": {
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"js": {
|
|
324
324
|
"async": [],
|
|
325
325
|
"sync": [
|
|
326
|
-
"__mf/js/async/
|
|
326
|
+
"__mf/js/async/7978.c5b22459.js"
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
"css": {
|
|
@@ -341,38 +341,38 @@
|
|
|
341
341
|
"assets": {
|
|
342
342
|
"js": {
|
|
343
343
|
"sync": [
|
|
344
|
-
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.
|
|
344
|
+
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.c8ad37a6.js"
|
|
345
345
|
],
|
|
346
346
|
"async": [
|
|
347
|
-
"__mf/js/async/
|
|
348
|
-
"__mf/js/async/
|
|
349
|
-
"__mf/js/async/
|
|
350
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
351
|
-
"__mf/js/async/
|
|
352
|
-
"__mf/js/async/
|
|
353
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
354
|
-
"__mf/js/async/
|
|
355
|
-
"__mf/js/async/
|
|
356
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
357
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
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/
|
|
366
|
-
"__mf/js/async/
|
|
367
|
-
"__mf/js/async/
|
|
368
|
-
"__mf/js/async/
|
|
369
|
-
"__mf/js/async/
|
|
347
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
348
|
+
"__mf/js/async/4225.43367877.js",
|
|
349
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
350
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.9d1b2e5f.js",
|
|
351
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
352
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
353
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js",
|
|
354
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
355
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
356
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.ee3ac90f.js",
|
|
357
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.7bfaa758.js",
|
|
358
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
359
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
360
|
+
"__mf/js/async/7576.bfd4659f.js",
|
|
361
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
362
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
363
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
364
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
365
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
366
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
367
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
368
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
369
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
370
370
|
]
|
|
371
371
|
},
|
|
372
372
|
"css": {
|
|
373
373
|
"sync": [],
|
|
374
374
|
"async": [
|
|
375
|
-
"__mf/css/async/
|
|
375
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
376
376
|
]
|
|
377
377
|
}
|
|
378
378
|
},
|
|
@@ -384,37 +384,37 @@
|
|
|
384
384
|
"assets": {
|
|
385
385
|
"js": {
|
|
386
386
|
"sync": [
|
|
387
|
-
"__mf/js/async/
|
|
388
|
-
"__mf/js/async/
|
|
389
|
-
"__mf/js/async/
|
|
390
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
387
|
+
"__mf/js/async/4225.43367877.js",
|
|
388
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
389
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
390
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.ee3ac90f.js"
|
|
391
391
|
],
|
|
392
392
|
"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/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
399
|
-
"__mf/js/async/
|
|
400
|
-
"__mf/js/async/
|
|
401
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
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/
|
|
409
|
-
"__mf/js/async/
|
|
410
|
-
"__mf/js/async/
|
|
411
|
-
"__mf/js/async/
|
|
393
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
394
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
395
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
396
|
+
"__mf/js/async/4225.43367877.js",
|
|
397
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
398
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.9d1b2e5f.js",
|
|
399
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
400
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
401
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js",
|
|
402
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
403
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
404
|
+
"__mf/js/async/7576.bfd4659f.js",
|
|
405
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
406
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
407
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
408
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
409
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
410
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
411
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
412
412
|
]
|
|
413
413
|
},
|
|
414
414
|
"css": {
|
|
415
415
|
"sync": [],
|
|
416
416
|
"async": [
|
|
417
|
-
"__mf/css/async/
|
|
417
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
418
418
|
]
|
|
419
419
|
}
|
|
420
420
|
},
|
|
@@ -426,40 +426,40 @@
|
|
|
426
426
|
"assets": {
|
|
427
427
|
"js": {
|
|
428
428
|
"sync": [
|
|
429
|
-
"__mf/js/async/
|
|
430
|
-
"__mf/js/async/
|
|
431
|
-
"__mf/js/async/
|
|
432
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
429
|
+
"__mf/js/async/4225.43367877.js",
|
|
430
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
431
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
432
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.7bfaa758.js"
|
|
433
433
|
],
|
|
434
434
|
"async": [
|
|
435
|
-
"__mf/js/async/
|
|
436
|
-
"__mf/js/async/
|
|
437
|
-
"__mf/js/async/
|
|
438
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
439
|
-
"__mf/js/async/
|
|
440
|
-
"__mf/js/async/
|
|
441
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
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/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
450
|
-
"__mf/js/async/
|
|
451
|
-
"__mf/js/async/
|
|
452
|
-
"__mf/js/async/
|
|
453
|
-
"__mf/js/async/
|
|
454
|
-
"__mf/js/async/
|
|
455
|
-
"__mf/js/async/
|
|
456
|
-
"__mf/js/async/
|
|
435
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
436
|
+
"__mf/js/async/4225.43367877.js",
|
|
437
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
438
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.9d1b2e5f.js",
|
|
439
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
440
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
441
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js",
|
|
442
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
443
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
444
|
+
"__mf/js/async/7576.bfd4659f.js",
|
|
445
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
446
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
447
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
448
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
449
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.ee3ac90f.js",
|
|
450
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
451
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
452
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
453
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
454
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
455
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
456
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
457
457
|
]
|
|
458
458
|
},
|
|
459
459
|
"css": {
|
|
460
460
|
"sync": [],
|
|
461
461
|
"async": [
|
|
462
|
-
"__mf/css/async/
|
|
462
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
463
463
|
]
|
|
464
464
|
}
|
|
465
465
|
},
|
|
@@ -471,40 +471,40 @@
|
|
|
471
471
|
"assets": {
|
|
472
472
|
"js": {
|
|
473
473
|
"sync": [
|
|
474
|
-
"__mf/js/async/
|
|
475
|
-
"__mf/js/async/
|
|
476
|
-
"__mf/js/async/
|
|
477
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
474
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
475
|
+
"__mf/js/async/4225.43367877.js",
|
|
476
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
477
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.9d1b2e5f.js"
|
|
478
478
|
],
|
|
479
479
|
"async": [
|
|
480
|
-
"__mf/js/async/
|
|
481
|
-
"__mf/js/async/
|
|
482
|
-
"__mf/js/async/
|
|
483
|
-
"__mf/js/async/
|
|
484
|
-
"__mf/js/async/
|
|
485
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
486
|
-
"__mf/js/async/
|
|
487
|
-
"__mf/js/async/
|
|
488
|
-
"__mf/js/async/
|
|
489
|
-
"__mf/js/async/
|
|
490
|
-
"__mf/js/async/
|
|
491
|
-
"__mf/js/async/
|
|
492
|
-
"__mf/js/async/
|
|
493
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
494
|
-
"__mf/js/async/
|
|
495
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
496
|
-
"__mf/js/async/
|
|
497
|
-
"__mf/js/async/
|
|
498
|
-
"__mf/js/async/
|
|
499
|
-
"__mf/js/async/
|
|
500
|
-
"__mf/js/async/
|
|
501
|
-
"__mf/js/async/
|
|
480
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
481
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
482
|
+
"__mf/js/async/4225.43367877.js",
|
|
483
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
484
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
485
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js",
|
|
486
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
487
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
488
|
+
"__mf/js/async/7576.bfd4659f.js",
|
|
489
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
490
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
491
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
492
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
493
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.ee3ac90f.js",
|
|
494
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
495
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.7bfaa758.js",
|
|
496
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
497
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
498
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
499
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
500
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
501
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
502
502
|
]
|
|
503
503
|
},
|
|
504
504
|
"css": {
|
|
505
505
|
"sync": [],
|
|
506
506
|
"async": [
|
|
507
|
-
"__mf/css/async/
|
|
507
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
508
508
|
]
|
|
509
509
|
}
|
|
510
510
|
},
|
|
@@ -516,37 +516,37 @@
|
|
|
516
516
|
"assets": {
|
|
517
517
|
"js": {
|
|
518
518
|
"sync": [
|
|
519
|
-
"__mf/js/async/
|
|
520
|
-
"__mf/js/async/
|
|
521
|
-
"__mf/js/async/
|
|
522
|
-
"__mf/js/async/
|
|
523
|
-
"__mf/js/async/
|
|
524
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
519
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
520
|
+
"__mf/js/async/4225.43367877.js",
|
|
521
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
522
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
523
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
524
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.4abd81e1.js"
|
|
525
525
|
],
|
|
526
526
|
"async": [
|
|
527
|
-
"__mf/js/async/
|
|
528
|
-
"__mf/js/async/
|
|
529
|
-
"__mf/js/async/
|
|
530
|
-
"__mf/js/async/
|
|
531
|
-
"__mf/js/async/
|
|
532
|
-
"__mf/js/async/
|
|
533
|
-
"__mf/js/async/
|
|
534
|
-
"__mf/js/async/
|
|
535
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
536
|
-
"__mf/js/async/
|
|
537
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
538
|
-
"__mf/js/async/
|
|
539
|
-
"__mf/js/async/
|
|
540
|
-
"__mf/js/async/
|
|
541
|
-
"__mf/js/async/
|
|
542
|
-
"__mf/js/async/
|
|
543
|
-
"__mf/js/async/
|
|
527
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
528
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
529
|
+
"__mf/js/async/7576.bfd4659f.js",
|
|
530
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
531
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
532
|
+
"__mf/js/async/4225.43367877.js",
|
|
533
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
534
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
535
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.ee3ac90f.js",
|
|
536
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
537
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.7bfaa758.js",
|
|
538
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
539
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
540
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
541
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
542
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
543
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
544
544
|
]
|
|
545
545
|
},
|
|
546
546
|
"css": {
|
|
547
547
|
"sync": [],
|
|
548
548
|
"async": [
|
|
549
|
-
"__mf/css/async/
|
|
549
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
550
550
|
]
|
|
551
551
|
}
|
|
552
552
|
},
|