@perses-dev/prometheus-plugin 0.57.0-beta.0 → 0.57.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/{Prometheus.2bb892ab.js → Prometheus.3cac2d10.js} +3 -3
- package/__mf/js/async/1728.46efbfb8.js +1 -0
- package/__mf/js/async/3499.bef2e2e5.js +1 -0
- package/__mf/js/async/3652.fc1e5f95.js +7 -0
- package/__mf/js/async/425.1ec8867f.js +1 -0
- package/__mf/js/async/4657.e3d53a21.js +2 -0
- package/__mf/js/async/54.f6f480ef.js +22 -0
- package/__mf/js/async/5440.8ced5513.js +2 -0
- package/__mf/js/async/{5440.c13c3533.js.LICENSE.txt → 5440.8ced5513.js.LICENSE.txt} +3 -3
- package/__mf/js/async/9010.15208552.js +2 -0
- package/__mf/js/async/{9020.c19782f1.js → 9020.662dc353.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusDatasource.6f63e147.js → __federation_expose_PrometheusDatasource.caac7bfc.js} +1 -1
- package/__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js +1 -0
- package/__mf/js/async/{__federation_expose_PrometheusLabelNamesVariable.40984a4d.js → __federation_expose_PrometheusLabelNamesVariable.087a9360.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js → __federation_expose_PrometheusLabelValuesVariable.f9135d9a.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusPromQLVariable.5cca8417.js → __federation_expose_PrometheusPromQLVariable.d3f9f4b7.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js → __federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js} +1 -1
- package/__mf/js/{main.9617b605.js → main.8eeb4292.js} +3 -3
- package/lib/bootstrap.js +1 -1
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/PromQLEditor.js +1 -1
- package/lib/cjs/components/TreeNode.js +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/components/promql/ast.js +1 -1
- package/lib/cjs/components/promql/format.js +1 -1
- package/lib/cjs/components/promql/functionSignatures.js +1 -1
- package/lib/cjs/components/promql/serialize.js +1 -1
- package/lib/cjs/components/promql/utils.js +1 -1
- package/lib/cjs/components/query.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/explore/PrometheusExplorer.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/display/MetricChip.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/display/list/MetricList.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/filter/FilterInputs.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/filter/FinderFilters.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/index.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/overview/MetricOverview.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/JobTab.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/types.js +1 -1
- package/lib/cjs/explore/PrometheusMetricsFinder/utils.js +1 -1
- package/lib/cjs/explore/index.js +12 -0
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/index-federation.js +1 -1
- package/lib/cjs/index.js +12 -0
- package/lib/cjs/model/api-types.js +1 -1
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/parse-sample-values.js +1 -1
- package/lib/cjs/model/prometheus-client.js +1 -1
- package/lib/cjs/model/prometheus-selectors.js +1 -1
- package/lib/cjs/model/time.js +1 -1
- package/lib/cjs/plugins/MatcherEditor.js +1 -1
- package/lib/cjs/plugins/PrometheusDatasourceEditor.js +1 -1
- package/lib/cjs/plugins/PrometheusLabelNamesVariable.js +12 -0
- package/lib/cjs/plugins/PrometheusLabelValuesVariable.js +12 -0
- package/lib/cjs/plugins/PrometheusPromQLVariable.js +12 -0
- package/lib/cjs/plugins/index.js +12 -0
- package/lib/cjs/plugins/prometheus-datasource.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/get-time-series-data.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/index.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/query-editor-model.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/replace-prom-builtin-variables.js +1 -1
- package/lib/cjs/plugins/prometheus-time-series-query/time-series-query-model.js +1 -1
- package/lib/cjs/plugins/prometheus-variables.js +1 -1
- package/lib/cjs/plugins/test/setup-tests.js +1 -1
- package/lib/cjs/plugins/types.js +1 -1
- package/lib/cjs/plugins/variable.js +1 -1
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/cjs/utils/index.js +1 -1
- package/lib/cjs/utils/utils.js +1 -1
- package/lib/components/PromQLEditor.js +1 -1
- package/lib/components/PromQLEditor.js.map +1 -1
- package/lib/components/TreeNode.js +1 -1
- package/lib/components/TreeNode.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/promql/ast.js +1 -1
- package/lib/components/promql/ast.js.map +1 -1
- package/lib/components/promql/format.js +1 -1
- package/lib/components/promql/format.js.map +1 -1
- package/lib/components/promql/functionSignatures.js +1 -1
- package/lib/components/promql/functionSignatures.js.map +1 -1
- package/lib/components/promql/serialize.js +1 -1
- package/lib/components/promql/serialize.js.map +1 -1
- package/lib/components/promql/utils.js +1 -1
- package/lib/components/promql/utils.js.map +1 -1
- package/lib/components/query.js +1 -1
- package/lib/components/query.js.map +1 -1
- package/lib/env.d.js +1 -1
- package/lib/env.d.js.map +1 -1
- package/lib/explore/PrometheusExplorer.js +1 -1
- package/lib/explore/PrometheusExplorer.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/display/MetricChip.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/display/MetricChip.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/display/list/MetricList.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/display/list/MetricList.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/filter/FinderFilters.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/filter/FinderFilters.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/index.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/index.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/MetricOverview.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/MetricOverview.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/JobTab.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/JobTab.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/types.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/types.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/utils.js +1 -1
- package/lib/explore/PrometheusMetricsFinder/utils.js.map +1 -1
- package/lib/explore/index.d.ts.map +1 -1
- package/lib/explore/index.js +12 -0
- package/lib/explore/index.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 +1 -1
- 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/api-types.js +1 -1
- package/lib/model/api-types.js.map +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/parse-sample-values.js +1 -1
- package/lib/model/parse-sample-values.js.map +1 -1
- package/lib/model/prometheus-client.js +1 -1
- package/lib/model/prometheus-client.js.map +1 -1
- package/lib/model/prometheus-selectors.js +1 -1
- package/lib/model/prometheus-selectors.js.map +1 -1
- package/lib/model/time.js +1 -1
- package/lib/model/time.js.map +1 -1
- package/lib/plugins/MatcherEditor.js +1 -1
- package/lib/plugins/MatcherEditor.js.map +1 -1
- package/lib/plugins/PrometheusDatasourceEditor.js +1 -1
- package/lib/plugins/PrometheusDatasourceEditor.js.map +1 -1
- package/lib/plugins/PrometheusLabelNamesVariable.d.ts.map +1 -1
- package/lib/plugins/PrometheusLabelNamesVariable.js +12 -0
- package/lib/plugins/PrometheusLabelNamesVariable.js.map +1 -1
- package/lib/plugins/PrometheusLabelValuesVariable.d.ts.map +1 -1
- package/lib/plugins/PrometheusLabelValuesVariable.js +12 -0
- package/lib/plugins/PrometheusLabelValuesVariable.js.map +1 -1
- package/lib/plugins/PrometheusPromQLVariable.d.ts.map +1 -1
- package/lib/plugins/PrometheusPromQLVariable.js +12 -0
- package/lib/plugins/PrometheusPromQLVariable.js.map +1 -1
- package/lib/plugins/index.d.ts.map +1 -1
- package/lib/plugins/index.js +12 -0
- package/lib/plugins/index.js.map +1 -1
- package/lib/plugins/prometheus-datasource.js +1 -1
- package/lib/plugins/prometheus-datasource.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.js +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/get-time-series-data.js +1 -1
- package/lib/plugins/prometheus-time-series-query/get-time-series-data.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/index.js +1 -1
- package/lib/plugins/prometheus-time-series-query/index.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/query-editor-model.js +1 -1
- package/lib/plugins/prometheus-time-series-query/query-editor-model.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/replace-prom-builtin-variables.js +1 -1
- package/lib/plugins/prometheus-time-series-query/replace-prom-builtin-variables.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/time-series-query-model.js +1 -1
- package/lib/plugins/prometheus-time-series-query/time-series-query-model.js.map +1 -1
- package/lib/plugins/prometheus-variables.js +1 -1
- package/lib/plugins/prometheus-variables.js.map +1 -1
- package/lib/plugins/test/setup-tests.js +1 -1
- package/lib/plugins/test/setup-tests.js.map +1 -1
- package/lib/plugins/types.js +1 -1
- package/lib/plugins/types.js.map +1 -1
- package/lib/plugins/variable.js +1 -1
- package/lib/plugins/variable.js.map +1 -1
- package/lib/setup-tests.js +1 -1
- package/lib/setup-tests.js.map +1 -1
- package/lib/utils/index.js +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/utils.js +1 -1
- package/lib/utils/utils.js.map +1 -1
- package/mf-manifest.json +70 -70
- package/mf-stats.json +73 -73
- package/package.json +6 -6
- package/__mf/js/async/1490.7e5068f1.js +0 -22
- package/__mf/js/async/1728.af16c4ec.js +0 -1
- package/__mf/js/async/2984.7182c2f5.js +0 -1
- package/__mf/js/async/2999.1d8347df.js +0 -1
- package/__mf/js/async/3664.ba8b26b6.js +0 -2
- package/__mf/js/async/5440.c13c3533.js +0 -2
- package/__mf/js/async/5501.6166367c.js +0 -2
- package/__mf/js/async/6149.19799c37.js +0 -7
- package/__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js +0 -1
- /package/__mf/js/async/{6149.19799c37.js.LICENSE.txt → 3652.fc1e5f95.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3664.ba8b26b6.js.LICENSE.txt → 4657.e3d53a21.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.7e5068f1.js.LICENSE.txt → 54.f6f480ef.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5501.6166367c.js.LICENSE.txt → 9010.15208552.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Prometheus",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.57.0-
|
|
8
|
+
"buildVersion": "0.57.0-rc.1",
|
|
9
9
|
"buildName": "@perses-dev/prometheus-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Prometheus.
|
|
12
|
+
"name": "__mf/js/Prometheus.3cac2d10.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "Prometheus:@perses-dev/components",
|
|
89
89
|
"name": "@perses-dev/components",
|
|
90
|
-
"version": "0.53.0-
|
|
90
|
+
"version": "0.53.0-rc.2",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.53.0-
|
|
92
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/
|
|
97
|
+
"__mf/js/async/3652.fc1e5f95.js"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"css": {
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "Prometheus:@perses-dev/dashboards",
|
|
108
108
|
"name": "@perses-dev/dashboards",
|
|
109
|
-
"version": "0.53.0-
|
|
109
|
+
"version": "0.53.0-rc.2",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.53.0-
|
|
111
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/54.f6f480ef.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
{
|
|
126
126
|
"id": "Prometheus:@perses-dev/explore",
|
|
127
127
|
"name": "@perses-dev/explore",
|
|
128
|
-
"version": "0.53.0-
|
|
128
|
+
"version": "0.53.0-rc.2",
|
|
129
129
|
"singleton": true,
|
|
130
|
-
"requiredVersion": "^0.53.0-
|
|
130
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
131
131
|
"assets": {
|
|
132
132
|
"js": {
|
|
133
133
|
"async": [],
|
|
134
134
|
"sync": [
|
|
135
|
-
"__mf/js/async/1728.
|
|
135
|
+
"__mf/js/async/1728.46efbfb8.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"css": {
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "Prometheus:@perses-dev/plugin-system",
|
|
146
146
|
"name": "@perses-dev/plugin-system",
|
|
147
|
-
"version": "0.53.0-
|
|
147
|
+
"version": "0.53.0-rc.2",
|
|
148
148
|
"singleton": true,
|
|
149
|
-
"requiredVersion": "^0.53.0-
|
|
149
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
150
150
|
"assets": {
|
|
151
151
|
"js": {
|
|
152
152
|
"async": [],
|
|
153
153
|
"sync": [
|
|
154
|
-
"__mf/js/async/
|
|
154
|
+
"__mf/js/async/9010.15208552.js"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"css": {
|
|
@@ -277,14 +277,14 @@
|
|
|
277
277
|
{
|
|
278
278
|
"id": "Prometheus:react-router-dom",
|
|
279
279
|
"name": "react-router-dom",
|
|
280
|
-
"version": "6.30.
|
|
280
|
+
"version": "6.30.3",
|
|
281
281
|
"singleton": true,
|
|
282
|
-
"requiredVersion": "^6.30.
|
|
282
|
+
"requiredVersion": "^6.30.3",
|
|
283
283
|
"assets": {
|
|
284
284
|
"js": {
|
|
285
285
|
"async": [],
|
|
286
286
|
"sync": [
|
|
287
|
-
"__mf/js/async/5440.
|
|
287
|
+
"__mf/js/async/5440.8ced5513.js"
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
"css": {
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"sync": [
|
|
343
343
|
"__mf/js/async/529.2303b01b.js",
|
|
344
344
|
"__mf/js/async/1605.dc180cb8.js",
|
|
345
|
-
"__mf/js/async/__federation_expose_PrometheusDatasource.
|
|
345
|
+
"__mf/js/async/__federation_expose_PrometheusDatasource.caac7bfc.js"
|
|
346
346
|
],
|
|
347
347
|
"async": [
|
|
348
348
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -354,23 +354,23 @@
|
|
|
354
354
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
355
355
|
"__mf/js/async/4626.173e602a.js",
|
|
356
356
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
357
|
-
"__mf/js/async/9020.
|
|
358
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
357
|
+
"__mf/js/async/9020.662dc353.js",
|
|
358
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js",
|
|
359
359
|
"__mf/js/async/7894.9c5245d7.js",
|
|
360
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
361
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
362
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
360
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.f9135d9a.js",
|
|
361
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.087a9360.js",
|
|
362
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.d3f9f4b7.js",
|
|
363
363
|
"__mf/js/async/5922.d1619ac1.js",
|
|
364
364
|
"__mf/js/async/9836.00da6086.js",
|
|
365
365
|
"__mf/js/async/2186.e58838a5.js",
|
|
366
366
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
367
367
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
368
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
369
|
-
"__mf/js/async/
|
|
370
|
-
"__mf/js/async/
|
|
368
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js",
|
|
369
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
370
|
+
"__mf/js/async/4657.e3d53a21.js",
|
|
371
371
|
"__mf/js/async/9184.43a8d927.js",
|
|
372
372
|
"__mf/js/async/8888.59eb50a2.js",
|
|
373
|
-
"__mf/js/async/
|
|
373
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
374
374
|
"__mf/js/async/2043.d0fbb886.js",
|
|
375
375
|
"__mf/js/async/9518.38e38a33.js",
|
|
376
376
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -400,8 +400,8 @@
|
|
|
400
400
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
401
401
|
"__mf/js/async/4626.173e602a.js",
|
|
402
402
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
403
|
-
"__mf/js/async/9020.
|
|
404
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
403
|
+
"__mf/js/async/9020.662dc353.js",
|
|
404
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js"
|
|
405
405
|
],
|
|
406
406
|
"async": [
|
|
407
407
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -414,21 +414,21 @@
|
|
|
414
414
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
415
415
|
"__mf/js/async/4626.173e602a.js",
|
|
416
416
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
417
|
-
"__mf/js/async/9020.
|
|
418
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
419
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
420
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
417
|
+
"__mf/js/async/9020.662dc353.js",
|
|
418
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.f9135d9a.js",
|
|
419
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.087a9360.js",
|
|
420
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.d3f9f4b7.js",
|
|
421
421
|
"__mf/js/async/5922.d1619ac1.js",
|
|
422
422
|
"__mf/js/async/9836.00da6086.js",
|
|
423
423
|
"__mf/js/async/2186.e58838a5.js",
|
|
424
424
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
425
425
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
426
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
427
|
-
"__mf/js/async/
|
|
426
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js",
|
|
427
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
428
428
|
"__mf/js/async/9184.43a8d927.js",
|
|
429
|
-
"__mf/js/async/
|
|
429
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
430
430
|
"__mf/js/async/1969.372d36b8.js",
|
|
431
|
-
"__mf/js/async/
|
|
431
|
+
"__mf/js/async/4657.e3d53a21.js",
|
|
432
432
|
"__mf/js/async/2043.d0fbb886.js",
|
|
433
433
|
"__mf/js/async/9518.38e38a33.js",
|
|
434
434
|
"__mf/js/async/6969.b959b6f8.js",
|
|
@@ -461,8 +461,8 @@
|
|
|
461
461
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
462
462
|
"__mf/js/async/4626.173e602a.js",
|
|
463
463
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
464
|
-
"__mf/js/async/9020.
|
|
465
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
464
|
+
"__mf/js/async/9020.662dc353.js",
|
|
465
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.f9135d9a.js"
|
|
466
466
|
],
|
|
467
467
|
"async": [
|
|
468
468
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -477,17 +477,17 @@
|
|
|
477
477
|
"__mf/js/async/2186.e58838a5.js",
|
|
478
478
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
479
479
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
480
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
481
|
-
"__mf/js/async/
|
|
482
|
-
"__mf/js/async/
|
|
480
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js",
|
|
481
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
482
|
+
"__mf/js/async/4657.e3d53a21.js",
|
|
483
483
|
"__mf/js/async/9184.43a8d927.js",
|
|
484
484
|
"__mf/js/async/3963.5fef6ffb.js",
|
|
485
485
|
"__mf/js/async/4626.173e602a.js",
|
|
486
486
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
487
|
-
"__mf/js/async/9020.
|
|
488
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
487
|
+
"__mf/js/async/9020.662dc353.js",
|
|
488
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js",
|
|
489
489
|
"__mf/js/async/8888.59eb50a2.js",
|
|
490
|
-
"__mf/js/async/
|
|
490
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
491
491
|
"__mf/js/async/2043.d0fbb886.js",
|
|
492
492
|
"__mf/js/async/9518.38e38a33.js",
|
|
493
493
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
521
521
|
"__mf/js/async/4626.173e602a.js",
|
|
522
522
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
523
|
-
"__mf/js/async/9020.
|
|
524
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
523
|
+
"__mf/js/async/9020.662dc353.js",
|
|
524
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.087a9360.js"
|
|
525
525
|
],
|
|
526
526
|
"async": [
|
|
527
527
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -536,17 +536,17 @@
|
|
|
536
536
|
"__mf/js/async/2186.e58838a5.js",
|
|
537
537
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
538
538
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
539
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
540
|
-
"__mf/js/async/
|
|
541
|
-
"__mf/js/async/
|
|
539
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js",
|
|
540
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
541
|
+
"__mf/js/async/4657.e3d53a21.js",
|
|
542
542
|
"__mf/js/async/9184.43a8d927.js",
|
|
543
543
|
"__mf/js/async/3963.5fef6ffb.js",
|
|
544
544
|
"__mf/js/async/4626.173e602a.js",
|
|
545
545
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
546
|
-
"__mf/js/async/9020.
|
|
547
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
546
|
+
"__mf/js/async/9020.662dc353.js",
|
|
547
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js",
|
|
548
548
|
"__mf/js/async/8888.59eb50a2.js",
|
|
549
|
-
"__mf/js/async/
|
|
549
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
550
550
|
"__mf/js/async/2043.d0fbb886.js",
|
|
551
551
|
"__mf/js/async/9518.38e38a33.js",
|
|
552
552
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -579,8 +579,8 @@
|
|
|
579
579
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
580
580
|
"__mf/js/async/4626.173e602a.js",
|
|
581
581
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
582
|
-
"__mf/js/async/9020.
|
|
583
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
582
|
+
"__mf/js/async/9020.662dc353.js",
|
|
583
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.d3f9f4b7.js"
|
|
584
584
|
],
|
|
585
585
|
"async": [
|
|
586
586
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -595,17 +595,17 @@
|
|
|
595
595
|
"__mf/js/async/2186.e58838a5.js",
|
|
596
596
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
597
597
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
598
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
599
|
-
"__mf/js/async/
|
|
600
|
-
"__mf/js/async/
|
|
598
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js",
|
|
599
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
600
|
+
"__mf/js/async/4657.e3d53a21.js",
|
|
601
601
|
"__mf/js/async/9184.43a8d927.js",
|
|
602
602
|
"__mf/js/async/3963.5fef6ffb.js",
|
|
603
603
|
"__mf/js/async/4626.173e602a.js",
|
|
604
604
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
605
|
-
"__mf/js/async/9020.
|
|
606
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
605
|
+
"__mf/js/async/9020.662dc353.js",
|
|
606
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js",
|
|
607
607
|
"__mf/js/async/8888.59eb50a2.js",
|
|
608
|
-
"__mf/js/async/
|
|
608
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
609
609
|
"__mf/js/async/2043.d0fbb886.js",
|
|
610
610
|
"__mf/js/async/9518.38e38a33.js",
|
|
611
611
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"__mf/js/async/2186.e58838a5.js",
|
|
641
641
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
642
642
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
643
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
643
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js"
|
|
644
644
|
],
|
|
645
645
|
"async": [
|
|
646
646
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -654,17 +654,17 @@
|
|
|
654
654
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
655
655
|
"__mf/js/async/4626.173e602a.js",
|
|
656
656
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
657
|
-
"__mf/js/async/9020.
|
|
658
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
657
|
+
"__mf/js/async/9020.662dc353.js",
|
|
658
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js",
|
|
659
659
|
"__mf/js/async/7894.9c5245d7.js",
|
|
660
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
661
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
662
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
663
|
-
"__mf/js/async/
|
|
664
|
-
"__mf/js/async/
|
|
660
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.f9135d9a.js",
|
|
661
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.087a9360.js",
|
|
662
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.d3f9f4b7.js",
|
|
663
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
664
|
+
"__mf/js/async/4657.e3d53a21.js",
|
|
665
665
|
"__mf/js/async/6969.b959b6f8.js",
|
|
666
666
|
"__mf/js/async/2043.d0fbb886.js",
|
|
667
|
-
"__mf/js/async/
|
|
667
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
668
668
|
"__mf/js/async/9518.38e38a33.js",
|
|
669
669
|
"__mf/js/async/1969.372d36b8.js",
|
|
670
670
|
"__mf/js/async/8888.59eb50a2.js",
|