@perses-dev/pyroscope-plugin 0.5.0-beta.0 → 0.5.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/{Pyroscope.2cc96a50.js → Pyroscope.e2b29a34.js} +3 -3
- package/__mf/js/async/1728.dd1ef0ce.js +1 -0
- package/__mf/js/async/2488.42be58a9.js +7 -0
- package/__mf/js/async/4657.ea6d4b03.js +2 -0
- package/__mf/js/async/54.76b197d8.js +22 -0
- package/__mf/js/async/5440.8c124a65.js +2 -0
- package/__mf/js/async/{5440.f3809507.js.LICENSE.txt → 5440.8c124a65.js.LICENSE.txt} +3 -3
- package/__mf/js/async/9010.b9e1668b.js +2 -0
- package/__mf/js/async/{7570.a8cf961f.js → 9025.b66d1100.js} +1 -1
- package/__mf/js/async/{8035.39b8a613.js → 9877.4eb72ec5.js} +9 -9
- package/__mf/js/async/{__federation_expose_PyroscopeDatasource.108cb2d6.js → __federation_expose_PyroscopeDatasource.c04e3c9f.js} +2 -2
- package/__mf/js/async/{__federation_expose_PyroscopeExplorer.f9864130.js → __federation_expose_PyroscopeExplorer.c8a7b1af.js} +2 -2
- package/__mf/js/async/{__federation_expose_PyroscopeProfileQuery.58db5efb.js → __federation_expose_PyroscopeProfileQuery.c5a5af63.js} +2 -2
- package/__mf/js/{main.b6d04adf.js → main.85d9c972.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/AddFilterItem.js +1 -1
- package/lib/cjs/components/DeleteFilterItem.js +1 -1
- package/lib/cjs/components/FilterItem.js +1 -1
- package/lib/cjs/components/Filters.js +1 -1
- package/lib/cjs/components/LabelName.js +1 -1
- package/lib/cjs/components/LabelValue.js +1 -1
- package/lib/cjs/components/Operator.js +1 -1
- package/lib/cjs/components/ProfileTypeSelector.js +1 -1
- package/lib/cjs/components/Service.js +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/explore/PyroscopeExplorer.js +1 -1
- package/lib/cjs/explore/index.js +1 -1
- package/lib/cjs/getPluginModule.js +1 -1
- package/lib/cjs/index-federation.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/model/api-types.js +1 -1
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/profile-query-model.js +1 -1
- package/lib/cjs/model/pyroscope-client.js +1 -1
- package/lib/cjs/model/pyroscope-selectors.js +1 -1
- package/lib/cjs/plugins/PyroscopeDatasourceEditor.js +1 -1
- package/lib/cjs/plugins/index.js +1 -1
- package/lib/cjs/plugins/pyroscope-datasource-types.js +1 -1
- package/lib/cjs/plugins/pyroscope-datasource.js +1 -1
- package/lib/cjs/plugins/pyroscope-profile-query/PyroscopeProfileQuery.js +1 -1
- package/lib/cjs/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.js +1 -1
- package/lib/cjs/plugins/pyroscope-profile-query/get-profile-data.js +1 -1
- package/lib/cjs/plugins/pyroscope-profile-query/index.js +1 -1
- package/lib/cjs/plugins/pyroscope-profile-query/query-editor-model.js +1 -1
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/cjs/test/index.js +1 -1
- package/lib/cjs/test/mock-data.js +1 -1
- package/lib/cjs/test/setup-tests.js +1 -1
- package/lib/cjs/utils/types.js +1 -1
- package/lib/cjs/utils/use-query.js +1 -1
- package/lib/components/AddFilterItem.js +1 -1
- package/lib/components/AddFilterItem.js.map +1 -1
- package/lib/components/DeleteFilterItem.js +1 -1
- package/lib/components/DeleteFilterItem.js.map +1 -1
- package/lib/components/FilterItem.js +1 -1
- package/lib/components/FilterItem.js.map +1 -1
- package/lib/components/Filters.js +1 -1
- package/lib/components/Filters.js.map +1 -1
- package/lib/components/LabelName.js +1 -1
- package/lib/components/LabelName.js.map +1 -1
- package/lib/components/LabelValue.js +1 -1
- package/lib/components/LabelValue.js.map +1 -1
- package/lib/components/Operator.js +1 -1
- package/lib/components/Operator.js.map +1 -1
- package/lib/components/ProfileTypeSelector.js +1 -1
- package/lib/components/ProfileTypeSelector.js.map +1 -1
- package/lib/components/Service.js +1 -1
- package/lib/components/Service.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/env.d.js +1 -1
- package/lib/env.d.js.map +1 -1
- package/lib/explore/PyroscopeExplorer.js +1 -1
- package/lib/explore/PyroscopeExplorer.js.map +1 -1
- package/lib/explore/index.js +1 -1
- package/lib/explore/index.js.map +1 -1
- package/lib/getPluginModule.js +1 -1
- 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.js +1 -1
- 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/profile-query-model.js +1 -1
- package/lib/model/profile-query-model.js.map +1 -1
- package/lib/model/pyroscope-client.js +1 -1
- package/lib/model/pyroscope-client.js.map +1 -1
- package/lib/model/pyroscope-selectors.js +1 -1
- package/lib/model/pyroscope-selectors.js.map +1 -1
- package/lib/plugins/PyroscopeDatasourceEditor.js +1 -1
- package/lib/plugins/PyroscopeDatasourceEditor.js.map +1 -1
- package/lib/plugins/index.js +1 -1
- package/lib/plugins/index.js.map +1 -1
- package/lib/plugins/pyroscope-datasource-types.js +1 -1
- package/lib/plugins/pyroscope-datasource-types.js.map +1 -1
- package/lib/plugins/pyroscope-datasource.js +1 -1
- package/lib/plugins/pyroscope-datasource.js.map +1 -1
- package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQuery.js +1 -1
- package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQuery.js.map +1 -1
- package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.js +1 -1
- package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.js.map +1 -1
- package/lib/plugins/pyroscope-profile-query/get-profile-data.js +1 -1
- package/lib/plugins/pyroscope-profile-query/get-profile-data.js.map +1 -1
- package/lib/plugins/pyroscope-profile-query/index.js +1 -1
- package/lib/plugins/pyroscope-profile-query/index.js.map +1 -1
- package/lib/plugins/pyroscope-profile-query/query-editor-model.js +1 -1
- package/lib/plugins/pyroscope-profile-query/query-editor-model.js.map +1 -1
- package/lib/setup-tests.js +1 -1
- package/lib/setup-tests.js.map +1 -1
- package/lib/test/index.js +1 -1
- package/lib/test/index.js.map +1 -1
- package/lib/test/mock-data.js +1 -1
- package/lib/test/mock-data.js.map +1 -1
- package/lib/test/setup-tests.js +1 -1
- package/lib/test/setup-tests.js.map +1 -1
- package/lib/utils/types.js +1 -1
- package/lib/utils/types.js.map +1 -1
- package/lib/utils/use-query.js +1 -1
- package/lib/utils/use-query.js.map +1 -1
- package/mf-manifest.json +33 -33
- package/mf-stats.json +33 -33
- package/package.json +6 -6
- package/__mf/js/async/1490.83898a50.js +0 -22
- package/__mf/js/async/1728.82a39224.js +0 -1
- package/__mf/js/async/3664.4d82937b.js +0 -2
- package/__mf/js/async/5440.f3809507.js +0 -2
- package/__mf/js/async/5501.84760779.js +0 -2
- package/__mf/js/async/8971.ec4be707.js +0 -7
- /package/__mf/js/async/{8971.ec4be707.js.LICENSE.txt → 2488.42be58a9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3664.4d82937b.js.LICENSE.txt → 4657.ea6d4b03.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.83898a50.js.LICENSE.txt → 54.76b197d8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5501.84760779.js.LICENSE.txt → 9010.b9e1668b.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_PyroscopeDatasource.108cb2d6.js.LICENSE.txt → __federation_expose_PyroscopeDatasource.c04e3c9f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_PyroscopeExplorer.f9864130.js.LICENSE.txt → __federation_expose_PyroscopeExplorer.c8a7b1af.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_PyroscopeProfileQuery.58db5efb.js.LICENSE.txt → __federation_expose_PyroscopeProfileQuery.c5a5af63.js.LICENSE.txt} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/utils/use-query.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../../src/utils/use-query.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { useDatasourceClient } from '@perses-dev/plugin-system';\nimport { DatasourceSelector, StatusError } from '@perses-dev/core';\n\nimport { useQuery, UseQueryResult } from '@tanstack/react-query';\nimport {\n SearchLabelNamesResponse,\n SearchLabelValuesResponse,\n SearchProfileTypesResponse,\n PyroscopeClient,\n} from '../model';\n\nexport function useLabelNames(datasource: DatasourceSelector): UseQueryResult<SearchLabelNamesResponse, StatusError> {\n const { data: client } = useDatasourceClient<PyroscopeClient>(datasource);\n\n return useQuery<SearchLabelNamesResponse, StatusError>({\n enabled: !!client,\n queryKey: ['searchLabelNames', 'datasource', datasource],\n queryFn: async () => {\n return await client!.searchLabelNames({}, { 'content-type': 'application/json' }, {});\n },\n });\n}\n\nexport function useLabelValues(\n datasource: DatasourceSelector,\n labelName: string\n): UseQueryResult<SearchLabelValuesResponse, StatusError> {\n const { data: client } = useDatasourceClient<PyroscopeClient>(datasource);\n\n return useQuery<SearchLabelValuesResponse, StatusError>({\n enabled: !!client,\n queryKey: ['searchLabelValues', labelName, 'datasource', datasource],\n queryFn: async () => {\n return await client!.searchLabelValues({}, { 'content-type': 'application/json' }, { name: labelName });\n },\n });\n}\n\nexport function useProfileTypes(\n datasource: DatasourceSelector\n): UseQueryResult<SearchProfileTypesResponse, StatusError> {\n const { data: client } = useDatasourceClient<PyroscopeClient>(datasource);\n\n return useQuery<SearchProfileTypesResponse, StatusError>({\n enabled: !!client,\n queryKey: ['searchProfileTypes', 'datasource', datasource],\n queryFn: async () => {\n return await client!.searchProfileTypes({}, { 'content-type': 'application/json' }, {});\n },\n });\n}\n\nexport function useServices(datasource: DatasourceSelector): UseQueryResult<SearchLabelValuesResponse, StatusError> {\n const { data: client } = useDatasourceClient<PyroscopeClient>(datasource);\n\n return useQuery<SearchLabelValuesResponse, StatusError>({\n enabled: !!client,\n queryKey: ['searchServices', 'datasource', datasource],\n queryFn: async () => {\n return await client!.searchServices({}, { 'content-type': 'application/json' });\n },\n });\n}\n\nexport function filterLabelNamesOptions(labelNamesOptions: string[]): string[] {\n const regex = /^__.*__$/;\n return labelNamesOptions.filter((labelName) => !regex.test(labelName) && labelName !== 'service_name');\n}\n"],"names":["useDatasourceClient","useQuery","useLabelNames","datasource","data","client","enabled","queryKey","queryFn","searchLabelNames","useLabelValues","labelName","searchLabelValues","name","useProfileTypes","searchProfileTypes","useServices","searchServices","filterLabelNamesOptions","labelNamesOptions","regex","filter","test"],"mappings":"AAAA,+BAA+B;AAC/B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,SAASA,mBAAmB,QAAQ,4BAA4B;AAGhE,SAASC,QAAQ,QAAwB,wBAAwB;AAQjE,OAAO,SAASC,cAAcC,UAA8B;IAC1D,MAAM,EAAEC,MAAMC,MAAM,EAAE,GAAGL,oBAAqCG;IAE9D,OAAOF,SAAgD;QACrDK,SAAS,CAAC,CAACD;QACXE,UAAU;YAAC;YAAoB;YAAcJ;SAAW;QACxDK,SAAS;YACP,OAAO,MAAMH,OAAQI,gBAAgB,CAAC,CAAC,GAAG;gBAAE,gBAAgB;YAAmB,GAAG,CAAC;QACrF;IACF;AACF;AAEA,OAAO,SAASC,eACdP,UAA8B,EAC9BQ,SAAiB;IAEjB,MAAM,EAAEP,MAAMC,MAAM,EAAE,GAAGL,oBAAqCG;IAE9D,OAAOF,SAAiD;QACtDK,SAAS,CAAC,CAACD;QACXE,UAAU;YAAC;YAAqBI;YAAW;YAAcR;SAAW;QACpEK,SAAS;YACP,OAAO,MAAMH,OAAQO,iBAAiB,CAAC,CAAC,GAAG;gBAAE,gBAAgB;YAAmB,GAAG;gBAAEC,MAAMF;YAAU;QACvG;IACF;AACF;AAEA,OAAO,SAASG,gBACdX,UAA8B;IAE9B,MAAM,EAAEC,MAAMC,MAAM,EAAE,GAAGL,oBAAqCG;IAE9D,OAAOF,SAAkD;QACvDK,SAAS,CAAC,CAACD;QACXE,UAAU;YAAC;YAAsB;YAAcJ;SAAW;QAC1DK,SAAS;YACP,OAAO,MAAMH,OAAQU,kBAAkB,CAAC,CAAC,GAAG;gBAAE,gBAAgB;YAAmB,GAAG,CAAC;QACvF;IACF;AACF;AAEA,OAAO,SAASC,YAAYb,UAA8B;IACxD,MAAM,EAAEC,MAAMC,MAAM,EAAE,GAAGL,oBAAqCG;IAE9D,OAAOF,SAAiD;QACtDK,SAAS,CAAC,CAACD;QACXE,UAAU;YAAC;YAAkB;YAAcJ;SAAW;QACtDK,SAAS;YACP,OAAO,MAAMH,OAAQY,cAAc,CAAC,CAAC,GAAG;gBAAE,gBAAgB;YAAmB;QAC/E;IACF;AACF;AAEA,OAAO,SAASC,wBAAwBC,iBAA2B;IACjE,MAAMC,QAAQ;IACd,OAAOD,kBAAkBE,MAAM,CAAC,CAACV,YAAc,CAACS,MAAME,IAAI,CAACX,cAAcA,cAAc;AACzF"}
|
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Pyroscope",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.5.0-
|
|
8
|
+
"buildVersion": "0.5.0-rc.1",
|
|
9
9
|
"buildName": "@perses-dev/pyroscope-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Pyroscope.
|
|
12
|
+
"name": "__mf/js/Pyroscope.e2b29a34.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
{
|
|
89
89
|
"id": "Pyroscope:@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/2488.42be58a9.js"
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"css": {
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
{
|
|
108
108
|
"id": "Pyroscope:@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.76b197d8.js"
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
120
|
"css": {
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
{
|
|
127
127
|
"id": "Pyroscope:@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/1728.
|
|
136
|
+
"__mf/js/async/1728.dd1ef0ce.js"
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"css": {
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
{
|
|
146
146
|
"id": "Pyroscope:@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.b9e1668b.js"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
"css": {
|
|
@@ -278,14 +278,14 @@
|
|
|
278
278
|
{
|
|
279
279
|
"id": "Pyroscope: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/5440.
|
|
288
|
+
"__mf/js/async/5440.8c124a65.js"
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
291
|
"css": {
|
|
@@ -341,22 +341,22 @@
|
|
|
341
341
|
"assets": {
|
|
342
342
|
"js": {
|
|
343
343
|
"sync": [
|
|
344
|
-
"__mf/js/async/__federation_expose_PyroscopeDatasource.
|
|
344
|
+
"__mf/js/async/__federation_expose_PyroscopeDatasource.c04e3c9f.js"
|
|
345
345
|
],
|
|
346
346
|
"async": [
|
|
347
347
|
"__mf/js/async/2575.ef0a81fb.js",
|
|
348
348
|
"__mf/js/async/6436.716bd9af.js",
|
|
349
349
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
350
350
|
"__mf/js/async/7197.de83428e.js",
|
|
351
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
352
|
-
"__mf/js/async/
|
|
351
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js",
|
|
352
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
353
353
|
"__mf/js/async/9836.0d85c0db.js",
|
|
354
354
|
"__mf/js/async/6874.c46021f1.js",
|
|
355
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
356
|
-
"__mf/js/async/
|
|
355
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js",
|
|
356
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
357
357
|
"__mf/js/async/3059.83b7488b.js",
|
|
358
358
|
"__mf/js/async/4213.7db399dc.js",
|
|
359
|
-
"__mf/js/async/
|
|
359
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
360
360
|
"__mf/js/async/9588.079c4b7e.js",
|
|
361
361
|
"__mf/js/async/5071.e72b3a37.js",
|
|
362
362
|
"__mf/js/async/2043.30f205d8.js",
|
|
@@ -383,20 +383,20 @@
|
|
|
383
383
|
"__mf/js/async/6436.716bd9af.js",
|
|
384
384
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
385
385
|
"__mf/js/async/7197.de83428e.js",
|
|
386
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
386
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js"
|
|
387
387
|
],
|
|
388
388
|
"async": [
|
|
389
389
|
"__mf/js/async/9588.079c4b7e.js",
|
|
390
390
|
"__mf/js/async/5071.e72b3a37.js",
|
|
391
|
-
"__mf/js/async/
|
|
391
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
392
392
|
"__mf/js/async/9836.0d85c0db.js",
|
|
393
393
|
"__mf/js/async/6874.c46021f1.js",
|
|
394
|
-
"__mf/js/async/
|
|
394
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
395
395
|
"__mf/js/async/3059.83b7488b.js",
|
|
396
396
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
397
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
397
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js",
|
|
398
398
|
"__mf/js/async/4213.7db399dc.js",
|
|
399
|
-
"__mf/js/async/
|
|
399
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
400
400
|
"__mf/js/async/2043.30f205d8.js",
|
|
401
401
|
"__mf/js/async/7177.4d802ad3.js",
|
|
402
402
|
"__mf/js/async/1969.614b0c2d.js",
|
|
@@ -420,24 +420,24 @@
|
|
|
420
420
|
"js": {
|
|
421
421
|
"sync": [
|
|
422
422
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
423
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
423
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js"
|
|
424
424
|
],
|
|
425
425
|
"async": [
|
|
426
426
|
"__mf/js/async/6436.716bd9af.js",
|
|
427
427
|
"__mf/js/async/2575.ef0a81fb.js",
|
|
428
428
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
429
429
|
"__mf/js/async/7197.de83428e.js",
|
|
430
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
430
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js",
|
|
431
431
|
"__mf/js/async/9836.0d85c0db.js",
|
|
432
432
|
"__mf/js/async/6874.c46021f1.js",
|
|
433
433
|
"__mf/js/async/3059.83b7488b.js",
|
|
434
434
|
"__mf/js/async/7177.4d802ad3.js",
|
|
435
|
-
"__mf/js/async/
|
|
436
|
-
"__mf/js/async/
|
|
435
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
436
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
437
437
|
"__mf/js/async/9588.079c4b7e.js",
|
|
438
438
|
"__mf/js/async/5071.e72b3a37.js",
|
|
439
439
|
"__mf/js/async/2043.30f205d8.js",
|
|
440
|
-
"__mf/js/async/
|
|
440
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
441
441
|
"__mf/js/async/1969.614b0c2d.js",
|
|
442
442
|
"__mf/js/async/4213.7db399dc.js"
|
|
443
443
|
]
|
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Pyroscope",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.5.0-
|
|
8
|
+
"buildVersion": "0.5.0-rc.1",
|
|
9
9
|
"buildName": "@perses-dev/pyroscope-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Pyroscope.
|
|
12
|
+
"name": "__mf/js/Pyroscope.e2b29a34.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -96,17 +96,17 @@
|
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"singleton": true,
|
|
99
|
-
"requiredVersion": "^0.53.0-
|
|
99
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
100
100
|
"shareScope": "default",
|
|
101
101
|
"name": "@perses-dev/components",
|
|
102
|
-
"version": "0.53.0-
|
|
102
|
+
"version": "0.53.0-rc.2",
|
|
103
103
|
"eager": false,
|
|
104
104
|
"id": "Pyroscope:@perses-dev/components",
|
|
105
105
|
"assets": {
|
|
106
106
|
"js": {
|
|
107
107
|
"async": [],
|
|
108
108
|
"sync": [
|
|
109
|
-
"__mf/js/async/
|
|
109
|
+
"__mf/js/async/2488.42be58a9.js"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
"css": {
|
|
@@ -120,17 +120,17 @@
|
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"singleton": true,
|
|
123
|
-
"requiredVersion": "^0.53.0-
|
|
123
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
124
124
|
"shareScope": "default",
|
|
125
125
|
"name": "@perses-dev/dashboards",
|
|
126
|
-
"version": "0.53.0-
|
|
126
|
+
"version": "0.53.0-rc.2",
|
|
127
127
|
"eager": false,
|
|
128
128
|
"id": "Pyroscope:@perses-dev/dashboards",
|
|
129
129
|
"assets": {
|
|
130
130
|
"js": {
|
|
131
131
|
"async": [],
|
|
132
132
|
"sync": [
|
|
133
|
-
"__mf/js/async/
|
|
133
|
+
"__mf/js/async/54.76b197d8.js"
|
|
134
134
|
]
|
|
135
135
|
},
|
|
136
136
|
"css": {
|
|
@@ -144,17 +144,17 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"singleton": true,
|
|
147
|
-
"requiredVersion": "^0.53.0-
|
|
147
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
148
148
|
"shareScope": "default",
|
|
149
149
|
"name": "@perses-dev/explore",
|
|
150
|
-
"version": "0.53.0-
|
|
150
|
+
"version": "0.53.0-rc.2",
|
|
151
151
|
"eager": false,
|
|
152
152
|
"id": "Pyroscope:@perses-dev/explore",
|
|
153
153
|
"assets": {
|
|
154
154
|
"js": {
|
|
155
155
|
"async": [],
|
|
156
156
|
"sync": [
|
|
157
|
-
"__mf/js/async/1728.
|
|
157
|
+
"__mf/js/async/1728.dd1ef0ce.js"
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
160
|
"css": {
|
|
@@ -168,17 +168,17 @@
|
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"singleton": true,
|
|
171
|
-
"requiredVersion": "^0.53.0-
|
|
171
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
172
172
|
"shareScope": "default",
|
|
173
173
|
"name": "@perses-dev/plugin-system",
|
|
174
|
-
"version": "0.53.0-
|
|
174
|
+
"version": "0.53.0-rc.2",
|
|
175
175
|
"eager": false,
|
|
176
176
|
"id": "Pyroscope:@perses-dev/plugin-system",
|
|
177
177
|
"assets": {
|
|
178
178
|
"js": {
|
|
179
179
|
"async": [],
|
|
180
180
|
"sync": [
|
|
181
|
-
"__mf/js/async/
|
|
181
|
+
"__mf/js/async/9010.b9e1668b.js"
|
|
182
182
|
]
|
|
183
183
|
},
|
|
184
184
|
"css": {
|
|
@@ -330,17 +330,17 @@
|
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"singleton": true,
|
|
333
|
-
"requiredVersion": "^6.30.
|
|
333
|
+
"requiredVersion": "^6.30.3",
|
|
334
334
|
"shareScope": "default",
|
|
335
335
|
"name": "react-router-dom",
|
|
336
|
-
"version": "6.30.
|
|
336
|
+
"version": "6.30.3",
|
|
337
337
|
"eager": false,
|
|
338
338
|
"id": "Pyroscope:react-router-dom",
|
|
339
339
|
"assets": {
|
|
340
340
|
"js": {
|
|
341
341
|
"async": [],
|
|
342
342
|
"sync": [
|
|
343
|
-
"__mf/js/async/5440.
|
|
343
|
+
"__mf/js/async/5440.8c124a65.js"
|
|
344
344
|
]
|
|
345
345
|
},
|
|
346
346
|
"css": {
|
|
@@ -413,22 +413,22 @@
|
|
|
413
413
|
"assets": {
|
|
414
414
|
"js": {
|
|
415
415
|
"sync": [
|
|
416
|
-
"__mf/js/async/__federation_expose_PyroscopeDatasource.
|
|
416
|
+
"__mf/js/async/__federation_expose_PyroscopeDatasource.c04e3c9f.js"
|
|
417
417
|
],
|
|
418
418
|
"async": [
|
|
419
419
|
"__mf/js/async/2575.ef0a81fb.js",
|
|
420
420
|
"__mf/js/async/6436.716bd9af.js",
|
|
421
421
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
422
422
|
"__mf/js/async/7197.de83428e.js",
|
|
423
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
424
|
-
"__mf/js/async/
|
|
423
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js",
|
|
424
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
425
425
|
"__mf/js/async/9836.0d85c0db.js",
|
|
426
426
|
"__mf/js/async/6874.c46021f1.js",
|
|
427
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
428
|
-
"__mf/js/async/
|
|
427
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js",
|
|
428
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
429
429
|
"__mf/js/async/3059.83b7488b.js",
|
|
430
430
|
"__mf/js/async/4213.7db399dc.js",
|
|
431
|
-
"__mf/js/async/
|
|
431
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
432
432
|
"__mf/js/async/9588.079c4b7e.js",
|
|
433
433
|
"__mf/js/async/5071.e72b3a37.js",
|
|
434
434
|
"__mf/js/async/2043.30f205d8.js",
|
|
@@ -463,20 +463,20 @@
|
|
|
463
463
|
"__mf/js/async/6436.716bd9af.js",
|
|
464
464
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
465
465
|
"__mf/js/async/7197.de83428e.js",
|
|
466
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
466
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js"
|
|
467
467
|
],
|
|
468
468
|
"async": [
|
|
469
469
|
"__mf/js/async/9588.079c4b7e.js",
|
|
470
470
|
"__mf/js/async/5071.e72b3a37.js",
|
|
471
|
-
"__mf/js/async/
|
|
471
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
472
472
|
"__mf/js/async/9836.0d85c0db.js",
|
|
473
473
|
"__mf/js/async/6874.c46021f1.js",
|
|
474
|
-
"__mf/js/async/
|
|
474
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
475
475
|
"__mf/js/async/3059.83b7488b.js",
|
|
476
476
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
477
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
477
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js",
|
|
478
478
|
"__mf/js/async/4213.7db399dc.js",
|
|
479
|
-
"__mf/js/async/
|
|
479
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
480
480
|
"__mf/js/async/2043.30f205d8.js",
|
|
481
481
|
"__mf/js/async/7177.4d802ad3.js",
|
|
482
482
|
"__mf/js/async/1969.614b0c2d.js",
|
|
@@ -507,24 +507,24 @@
|
|
|
507
507
|
"js": {
|
|
508
508
|
"sync": [
|
|
509
509
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
510
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
510
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js"
|
|
511
511
|
],
|
|
512
512
|
"async": [
|
|
513
513
|
"__mf/js/async/6436.716bd9af.js",
|
|
514
514
|
"__mf/js/async/2575.ef0a81fb.js",
|
|
515
515
|
"__mf/js/async/9040.7c3b0fb9.js",
|
|
516
516
|
"__mf/js/async/7197.de83428e.js",
|
|
517
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
517
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js",
|
|
518
518
|
"__mf/js/async/9836.0d85c0db.js",
|
|
519
519
|
"__mf/js/async/6874.c46021f1.js",
|
|
520
520
|
"__mf/js/async/3059.83b7488b.js",
|
|
521
521
|
"__mf/js/async/7177.4d802ad3.js",
|
|
522
|
-
"__mf/js/async/
|
|
523
|
-
"__mf/js/async/
|
|
522
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
523
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
524
524
|
"__mf/js/async/9588.079c4b7e.js",
|
|
525
525
|
"__mf/js/async/5071.e72b3a37.js",
|
|
526
526
|
"__mf/js/async/2043.30f205d8.js",
|
|
527
|
-
"__mf/js/async/
|
|
527
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
528
528
|
"__mf/js/async/1969.614b0c2d.js",
|
|
529
529
|
"__mf/js/async/4213.7db399dc.js"
|
|
530
530
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/pyroscope-plugin",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-rc.1",
|
|
4
4
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@emotion/react": "^11.7.1",
|
|
32
32
|
"@emotion/styled": "^11.6.0",
|
|
33
33
|
"@hookform/resolvers": "^3.2.0",
|
|
34
|
-
"@perses-dev/components": "^0.53.0-
|
|
35
|
-
"@perses-dev/core": "^0.53.0-
|
|
36
|
-
"@perses-dev/dashboards": "^0.53.0-
|
|
37
|
-
"@perses-dev/plugin-system": "^0.53.0-
|
|
38
|
-
"@perses-dev/explore": "^0.53.0-
|
|
34
|
+
"@perses-dev/components": "^0.53.0-rc.2",
|
|
35
|
+
"@perses-dev/core": "^0.53.0-rc.0",
|
|
36
|
+
"@perses-dev/dashboards": "^0.53.0-rc.2",
|
|
37
|
+
"@perses-dev/plugin-system": "^0.53.0-rc.2",
|
|
38
|
+
"@perses-dev/explore": "^0.53.0-rc.2",
|
|
39
39
|
"@tanstack/react-query": "^4.39.1",
|
|
40
40
|
"@uiw/react-codemirror": "^4.19.1",
|
|
41
41
|
"date-fns": "^4.1.0",
|