@perses-dev/prometheus-plugin 0.53.2 → 0.53.4
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.780ccd9b.js +5 -0
- package/__mf/js/async/{6441.38c30276.js → 2275.95fa6219.js} +5 -5
- package/__mf/js/async/3391.eced295d.js +73 -0
- package/__mf/js/async/4368.38ebfc12.js +2 -0
- package/__mf/js/async/4421.b5492f46.js +1 -0
- package/__mf/js/async/6714.fd02e782.js +2 -0
- package/__mf/js/async/7239.2619666a.js +1 -0
- package/__mf/js/async/8706.70f829fc.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusDatasource.8b4b16ca.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js +1 -0
- package/__mf/js/main.34d1997e.js +5 -0
- package/lib/cjs/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js +8 -6
- package/lib/cjs/explore/PrometheusMetricsFinder/filter/FilterInputs.js +16 -0
- package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js +20 -9
- package/lib/cjs/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +16 -2
- package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.d.ts.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js +8 -6
- package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.d.ts.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.js +16 -0
- package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.js.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.d.ts.map +1 -1
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js +20 -9
- package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.d.ts.map +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +16 -2
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js.map +1 -1
- package/mf-manifest.json +57 -57
- package/mf-stats.json +59 -59
- package/package.json +8 -8
- package/__mf/js/Prometheus.7d2f1afa.js +0 -5
- package/__mf/js/async/1101.9cf067ee.js +0 -73
- package/__mf/js/async/4368.5aeca58a.js +0 -2
- package/__mf/js/async/4421.39621b12.js +0 -1
- package/__mf/js/async/537.82230699.js +0 -1
- package/__mf/js/async/5876.1976752d.js +0 -2
- package/__mf/js/async/8706.a36614fb.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusDatasource.71aecfaf.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusExplorer.80dd9b47.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.86bf76a6.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.e5e35f24.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusPromQLVariable.b2270799.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.82b19cf2.js +0 -1
- package/__mf/js/main.b9fe0e65.js +0 -5
- /package/__mf/js/async/{6441.38c30276.js.LICENSE.txt → 2275.95fa6219.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1101.9cf067ee.js.LICENSE.txt → 3391.eced295d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4368.5aeca58a.js.LICENSE.txt → 4368.38ebfc12.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5876.1976752d.js.LICENSE.txt → 6714.fd02e782.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.53.
|
|
8
|
+
"buildVersion": "0.53.4",
|
|
9
9
|
"buildName": "@perses-dev/prometheus-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Prometheus.
|
|
12
|
+
"name": "__mf/js/Prometheus.780ccd9b.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "Prometheus",
|
|
23
|
-
"pluginVersion": "0.
|
|
23
|
+
"pluginVersion": "0.19.1",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
25
|
"publicPath": "/plugins/Prometheus/"
|
|
26
26
|
},
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
{
|
|
89
89
|
"id": "Prometheus:@perses-dev/components",
|
|
90
90
|
"name": "@perses-dev/components",
|
|
91
|
-
"version": "0.52.0
|
|
91
|
+
"version": "0.52.0",
|
|
92
92
|
"singleton": true,
|
|
93
|
-
"requiredVersion": "^0.52.0
|
|
93
|
+
"requiredVersion": "^0.52.0",
|
|
94
94
|
"assets": {
|
|
95
95
|
"js": {
|
|
96
96
|
"async": [],
|
|
97
97
|
"sync": [
|
|
98
|
-
"__mf/js/async/
|
|
98
|
+
"__mf/js/async/2275.95fa6219.js"
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"css": {
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
{
|
|
108
108
|
"id": "Prometheus:@perses-dev/dashboards",
|
|
109
109
|
"name": "@perses-dev/dashboards",
|
|
110
|
-
"version": "0.52.0
|
|
110
|
+
"version": "0.52.0",
|
|
111
111
|
"singleton": true,
|
|
112
|
-
"requiredVersion": "^0.52.0
|
|
112
|
+
"requiredVersion": "^0.52.0",
|
|
113
113
|
"assets": {
|
|
114
114
|
"js": {
|
|
115
115
|
"async": [],
|
|
116
116
|
"sync": [
|
|
117
|
-
"__mf/js/async/
|
|
117
|
+
"__mf/js/async/3391.eced295d.js"
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
120
|
"css": {
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
{
|
|
127
127
|
"id": "Prometheus:@perses-dev/explore",
|
|
128
128
|
"name": "@perses-dev/explore",
|
|
129
|
-
"version": "0.52.0
|
|
129
|
+
"version": "0.52.0",
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.52.0
|
|
131
|
+
"requiredVersion": "^0.52.0",
|
|
132
132
|
"assets": {
|
|
133
133
|
"js": {
|
|
134
134
|
"async": [],
|
|
135
135
|
"sync": [
|
|
136
|
-
"__mf/js/async/4421.
|
|
136
|
+
"__mf/js/async/4421.b5492f46.js"
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"css": {
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
{
|
|
146
146
|
"id": "Prometheus:@perses-dev/plugin-system",
|
|
147
147
|
"name": "@perses-dev/plugin-system",
|
|
148
|
-
"version": "0.52.0
|
|
148
|
+
"version": "0.52.0",
|
|
149
149
|
"singleton": true,
|
|
150
|
-
"requiredVersion": "^0.52.0
|
|
150
|
+
"requiredVersion": "^0.52.0",
|
|
151
151
|
"assets": {
|
|
152
152
|
"js": {
|
|
153
153
|
"async": [],
|
|
154
154
|
"sync": [
|
|
155
|
-
"__mf/js/async/4368.
|
|
155
|
+
"__mf/js/async/4368.38ebfc12.js"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
"css": {
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"sync": [
|
|
344
344
|
"__mf/js/async/8587.40df6f5c.js",
|
|
345
345
|
"__mf/js/async/8045.7f554a45.js",
|
|
346
|
-
"__mf/js/async/__federation_expose_PrometheusDatasource.
|
|
346
|
+
"__mf/js/async/__federation_expose_PrometheusDatasource.8b4b16ca.js"
|
|
347
347
|
],
|
|
348
348
|
"async": [
|
|
349
349
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -355,20 +355,20 @@
|
|
|
355
355
|
"__mf/js/async/3507.f1653337.js",
|
|
356
356
|
"__mf/js/async/2675.27451820.js",
|
|
357
357
|
"__mf/js/async/5724.794828e3.js",
|
|
358
|
-
"__mf/js/async/
|
|
359
|
-
"__mf/js/async/8706.
|
|
360
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
358
|
+
"__mf/js/async/7239.2619666a.js",
|
|
359
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
360
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js",
|
|
361
361
|
"__mf/js/async/7272.6fa2f127.js",
|
|
362
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
363
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
364
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
362
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js",
|
|
363
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js",
|
|
364
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js",
|
|
365
365
|
"__mf/js/async/5257.ce463cb7.js",
|
|
366
366
|
"__mf/js/async/7376.2e948f2b.js",
|
|
367
367
|
"__mf/js/async/9550.642ce5ad.js",
|
|
368
368
|
"__mf/js/async/4665.cad36935.js",
|
|
369
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
369
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
370
370
|
"__mf/js/async/9817.70eae424.js",
|
|
371
|
-
"__mf/js/async/
|
|
371
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
372
372
|
"__mf/js/async/4535.f24704ea.js",
|
|
373
373
|
"__mf/js/async/4323.fdf7d039.js",
|
|
374
374
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -399,9 +399,9 @@
|
|
|
399
399
|
"__mf/js/async/3507.f1653337.js",
|
|
400
400
|
"__mf/js/async/2675.27451820.js",
|
|
401
401
|
"__mf/js/async/5724.794828e3.js",
|
|
402
|
-
"__mf/js/async/
|
|
403
|
-
"__mf/js/async/8706.
|
|
404
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
402
|
+
"__mf/js/async/7239.2619666a.js",
|
|
403
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
404
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js"
|
|
405
405
|
],
|
|
406
406
|
"async": [
|
|
407
407
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -414,18 +414,18 @@
|
|
|
414
414
|
"__mf/js/async/3507.f1653337.js",
|
|
415
415
|
"__mf/js/async/2675.27451820.js",
|
|
416
416
|
"__mf/js/async/5724.794828e3.js",
|
|
417
|
-
"__mf/js/async/
|
|
418
|
-
"__mf/js/async/8706.
|
|
419
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
420
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
421
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
417
|
+
"__mf/js/async/7239.2619666a.js",
|
|
418
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
419
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js",
|
|
420
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js",
|
|
421
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js",
|
|
422
422
|
"__mf/js/async/5257.ce463cb7.js",
|
|
423
423
|
"__mf/js/async/7376.2e948f2b.js",
|
|
424
424
|
"__mf/js/async/9550.642ce5ad.js",
|
|
425
425
|
"__mf/js/async/4665.cad36935.js",
|
|
426
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
426
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
427
427
|
"__mf/js/async/9817.70eae424.js",
|
|
428
|
-
"__mf/js/async/
|
|
428
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
429
429
|
"__mf/js/async/4535.f24704ea.js",
|
|
430
430
|
"__mf/js/async/4323.fdf7d039.js",
|
|
431
431
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -459,9 +459,9 @@
|
|
|
459
459
|
"__mf/js/async/2675.27451820.js",
|
|
460
460
|
"__mf/js/async/7272.6fa2f127.js",
|
|
461
461
|
"__mf/js/async/5724.794828e3.js",
|
|
462
|
-
"__mf/js/async/
|
|
463
|
-
"__mf/js/async/8706.
|
|
464
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
462
|
+
"__mf/js/async/7239.2619666a.js",
|
|
463
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
464
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js"
|
|
465
465
|
],
|
|
466
466
|
"async": [
|
|
467
467
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
"__mf/js/async/7376.2e948f2b.js",
|
|
477
477
|
"__mf/js/async/9550.642ce5ad.js",
|
|
478
478
|
"__mf/js/async/4665.cad36935.js",
|
|
479
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
479
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
480
480
|
"__mf/js/async/9817.70eae424.js",
|
|
481
|
-
"__mf/js/async/
|
|
481
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
482
482
|
"__mf/js/async/4535.f24704ea.js",
|
|
483
483
|
"__mf/js/async/4323.fdf7d039.js",
|
|
484
484
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -512,9 +512,9 @@
|
|
|
512
512
|
"__mf/js/async/2675.27451820.js",
|
|
513
513
|
"__mf/js/async/7272.6fa2f127.js",
|
|
514
514
|
"__mf/js/async/5724.794828e3.js",
|
|
515
|
-
"__mf/js/async/
|
|
516
|
-
"__mf/js/async/8706.
|
|
517
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
515
|
+
"__mf/js/async/7239.2619666a.js",
|
|
516
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
517
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js"
|
|
518
518
|
],
|
|
519
519
|
"async": [
|
|
520
520
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -529,9 +529,9 @@
|
|
|
529
529
|
"__mf/js/async/7376.2e948f2b.js",
|
|
530
530
|
"__mf/js/async/9550.642ce5ad.js",
|
|
531
531
|
"__mf/js/async/4665.cad36935.js",
|
|
532
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
532
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
533
533
|
"__mf/js/async/9817.70eae424.js",
|
|
534
|
-
"__mf/js/async/
|
|
534
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
535
535
|
"__mf/js/async/4535.f24704ea.js",
|
|
536
536
|
"__mf/js/async/4323.fdf7d039.js",
|
|
537
537
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -565,9 +565,9 @@
|
|
|
565
565
|
"__mf/js/async/2675.27451820.js",
|
|
566
566
|
"__mf/js/async/7272.6fa2f127.js",
|
|
567
567
|
"__mf/js/async/5724.794828e3.js",
|
|
568
|
-
"__mf/js/async/
|
|
569
|
-
"__mf/js/async/8706.
|
|
570
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
568
|
+
"__mf/js/async/7239.2619666a.js",
|
|
569
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
570
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js"
|
|
571
571
|
],
|
|
572
572
|
"async": [
|
|
573
573
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -582,9 +582,9 @@
|
|
|
582
582
|
"__mf/js/async/7376.2e948f2b.js",
|
|
583
583
|
"__mf/js/async/9550.642ce5ad.js",
|
|
584
584
|
"__mf/js/async/4665.cad36935.js",
|
|
585
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
585
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
586
586
|
"__mf/js/async/9817.70eae424.js",
|
|
587
|
-
"__mf/js/async/
|
|
587
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
588
588
|
"__mf/js/async/4535.f24704ea.js",
|
|
589
589
|
"__mf/js/async/4323.fdf7d039.js",
|
|
590
590
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"__mf/js/async/7376.2e948f2b.js",
|
|
621
621
|
"__mf/js/async/9550.642ce5ad.js",
|
|
622
622
|
"__mf/js/async/4665.cad36935.js",
|
|
623
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
623
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js"
|
|
624
624
|
],
|
|
625
625
|
"async": [
|
|
626
626
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -634,15 +634,15 @@
|
|
|
634
634
|
"__mf/js/async/3507.f1653337.js",
|
|
635
635
|
"__mf/js/async/2675.27451820.js",
|
|
636
636
|
"__mf/js/async/5724.794828e3.js",
|
|
637
|
-
"__mf/js/async/
|
|
638
|
-
"__mf/js/async/8706.
|
|
639
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
637
|
+
"__mf/js/async/7239.2619666a.js",
|
|
638
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
639
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js",
|
|
640
640
|
"__mf/js/async/7272.6fa2f127.js",
|
|
641
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
642
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
643
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
641
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js",
|
|
642
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js",
|
|
643
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js",
|
|
644
644
|
"__mf/js/async/9817.70eae424.js",
|
|
645
|
-
"__mf/js/async/
|
|
645
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
646
646
|
"__mf/js/async/212.69f85c2b.js",
|
|
647
647
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
648
648
|
"__mf/js/async/4323.fdf7d039.js",
|
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Prometheus",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.53.
|
|
8
|
+
"buildVersion": "0.53.4",
|
|
9
9
|
"buildName": "@perses-dev/prometheus-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Prometheus.
|
|
12
|
+
"name": "__mf/js/Prometheus.780ccd9b.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "Prometheus",
|
|
23
|
-
"pluginVersion": "0.
|
|
23
|
+
"pluginVersion": "0.19.1",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
25
|
"publicPath": "/plugins/Prometheus/"
|
|
26
26
|
},
|
|
@@ -96,17 +96,17 @@
|
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"singleton": true,
|
|
99
|
-
"requiredVersion": "^0.52.0
|
|
99
|
+
"requiredVersion": "^0.52.0",
|
|
100
100
|
"shareScope": "default",
|
|
101
101
|
"name": "@perses-dev/components",
|
|
102
|
-
"version": "0.52.0
|
|
102
|
+
"version": "0.52.0",
|
|
103
103
|
"eager": false,
|
|
104
104
|
"id": "Prometheus:@perses-dev/components",
|
|
105
105
|
"assets": {
|
|
106
106
|
"js": {
|
|
107
107
|
"async": [],
|
|
108
108
|
"sync": [
|
|
109
|
-
"__mf/js/async/
|
|
109
|
+
"__mf/js/async/2275.95fa6219.js"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
"css": {
|
|
@@ -121,17 +121,17 @@
|
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"singleton": true,
|
|
124
|
-
"requiredVersion": "^0.52.0
|
|
124
|
+
"requiredVersion": "^0.52.0",
|
|
125
125
|
"shareScope": "default",
|
|
126
126
|
"name": "@perses-dev/dashboards",
|
|
127
|
-
"version": "0.52.0
|
|
127
|
+
"version": "0.52.0",
|
|
128
128
|
"eager": false,
|
|
129
129
|
"id": "Prometheus:@perses-dev/dashboards",
|
|
130
130
|
"assets": {
|
|
131
131
|
"js": {
|
|
132
132
|
"async": [],
|
|
133
133
|
"sync": [
|
|
134
|
-
"__mf/js/async/
|
|
134
|
+
"__mf/js/async/3391.eced295d.js"
|
|
135
135
|
]
|
|
136
136
|
},
|
|
137
137
|
"css": {
|
|
@@ -145,17 +145,17 @@
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"singleton": true,
|
|
148
|
-
"requiredVersion": "^0.52.0
|
|
148
|
+
"requiredVersion": "^0.52.0",
|
|
149
149
|
"shareScope": "default",
|
|
150
150
|
"name": "@perses-dev/explore",
|
|
151
|
-
"version": "0.52.0
|
|
151
|
+
"version": "0.52.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/4421.
|
|
158
|
+
"__mf/js/async/4421.b5492f46.js"
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
161
|
"css": {
|
|
@@ -169,17 +169,17 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"singleton": true,
|
|
172
|
-
"requiredVersion": "^0.52.0
|
|
172
|
+
"requiredVersion": "^0.52.0",
|
|
173
173
|
"shareScope": "default",
|
|
174
174
|
"name": "@perses-dev/plugin-system",
|
|
175
|
-
"version": "0.52.0
|
|
175
|
+
"version": "0.52.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/4368.
|
|
182
|
+
"__mf/js/async/4368.38ebfc12.js"
|
|
183
183
|
]
|
|
184
184
|
},
|
|
185
185
|
"css": {
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
"usedIn": [
|
|
191
|
-
"./
|
|
191
|
+
"./PrometheusPromQLVariable",
|
|
192
192
|
"./PrometheusExplorer",
|
|
193
193
|
"./PrometheusLabelNamesVariable",
|
|
194
|
-
"./
|
|
194
|
+
"./PrometheusLabelValuesVariable",
|
|
195
195
|
"./PrometheusDatasource",
|
|
196
196
|
"./PrometheusTimeSeriesQuery"
|
|
197
197
|
]
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"sync": [
|
|
422
422
|
"__mf/js/async/8587.40df6f5c.js",
|
|
423
423
|
"__mf/js/async/8045.7f554a45.js",
|
|
424
|
-
"__mf/js/async/__federation_expose_PrometheusDatasource.
|
|
424
|
+
"__mf/js/async/__federation_expose_PrometheusDatasource.8b4b16ca.js"
|
|
425
425
|
],
|
|
426
426
|
"async": [
|
|
427
427
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -433,20 +433,20 @@
|
|
|
433
433
|
"__mf/js/async/3507.f1653337.js",
|
|
434
434
|
"__mf/js/async/2675.27451820.js",
|
|
435
435
|
"__mf/js/async/5724.794828e3.js",
|
|
436
|
-
"__mf/js/async/
|
|
437
|
-
"__mf/js/async/8706.
|
|
438
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
436
|
+
"__mf/js/async/7239.2619666a.js",
|
|
437
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
438
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js",
|
|
439
439
|
"__mf/js/async/7272.6fa2f127.js",
|
|
440
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
441
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
442
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
440
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js",
|
|
441
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js",
|
|
442
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js",
|
|
443
443
|
"__mf/js/async/5257.ce463cb7.js",
|
|
444
444
|
"__mf/js/async/7376.2e948f2b.js",
|
|
445
445
|
"__mf/js/async/9550.642ce5ad.js",
|
|
446
446
|
"__mf/js/async/4665.cad36935.js",
|
|
447
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
447
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
448
448
|
"__mf/js/async/9817.70eae424.js",
|
|
449
|
-
"__mf/js/async/
|
|
449
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
450
450
|
"__mf/js/async/4535.f24704ea.js",
|
|
451
451
|
"__mf/js/async/4323.fdf7d039.js",
|
|
452
452
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -484,9 +484,9 @@
|
|
|
484
484
|
"__mf/js/async/3507.f1653337.js",
|
|
485
485
|
"__mf/js/async/2675.27451820.js",
|
|
486
486
|
"__mf/js/async/5724.794828e3.js",
|
|
487
|
-
"__mf/js/async/
|
|
488
|
-
"__mf/js/async/8706.
|
|
489
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
487
|
+
"__mf/js/async/7239.2619666a.js",
|
|
488
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
489
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js"
|
|
490
490
|
],
|
|
491
491
|
"async": [
|
|
492
492
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -499,18 +499,18 @@
|
|
|
499
499
|
"__mf/js/async/3507.f1653337.js",
|
|
500
500
|
"__mf/js/async/2675.27451820.js",
|
|
501
501
|
"__mf/js/async/5724.794828e3.js",
|
|
502
|
-
"__mf/js/async/
|
|
503
|
-
"__mf/js/async/8706.
|
|
504
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
505
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
506
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
502
|
+
"__mf/js/async/7239.2619666a.js",
|
|
503
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
504
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js",
|
|
505
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js",
|
|
506
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js",
|
|
507
507
|
"__mf/js/async/5257.ce463cb7.js",
|
|
508
508
|
"__mf/js/async/7376.2e948f2b.js",
|
|
509
509
|
"__mf/js/async/9550.642ce5ad.js",
|
|
510
510
|
"__mf/js/async/4665.cad36935.js",
|
|
511
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
511
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
512
512
|
"__mf/js/async/9817.70eae424.js",
|
|
513
|
-
"__mf/js/async/
|
|
513
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
514
514
|
"__mf/js/async/4535.f24704ea.js",
|
|
515
515
|
"__mf/js/async/4323.fdf7d039.js",
|
|
516
516
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -548,9 +548,9 @@
|
|
|
548
548
|
"__mf/js/async/2675.27451820.js",
|
|
549
549
|
"__mf/js/async/7272.6fa2f127.js",
|
|
550
550
|
"__mf/js/async/5724.794828e3.js",
|
|
551
|
-
"__mf/js/async/
|
|
552
|
-
"__mf/js/async/8706.
|
|
553
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
551
|
+
"__mf/js/async/7239.2619666a.js",
|
|
552
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
553
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js"
|
|
554
554
|
],
|
|
555
555
|
"async": [
|
|
556
556
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -565,9 +565,9 @@
|
|
|
565
565
|
"__mf/js/async/7376.2e948f2b.js",
|
|
566
566
|
"__mf/js/async/9550.642ce5ad.js",
|
|
567
567
|
"__mf/js/async/4665.cad36935.js",
|
|
568
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
568
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
569
569
|
"__mf/js/async/9817.70eae424.js",
|
|
570
|
-
"__mf/js/async/
|
|
570
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
571
571
|
"__mf/js/async/4535.f24704ea.js",
|
|
572
572
|
"__mf/js/async/4323.fdf7d039.js",
|
|
573
573
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -605,9 +605,9 @@
|
|
|
605
605
|
"__mf/js/async/2675.27451820.js",
|
|
606
606
|
"__mf/js/async/7272.6fa2f127.js",
|
|
607
607
|
"__mf/js/async/5724.794828e3.js",
|
|
608
|
-
"__mf/js/async/
|
|
609
|
-
"__mf/js/async/8706.
|
|
610
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
608
|
+
"__mf/js/async/7239.2619666a.js",
|
|
609
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
610
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js"
|
|
611
611
|
],
|
|
612
612
|
"async": [
|
|
613
613
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -622,9 +622,9 @@
|
|
|
622
622
|
"__mf/js/async/7376.2e948f2b.js",
|
|
623
623
|
"__mf/js/async/9550.642ce5ad.js",
|
|
624
624
|
"__mf/js/async/4665.cad36935.js",
|
|
625
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
625
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
626
626
|
"__mf/js/async/9817.70eae424.js",
|
|
627
|
-
"__mf/js/async/
|
|
627
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
628
628
|
"__mf/js/async/4535.f24704ea.js",
|
|
629
629
|
"__mf/js/async/4323.fdf7d039.js",
|
|
630
630
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -662,9 +662,9 @@
|
|
|
662
662
|
"__mf/js/async/2675.27451820.js",
|
|
663
663
|
"__mf/js/async/7272.6fa2f127.js",
|
|
664
664
|
"__mf/js/async/5724.794828e3.js",
|
|
665
|
-
"__mf/js/async/
|
|
666
|
-
"__mf/js/async/8706.
|
|
667
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
665
|
+
"__mf/js/async/7239.2619666a.js",
|
|
666
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
667
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js"
|
|
668
668
|
],
|
|
669
669
|
"async": [
|
|
670
670
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -679,9 +679,9 @@
|
|
|
679
679
|
"__mf/js/async/7376.2e948f2b.js",
|
|
680
680
|
"__mf/js/async/9550.642ce5ad.js",
|
|
681
681
|
"__mf/js/async/4665.cad36935.js",
|
|
682
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
682
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js",
|
|
683
683
|
"__mf/js/async/9817.70eae424.js",
|
|
684
|
-
"__mf/js/async/
|
|
684
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
685
685
|
"__mf/js/async/4535.f24704ea.js",
|
|
686
686
|
"__mf/js/async/4323.fdf7d039.js",
|
|
687
687
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
"__mf/js/async/7376.2e948f2b.js",
|
|
728
728
|
"__mf/js/async/9550.642ce5ad.js",
|
|
729
729
|
"__mf/js/async/4665.cad36935.js",
|
|
730
|
-
"__mf/js/async/__federation_expose_PrometheusExplorer.
|
|
730
|
+
"__mf/js/async/__federation_expose_PrometheusExplorer.8faab52f.js"
|
|
731
731
|
],
|
|
732
732
|
"async": [
|
|
733
733
|
"__mf/js/async/4238.422a1b1c.js",
|
|
@@ -741,15 +741,15 @@
|
|
|
741
741
|
"__mf/js/async/3507.f1653337.js",
|
|
742
742
|
"__mf/js/async/2675.27451820.js",
|
|
743
743
|
"__mf/js/async/5724.794828e3.js",
|
|
744
|
-
"__mf/js/async/
|
|
745
|
-
"__mf/js/async/8706.
|
|
746
|
-
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.
|
|
744
|
+
"__mf/js/async/7239.2619666a.js",
|
|
745
|
+
"__mf/js/async/8706.70f829fc.js",
|
|
746
|
+
"__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.66df70ad.js",
|
|
747
747
|
"__mf/js/async/7272.6fa2f127.js",
|
|
748
|
-
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.
|
|
749
|
-
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.
|
|
750
|
-
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.
|
|
748
|
+
"__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.86fed903.js",
|
|
749
|
+
"__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.baed70be.js",
|
|
750
|
+
"__mf/js/async/__federation_expose_PrometheusPromQLVariable.8eb55b7f.js",
|
|
751
751
|
"__mf/js/async/9817.70eae424.js",
|
|
752
|
-
"__mf/js/async/
|
|
752
|
+
"__mf/js/async/6714.fd02e782.js",
|
|
753
753
|
"__mf/js/async/212.69f85c2b.js",
|
|
754
754
|
"__mf/js/async/2292.57d8fd0d.js",
|
|
755
755
|
"__mf/js/async/4323.fdf7d039.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/prometheus-plugin",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.4",
|
|
4
4
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"types": "lib/index.d.ts",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@nexucis/fuzzy": "^0.5.1",
|
|
28
|
-
"@prometheus-io/codemirror-promql": "^0.
|
|
28
|
+
"@prometheus-io/codemirror-promql": "^0.304.2",
|
|
29
29
|
"color-hash": "^2.0.2",
|
|
30
30
|
"qs": "^6.13.0",
|
|
31
31
|
"react-virtuoso": "^4.12.2"
|
|
@@ -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.52.0
|
|
38
|
-
"@perses-dev/core": "^0.52.0
|
|
39
|
-
"@perses-dev/dashboards": "^0.52.0
|
|
40
|
-
"@perses-dev/explore": "^0.52.0
|
|
41
|
-
"@perses-dev/plugin-system": "^0.52.0
|
|
37
|
+
"@perses-dev/components": "^0.52.0",
|
|
38
|
+
"@perses-dev/core": "^0.52.0",
|
|
39
|
+
"@perses-dev/dashboards": "^0.52.0",
|
|
40
|
+
"@perses-dev/explore": "^0.52.0",
|
|
41
|
+
"@perses-dev/plugin-system": "^0.52.0",
|
|
42
42
|
"@tanstack/react-query": "^4.39.1",
|
|
43
43
|
"date-fns": "^4.1.0",
|
|
44
44
|
"date-fns-tz": "^3.2.0",
|
|
@@ -119,4 +119,4 @@
|
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
}
|
|
122
|
-
}
|
|
122
|
+
}
|