@perses-dev/prometheus-plugin 0.57.0-beta.0 → 0.57.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/{Prometheus.2bb892ab.js → Prometheus.9877d89e.js} +3 -3
- package/__mf/js/async/1728.531c96f9.js +1 -0
- package/__mf/js/async/3499.bef2e2e5.js +1 -0
- package/__mf/js/async/3652.6b591718.js +7 -0
- package/__mf/js/async/392.f1b4a590.js +2 -0
- package/__mf/js/async/425.1ec8867f.js +1 -0
- package/__mf/js/async/4657.f0c3ccd6.js +2 -0
- package/__mf/js/async/54.e6002704.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.ca50fa9e.js +2 -0
- package/__mf/js/async/{9020.c19782f1.js → 9020.ebc1cad3.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusDatasource.6f63e147.js → __federation_expose_PrometheusDatasource.b97f9012.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusExplorer.584a073d.js → __federation_expose_PrometheusExplorer.eba3b416.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusLabelNamesVariable.40984a4d.js → __federation_expose_PrometheusLabelNamesVariable.bd38a89c.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js → __federation_expose_PrometheusLabelValuesVariable.eb12e168.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusPromQLVariable.5cca8417.js → __federation_expose_PrometheusPromQLVariable.7ccb0601.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js → __federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js} +1 -1
- package/__mf/js/{main.9617b605.js → main.78fc6444.js} +5 -5
- 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 +73 -73
- 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/392.7cda691a.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/{6149.19799c37.js.LICENSE.txt → 3652.6b591718.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{392.7cda691a.js.LICENSE.txt → 392.f1b4a590.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3664.ba8b26b6.js.LICENSE.txt → 4657.f0c3ccd6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.7e5068f1.js.LICENSE.txt → 54.e6002704.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5501.6166367c.js.LICENSE.txt → 9010.ca50fa9e.js.LICENSE.txt} +0 -0
package/mf-stats.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",
|
|
9
9
|
"buildName": "@perses-dev/prometheus-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Prometheus.
|
|
12
|
+
"name": "__mf/js/Prometheus.9877d89e.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"singleton": true,
|
|
98
|
-
"requiredVersion": "^0.53.0
|
|
98
|
+
"requiredVersion": "^0.53.0",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.53.0
|
|
101
|
+
"version": "0.53.0",
|
|
102
102
|
"eager": false,
|
|
103
103
|
"id": "Prometheus:@perses-dev/components",
|
|
104
104
|
"assets": {
|
|
105
105
|
"js": {
|
|
106
106
|
"async": [],
|
|
107
107
|
"sync": [
|
|
108
|
-
"__mf/js/async/
|
|
108
|
+
"__mf/js/async/3652.6b591718.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -120,17 +120,17 @@
|
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"singleton": true,
|
|
123
|
-
"requiredVersion": "^0.53.0
|
|
123
|
+
"requiredVersion": "^0.53.0",
|
|
124
124
|
"shareScope": "default",
|
|
125
125
|
"name": "@perses-dev/dashboards",
|
|
126
|
-
"version": "0.53.0
|
|
126
|
+
"version": "0.53.0",
|
|
127
127
|
"eager": false,
|
|
128
128
|
"id": "Prometheus:@perses-dev/dashboards",
|
|
129
129
|
"assets": {
|
|
130
130
|
"js": {
|
|
131
131
|
"async": [],
|
|
132
132
|
"sync": [
|
|
133
|
-
"__mf/js/async/
|
|
133
|
+
"__mf/js/async/54.e6002704.js"
|
|
134
134
|
]
|
|
135
135
|
},
|
|
136
136
|
"css": {
|
|
@@ -145,17 +145,17 @@
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"singleton": true,
|
|
148
|
-
"requiredVersion": "^0.53.0
|
|
148
|
+
"requiredVersion": "^0.53.0",
|
|
149
149
|
"shareScope": "default",
|
|
150
150
|
"name": "@perses-dev/explore",
|
|
151
|
-
"version": "0.53.0
|
|
151
|
+
"version": "0.53.0",
|
|
152
152
|
"eager": false,
|
|
153
153
|
"id": "Prometheus:@perses-dev/explore",
|
|
154
154
|
"assets": {
|
|
155
155
|
"js": {
|
|
156
156
|
"async": [],
|
|
157
157
|
"sync": [
|
|
158
|
-
"__mf/js/async/1728.
|
|
158
|
+
"__mf/js/async/1728.531c96f9.js"
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
161
|
"css": {
|
|
@@ -169,17 +169,17 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"singleton": true,
|
|
172
|
-
"requiredVersion": "^0.53.0
|
|
172
|
+
"requiredVersion": "^0.53.0",
|
|
173
173
|
"shareScope": "default",
|
|
174
174
|
"name": "@perses-dev/plugin-system",
|
|
175
|
-
"version": "0.53.0
|
|
175
|
+
"version": "0.53.0",
|
|
176
176
|
"eager": false,
|
|
177
177
|
"id": "Prometheus:@perses-dev/plugin-system",
|
|
178
178
|
"assets": {
|
|
179
179
|
"js": {
|
|
180
180
|
"async": [],
|
|
181
181
|
"sync": [
|
|
182
|
-
"__mf/js/async/
|
|
182
|
+
"__mf/js/async/9010.ca50fa9e.js"
|
|
183
183
|
]
|
|
184
184
|
},
|
|
185
185
|
"css": {
|
|
@@ -268,17 +268,17 @@
|
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"singleton": true,
|
|
271
|
-
"requiredVersion": "^4.17.
|
|
271
|
+
"requiredVersion": "^4.17.23",
|
|
272
272
|
"shareScope": "default",
|
|
273
273
|
"name": "lodash",
|
|
274
|
-
"version": "4.17.
|
|
274
|
+
"version": "4.17.23",
|
|
275
275
|
"eager": false,
|
|
276
276
|
"id": "Prometheus:lodash",
|
|
277
277
|
"assets": {
|
|
278
278
|
"js": {
|
|
279
279
|
"async": [],
|
|
280
280
|
"sync": [
|
|
281
|
-
"__mf/js/async/392.
|
|
281
|
+
"__mf/js/async/392.f1b4a590.js"
|
|
282
282
|
]
|
|
283
283
|
},
|
|
284
284
|
"css": {
|
|
@@ -334,17 +334,17 @@
|
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"singleton": true,
|
|
337
|
-
"requiredVersion": "^6.30.
|
|
337
|
+
"requiredVersion": "^6.30.3",
|
|
338
338
|
"shareScope": "default",
|
|
339
339
|
"name": "react-router-dom",
|
|
340
|
-
"version": "6.30.
|
|
340
|
+
"version": "6.30.3",
|
|
341
341
|
"eager": false,
|
|
342
342
|
"id": "Prometheus:react-router-dom",
|
|
343
343
|
"assets": {
|
|
344
344
|
"js": {
|
|
345
345
|
"async": [],
|
|
346
346
|
"sync": [
|
|
347
|
-
"__mf/js/async/5440.
|
|
347
|
+
"__mf/js/async/5440.8ced5513.js"
|
|
348
348
|
]
|
|
349
349
|
},
|
|
350
350
|
"css": {
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"sync": [
|
|
422
422
|
"__mf/js/async/529.2303b01b.js",
|
|
423
423
|
"__mf/js/async/1605.dc180cb8.js",
|
|
424
|
-
"__mf/js/async/__federation_expose_PrometheusDatasource.
|
|
424
|
+
"__mf/js/async/__federation_expose_PrometheusDatasource.b97f9012.js"
|
|
425
425
|
],
|
|
426
426
|
"async": [
|
|
427
427
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -433,23 +433,23 @@
|
|
|
433
433
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
434
434
|
"__mf/js/async/4626.173e602a.js",
|
|
435
435
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
436
|
-
"__mf/js/async/9020.
|
|
437
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
436
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
437
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
|
|
438
438
|
"__mf/js/async/7894.9c5245d7.js",
|
|
439
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
440
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
441
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
439
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js",
|
|
440
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js",
|
|
441
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js",
|
|
442
442
|
"__mf/js/async/5922.d1619ac1.js",
|
|
443
443
|
"__mf/js/async/9836.00da6086.js",
|
|
444
444
|
"__mf/js/async/2186.e58838a5.js",
|
|
445
445
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
446
446
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
447
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
448
|
-
"__mf/js/async/
|
|
449
|
-
"__mf/js/async/
|
|
447
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
|
|
448
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
449
|
+
"__mf/js/async/4657.f0c3ccd6.js",
|
|
450
450
|
"__mf/js/async/9184.43a8d927.js",
|
|
451
451
|
"__mf/js/async/8888.59eb50a2.js",
|
|
452
|
-
"__mf/js/async/
|
|
452
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
453
453
|
"__mf/js/async/2043.d0fbb886.js",
|
|
454
454
|
"__mf/js/async/9518.38e38a33.js",
|
|
455
455
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -487,8 +487,8 @@
|
|
|
487
487
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
488
488
|
"__mf/js/async/4626.173e602a.js",
|
|
489
489
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
490
|
-
"__mf/js/async/9020.
|
|
491
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
490
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
491
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js"
|
|
492
492
|
],
|
|
493
493
|
"async": [
|
|
494
494
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -501,21 +501,21 @@
|
|
|
501
501
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
502
502
|
"__mf/js/async/4626.173e602a.js",
|
|
503
503
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
504
|
-
"__mf/js/async/9020.
|
|
505
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
506
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
507
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
504
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
505
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js",
|
|
506
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js",
|
|
507
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js",
|
|
508
508
|
"__mf/js/async/5922.d1619ac1.js",
|
|
509
509
|
"__mf/js/async/9836.00da6086.js",
|
|
510
510
|
"__mf/js/async/2186.e58838a5.js",
|
|
511
511
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
512
512
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
513
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
514
|
-
"__mf/js/async/
|
|
513
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
|
|
514
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
515
515
|
"__mf/js/async/9184.43a8d927.js",
|
|
516
|
-
"__mf/js/async/
|
|
516
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
517
517
|
"__mf/js/async/1969.372d36b8.js",
|
|
518
|
-
"__mf/js/async/
|
|
518
|
+
"__mf/js/async/4657.f0c3ccd6.js",
|
|
519
519
|
"__mf/js/async/2043.d0fbb886.js",
|
|
520
520
|
"__mf/js/async/9518.38e38a33.js",
|
|
521
521
|
"__mf/js/async/6969.b959b6f8.js",
|
|
@@ -552,8 +552,8 @@
|
|
|
552
552
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
553
553
|
"__mf/js/async/4626.173e602a.js",
|
|
554
554
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
555
|
-
"__mf/js/async/9020.
|
|
556
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
555
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
556
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js"
|
|
557
557
|
],
|
|
558
558
|
"async": [
|
|
559
559
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -568,17 +568,17 @@
|
|
|
568
568
|
"__mf/js/async/2186.e58838a5.js",
|
|
569
569
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
570
570
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
571
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
572
|
-
"__mf/js/async/
|
|
573
|
-
"__mf/js/async/
|
|
571
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
|
|
572
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
573
|
+
"__mf/js/async/4657.f0c3ccd6.js",
|
|
574
574
|
"__mf/js/async/9184.43a8d927.js",
|
|
575
575
|
"__mf/js/async/3963.5fef6ffb.js",
|
|
576
576
|
"__mf/js/async/4626.173e602a.js",
|
|
577
577
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
578
|
-
"__mf/js/async/9020.
|
|
579
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
578
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
579
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
|
|
580
580
|
"__mf/js/async/8888.59eb50a2.js",
|
|
581
|
-
"__mf/js/async/
|
|
581
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
582
582
|
"__mf/js/async/2043.d0fbb886.js",
|
|
583
583
|
"__mf/js/async/9518.38e38a33.js",
|
|
584
584
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -615,8 +615,8 @@
|
|
|
615
615
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
616
616
|
"__mf/js/async/4626.173e602a.js",
|
|
617
617
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
618
|
-
"__mf/js/async/9020.
|
|
619
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
618
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
619
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js"
|
|
620
620
|
],
|
|
621
621
|
"async": [
|
|
622
622
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -631,17 +631,17 @@
|
|
|
631
631
|
"__mf/js/async/2186.e58838a5.js",
|
|
632
632
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
633
633
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
634
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
635
|
-
"__mf/js/async/
|
|
636
|
-
"__mf/js/async/
|
|
634
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
|
|
635
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
636
|
+
"__mf/js/async/4657.f0c3ccd6.js",
|
|
637
637
|
"__mf/js/async/9184.43a8d927.js",
|
|
638
638
|
"__mf/js/async/3963.5fef6ffb.js",
|
|
639
639
|
"__mf/js/async/4626.173e602a.js",
|
|
640
640
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
641
|
-
"__mf/js/async/9020.
|
|
642
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
641
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
642
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
|
|
643
643
|
"__mf/js/async/8888.59eb50a2.js",
|
|
644
|
-
"__mf/js/async/
|
|
644
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
645
645
|
"__mf/js/async/2043.d0fbb886.js",
|
|
646
646
|
"__mf/js/async/9518.38e38a33.js",
|
|
647
647
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -678,8 +678,8 @@
|
|
|
678
678
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
679
679
|
"__mf/js/async/4626.173e602a.js",
|
|
680
680
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
681
|
-
"__mf/js/async/9020.
|
|
682
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
681
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
682
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js"
|
|
683
683
|
],
|
|
684
684
|
"async": [
|
|
685
685
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -694,17 +694,17 @@
|
|
|
694
694
|
"__mf/js/async/2186.e58838a5.js",
|
|
695
695
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
696
696
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
697
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
698
|
-
"__mf/js/async/
|
|
699
|
-
"__mf/js/async/
|
|
697
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
|
|
698
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
699
|
+
"__mf/js/async/4657.f0c3ccd6.js",
|
|
700
700
|
"__mf/js/async/9184.43a8d927.js",
|
|
701
701
|
"__mf/js/async/3963.5fef6ffb.js",
|
|
702
702
|
"__mf/js/async/4626.173e602a.js",
|
|
703
703
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
704
|
-
"__mf/js/async/9020.
|
|
705
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
704
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
705
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
|
|
706
706
|
"__mf/js/async/8888.59eb50a2.js",
|
|
707
|
-
"__mf/js/async/
|
|
707
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
708
708
|
"__mf/js/async/2043.d0fbb886.js",
|
|
709
709
|
"__mf/js/async/9518.38e38a33.js",
|
|
710
710
|
"__mf/js/async/7177.205c9aaf.js",
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
"__mf/js/async/2186.e58838a5.js",
|
|
750
750
|
"__mf/js/async/3184.6b4ad42e.js",
|
|
751
751
|
"__mf/js/async/9605.a92ec9c1.js",
|
|
752
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
752
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js"
|
|
753
753
|
],
|
|
754
754
|
"async": [
|
|
755
755
|
"__mf/js/async/9588.9081c7de.js",
|
|
@@ -763,17 +763,17 @@
|
|
|
763
763
|
"__mf/js/async/1432.0c3e4ed0.js",
|
|
764
764
|
"__mf/js/async/4626.173e602a.js",
|
|
765
765
|
"__mf/js/async/3996.69a9c1dc.js",
|
|
766
|
-
"__mf/js/async/9020.
|
|
767
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
766
|
+
"__mf/js/async/9020.ebc1cad3.js",
|
|
767
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
|
|
768
768
|
"__mf/js/async/7894.9c5245d7.js",
|
|
769
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
770
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
771
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
772
|
-
"__mf/js/async/
|
|
773
|
-
"__mf/js/async/
|
|
769
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js",
|
|
770
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js",
|
|
771
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js",
|
|
772
|
+
"__mf/js/async/425.1ec8867f.js",
|
|
773
|
+
"__mf/js/async/4657.f0c3ccd6.js",
|
|
774
774
|
"__mf/js/async/6969.b959b6f8.js",
|
|
775
775
|
"__mf/js/async/2043.d0fbb886.js",
|
|
776
|
-
"__mf/js/async/
|
|
776
|
+
"__mf/js/async/3499.bef2e2e5.js",
|
|
777
777
|
"__mf/js/async/9518.38e38a33.js",
|
|
778
778
|
"__mf/js/async/1969.372d36b8.js",
|
|
779
779
|
"__mf/js/async/8888.59eb50a2.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/prometheus-plugin",
|
|
3
|
-
"version": "0.57.0
|
|
3
|
+
"version": "0.57.0",
|
|
4
4
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@emotion/react": "^11.7.1",
|
|
35
35
|
"@emotion/styled": "^11.6.0",
|
|
36
36
|
"@hookform/resolvers": "^3.2.0",
|
|
37
|
-
"@perses-dev/components": "^0.53.0
|
|
38
|
-
"@perses-dev/core": "^0.53.0-
|
|
39
|
-
"@perses-dev/dashboards": "^0.53.0
|
|
40
|
-
"@perses-dev/explore": "^0.53.0
|
|
41
|
-
"@perses-dev/plugin-system": "^0.53.0
|
|
37
|
+
"@perses-dev/components": "^0.53.0",
|
|
38
|
+
"@perses-dev/core": "^0.53.0-rc.2",
|
|
39
|
+
"@perses-dev/dashboards": "^0.53.0",
|
|
40
|
+
"@perses-dev/explore": "^0.53.0",
|
|
41
|
+
"@perses-dev/plugin-system": "^0.53.0",
|
|
42
42
|
"@tanstack/react-query": "^4.39.1",
|
|
43
43
|
"date-fns": "^4.1.0",
|
|
44
44
|
"date-fns-tz": "^3.2.0",
|