@perses-dev/pyroscope-plugin 0.4.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/css/async/3061.d3010b86.css +1 -0
- package/__mf/css/async/4597.d3010b86.css +1 -0
- package/__mf/css/async/6978.d3010b86.css +1 -0
- package/__mf/js/Pyroscope.e2b29a34.js +6 -0
- package/__mf/js/async/1616.363527cc.js +1 -0
- package/__mf/js/async/1728.dd1ef0ce.js +1 -0
- package/__mf/js/async/1969.614b0c2d.js +1 -0
- package/__mf/js/async/2043.30f205d8.js +2 -0
- package/__mf/js/async/2218.6500c6bf.js +2 -0
- package/__mf/js/async/{8930.496019db.js → 2377.9d8d22c7.js} +1 -1
- package/__mf/js/async/2488.42be58a9.js +7 -0
- package/__mf/js/async/2575.ef0a81fb.js +1 -0
- package/__mf/js/async/3059.83b7488b.js +1 -0
- package/__mf/js/async/392.6f4ed257.js +2 -0
- package/__mf/js/async/{1964.88ffca96.js → 4121.3c194ff5.js} +2 -2
- package/__mf/js/async/4213.7db399dc.js +1 -0
- package/__mf/js/async/4597.7d8272ce.js +2 -0
- package/__mf/js/async/4657.ea6d4b03.js +2 -0
- package/__mf/js/async/5071.e72b3a37.js +1 -0
- package/__mf/js/async/54.76b197d8.js +22 -0
- package/__mf/js/async/5440.8c124a65.js +2 -0
- package/__mf/js/async/{6377.f6e824aa.js.LICENSE.txt → 5440.8c124a65.js.LICENSE.txt} +3 -3
- package/__mf/js/async/{5214.8d3dd135.js → 5587.b1b2620f.js} +1 -1
- package/__mf/js/async/6274.6bebfb8d.js +2 -0
- package/__mf/js/async/6283.c4e4d60d.js +2 -0
- package/__mf/js/async/6390.065cc736.js +2 -0
- package/__mf/js/async/6436.716bd9af.js +101 -0
- package/__mf/js/async/6594.d7c5d0f2.js +2 -0
- package/__mf/js/async/6854.af4578d3.js +1 -0
- package/__mf/js/async/6874.c46021f1.js +1 -0
- package/__mf/js/async/6978.fbec833e.js +1 -0
- package/__mf/js/async/{8488.00c7f348.js → 7177.4d802ad3.js} +1 -1
- package/__mf/js/async/7192.d24e4825.js +1 -0
- package/__mf/js/async/7197.de83428e.js +1 -0
- package/__mf/js/async/7968.0b05621c.js +1 -0
- package/__mf/js/async/7978.d09173a0.js +1 -0
- package/__mf/js/async/8356.0089243c.js +1 -0
- package/__mf/js/async/8470.f8ff1553.js +2 -0
- package/__mf/js/async/873.251d6f82.js +1 -0
- package/__mf/js/async/9010.b9e1668b.js +2 -0
- package/__mf/js/async/9025.b66d1100.js +1 -0
- package/__mf/js/async/9040.7c3b0fb9.js +10 -0
- package/__mf/js/async/9235.7ff69cfc.js +1 -0
- package/__mf/js/async/941.1b787d4e.js +2 -0
- package/__mf/js/async/9588.079c4b7e.js +1 -0
- package/__mf/js/async/9836.0d85c0db.js +1 -0
- package/__mf/js/async/9877.4eb72ec5.js +38 -0
- package/__mf/js/async/__federation_expose_PyroscopeDatasource.c04e3c9f.js +2 -0
- package/__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js +2 -0
- package/__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js +2 -0
- package/__mf/js/main.85d9c972.js +6 -0
- package/lib/bootstrap.js +2 -2
- 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 +8 -5
- package/lib/cjs/explore/index.js +1 -1
- package/lib/cjs/getPluginModule.js +1 -1
- package/lib/cjs/index-federation.js +12 -12
- 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 +8 -8
- package/lib/cjs/model/pyroscope-selectors.js +6 -6
- 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 +4 -4
- package/lib/cjs/plugins/pyroscope-profile-query/index.js +1 -1
- package/lib/cjs/plugins/pyroscope-profile-query/query-editor-model.js +6 -6
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/cjs/test/index.js +1 -1
- package/lib/cjs/test/mock-data.js +5 -5
- package/lib/cjs/test/setup-tests.js +1 -1
- package/lib/cjs/utils/types.js +1 -1
- package/lib/cjs/utils/use-query.js +7 -7
- 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 +2 -2
- 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.d.ts.map +1 -1
- package/lib/explore/PyroscopeExplorer.js +9 -6
- 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 +2 -2
- 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.d.ts +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 +2 -2
- 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 +94 -94
- package/mf-stats.json +96 -94
- package/package.json +6 -6
- package/__mf/css/async/2341.6763d50b.css +0 -1
- package/__mf/css/async/4758.6763d50b.css +0 -1
- package/__mf/css/async/5207.6763d50b.css +0 -1
- package/__mf/js/Pyroscope.9bb1cd4c.js +0 -5
- package/__mf/js/async/2002.8fc3eb19.js +0 -1
- package/__mf/js/async/2114.6befeb2d.js +0 -1
- package/__mf/js/async/2292.ed7843fc.js +0 -2
- package/__mf/js/async/2911.ec166b7f.js +0 -38
- package/__mf/js/async/3224.755c2f09.js +0 -1
- package/__mf/js/async/3391.5c0ed426.js +0 -73
- package/__mf/js/async/3431.bc5c0624.js +0 -1
- package/__mf/js/async/3863.dbe40473.js +0 -2
- package/__mf/js/async/3960.a5d41140.js +0 -2
- package/__mf/js/async/3980.f1ef0ece.js +0 -2
- package/__mf/js/async/4075.c2d17082.js +0 -1
- package/__mf/js/async/4238.2ac9d170.js +0 -1
- package/__mf/js/async/4368.809601fc.js +0 -2
- package/__mf/js/async/4421.d2b623e9.js +0 -1
- package/__mf/js/async/4556.aabe5dff.js +0 -2
- package/__mf/js/async/4758.a629b413.js +0 -1
- package/__mf/js/async/4778.c791e281.js +0 -1
- package/__mf/js/async/5135.ae4df243.js +0 -1
- package/__mf/js/async/5207.04f840e4.js +0 -2
- package/__mf/js/async/5220.d1e40fff.js +0 -10
- package/__mf/js/async/5409.0df9c301.js +0 -1
- package/__mf/js/async/5790.677172d7.js +0 -1
- package/__mf/js/async/5924.582b0cc4.js +0 -2
- package/__mf/js/async/5981.9c662ef8.js +0 -2
- package/__mf/js/async/6292.e30a4c42.js +0 -1
- package/__mf/js/async/6377.f6e824aa.js +0 -2
- package/__mf/js/async/671.5b7ed8bf.js +0 -7
- package/__mf/js/async/6714.98bee612.js +0 -2
- package/__mf/js/async/677.58650020.js +0 -1
- package/__mf/js/async/6770.2f87fe88.js +0 -1
- package/__mf/js/async/694.5e15c44d.js +0 -1
- package/__mf/js/async/7376.c4cd77b0.js +0 -1
- package/__mf/js/async/738.fa73528b.js +0 -1
- package/__mf/js/async/7740.474defbd.js +0 -1
- package/__mf/js/async/8216.be450b83.js +0 -1
- package/__mf/js/async/9092.cfd47472.js +0 -101
- package/__mf/js/async/9173.5959814f.js +0 -2
- package/__mf/js/async/9478.c76fe552.js +0 -2
- package/__mf/js/async/__federation_expose_PyroscopeDatasource.936db6be.js +0 -2
- package/__mf/js/async/__federation_expose_PyroscopeExplorer.5fcfa90f.js +0 -2
- package/__mf/js/async/__federation_expose_PyroscopeProfileQuery.81b7d9a3.js +0 -2
- package/__mf/js/main.a9133a97.js +0 -5
- /package/__mf/js/async/{2292.ed7843fc.js.LICENSE.txt → 2043.30f205d8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.dbe40473.js.LICENSE.txt → 2218.6500c6bf.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{671.5b7ed8bf.js.LICENSE.txt → 2488.42be58a9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.9c662ef8.js.LICENSE.txt → 392.6f4ed257.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.88ffca96.js.LICENSE.txt → 4121.3c194ff5.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4556.aabe5dff.js.LICENSE.txt → 4597.7d8272ce.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6714.98bee612.js.LICENSE.txt → 4657.ea6d4b03.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3391.5c0ed426.js.LICENSE.txt → 54.76b197d8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.a5d41140.js.LICENSE.txt → 6274.6bebfb8d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.f1ef0ece.js.LICENSE.txt → 6283.c4e4d60d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5207.04f840e4.js.LICENSE.txt → 6390.065cc736.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5924.582b0cc4.js.LICENSE.txt → 6594.d7c5d0f2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.5959814f.js.LICENSE.txt → 8470.f8ff1553.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4368.809601fc.js.LICENSE.txt → 9010.b9e1668b.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5220.d1e40fff.js.LICENSE.txt → 9040.7c3b0fb9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9478.c76fe552.js.LICENSE.txt → 941.1b787d4e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_PyroscopeDatasource.936db6be.js.LICENSE.txt → __federation_expose_PyroscopeDatasource.c04e3c9f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_PyroscopeExplorer.5fcfa90f.js.LICENSE.txt → __federation_expose_PyroscopeExplorer.c8a7b1af.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_PyroscopeProfileQuery.81b7d9a3.js.LICENSE.txt → __federation_expose_PyroscopeProfileQuery.c5a5af63.js.LICENSE.txt} +0 -0
package/lib/utils/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/utils/types.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../../src/utils/types.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\nexport type OperatorType = '=' | '!=' | '=~' | '!~';\n\nexport interface LabelFilter {\n labelName: string;\n labelValue: string;\n operator: OperatorType;\n}\n\nexport function computeFilterExpr(filters: LabelFilter[]): string {\n return `${filters\n .filter((filter) => filter.labelName !== '' && filter.labelValue !== '')\n .map((filter) => `${filter.labelName}${filter.operator}\"${filter.labelValue}\"`)\n .join(',')}`;\n}\n"],"names":["computeFilterExpr","filters","filter","labelName","labelValue","map","operator","join"],"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;AAUjC,OAAO,SAASA,kBAAkBC,OAAsB;IACtD,OAAO,GAAGA,QACPC,MAAM,CAAC,CAACA,SAAWA,OAAOC,SAAS,KAAK,MAAMD,OAAOE,UAAU,KAAK,IACpEC,GAAG,CAAC,CAACH,SAAW,GAAGA,OAAOC,SAAS,GAAGD,OAAOI,QAAQ,CAAC,CAAC,EAAEJ,OAAOE,UAAU,CAAC,CAAC,CAAC,EAC7EG,IAAI,CAAC,MAAM;AAChB"}
|
package/lib/utils/use-query.js
CHANGED
|
@@ -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.
|
|
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
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "Pyroscope",
|
|
23
|
-
"pluginVersion": "0.
|
|
23
|
+
"pluginVersion": "0.21.6",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
25
|
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/Pyroscope/\"; }"
|
|
26
26
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"js": {
|
|
36
36
|
"async": [],
|
|
37
37
|
"sync": [
|
|
38
|
-
"__mf/js/async/
|
|
38
|
+
"__mf/js/async/6274.6bebfb8d.js"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"css": {
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"js": {
|
|
55
55
|
"async": [],
|
|
56
56
|
"sync": [
|
|
57
|
-
"__mf/js/async/
|
|
58
|
-
"__mf/js/async/
|
|
59
|
-
"__mf/js/async/
|
|
57
|
+
"__mf/js/async/1616.363527cc.js",
|
|
58
|
+
"__mf/js/async/6854.af4578d3.js",
|
|
59
|
+
"__mf/js/async/9235.7ff69cfc.js"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
"css": {
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"js": {
|
|
76
76
|
"async": [],
|
|
77
77
|
"sync": [
|
|
78
|
-
"__mf/js/async/
|
|
79
|
-
"__mf/js/async/
|
|
78
|
+
"__mf/js/async/5587.b1b2620f.js",
|
|
79
|
+
"__mf/js/async/7968.0b05621c.js"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"css": {
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
{
|
|
89
89
|
"id": "Pyroscope:@perses-dev/components",
|
|
90
90
|
"name": "@perses-dev/components",
|
|
91
|
-
"version": "0.
|
|
91
|
+
"version": "0.53.0-rc.2",
|
|
92
92
|
"singleton": true,
|
|
93
|
-
"requiredVersion": "^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.
|
|
110
|
+
"version": "0.53.0-rc.2",
|
|
111
111
|
"singleton": true,
|
|
112
|
-
"requiredVersion": "^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.
|
|
129
|
+
"version": "0.53.0-rc.2",
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.
|
|
131
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
132
132
|
"assets": {
|
|
133
133
|
"js": {
|
|
134
134
|
"async": [],
|
|
135
135
|
"sync": [
|
|
136
|
-
"__mf/js/async/
|
|
136
|
+
"__mf/js/async/1728.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.
|
|
148
|
+
"version": "0.53.0-rc.2",
|
|
149
149
|
"singleton": true,
|
|
150
|
-
"requiredVersion": "^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": {
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"js": {
|
|
172
172
|
"async": [],
|
|
173
173
|
"sync": [
|
|
174
|
-
"__mf/js/async/
|
|
174
|
+
"__mf/js/async/6283.c4e4d60d.js"
|
|
175
175
|
]
|
|
176
176
|
},
|
|
177
177
|
"css": {
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"js": {
|
|
191
191
|
"async": [],
|
|
192
192
|
"sync": [
|
|
193
|
-
"__mf/js/async/
|
|
193
|
+
"__mf/js/async/7192.d24e4825.js"
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
196
|
"css": {
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"js": {
|
|
210
210
|
"async": [],
|
|
211
211
|
"sync": [
|
|
212
|
-
"__mf/js/async/
|
|
212
|
+
"__mf/js/async/873.251d6f82.js"
|
|
213
213
|
]
|
|
214
214
|
},
|
|
215
215
|
"css": {
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"js": {
|
|
229
229
|
"async": [],
|
|
230
230
|
"sync": [
|
|
231
|
-
"__mf/js/async/
|
|
231
|
+
"__mf/js/async/392.6f4ed257.js"
|
|
232
232
|
]
|
|
233
233
|
},
|
|
234
234
|
"css": {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"js": {
|
|
248
248
|
"async": [],
|
|
249
249
|
"sync": [
|
|
250
|
-
"__mf/js/async/
|
|
250
|
+
"__mf/js/async/8470.f8ff1553.js"
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
253
|
"css": {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"js": {
|
|
267
267
|
"async": [],
|
|
268
268
|
"sync": [
|
|
269
|
-
"__mf/js/async/
|
|
269
|
+
"__mf/js/async/8356.0089243c.js"
|
|
270
270
|
]
|
|
271
271
|
},
|
|
272
272
|
"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/
|
|
288
|
+
"__mf/js/async/5440.8c124a65.js"
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
291
|
"css": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"js": {
|
|
305
305
|
"async": [],
|
|
306
306
|
"sync": [
|
|
307
|
-
"__mf/js/async/
|
|
307
|
+
"__mf/js/async/4121.3c194ff5.js"
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
310
|
"css": {
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"js": {
|
|
324
324
|
"async": [],
|
|
325
325
|
"sync": [
|
|
326
|
-
"__mf/js/async/
|
|
326
|
+
"__mf/js/async/7978.d09173a0.js"
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
"css": {
|
|
@@ -341,33 +341,33 @@
|
|
|
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
|
-
"__mf/js/async/
|
|
348
|
-
"__mf/js/async/
|
|
349
|
-
"__mf/js/async/
|
|
350
|
-
"__mf/js/async/
|
|
351
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
352
|
-
"__mf/js/async/
|
|
353
|
-
"__mf/js/async/
|
|
354
|
-
"__mf/js/async/
|
|
355
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
356
|
-
"__mf/js/async/
|
|
357
|
-
"__mf/js/async/
|
|
358
|
-
"__mf/js/async/
|
|
359
|
-
"__mf/js/async/
|
|
360
|
-
"__mf/js/async/
|
|
361
|
-
"__mf/js/async/
|
|
362
|
-
"__mf/js/async/
|
|
363
|
-
"__mf/js/async/
|
|
364
|
-
"__mf/js/async/
|
|
347
|
+
"__mf/js/async/2575.ef0a81fb.js",
|
|
348
|
+
"__mf/js/async/6436.716bd9af.js",
|
|
349
|
+
"__mf/js/async/9040.7c3b0fb9.js",
|
|
350
|
+
"__mf/js/async/7197.de83428e.js",
|
|
351
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js",
|
|
352
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
353
|
+
"__mf/js/async/9836.0d85c0db.js",
|
|
354
|
+
"__mf/js/async/6874.c46021f1.js",
|
|
355
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js",
|
|
356
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
357
|
+
"__mf/js/async/3059.83b7488b.js",
|
|
358
|
+
"__mf/js/async/4213.7db399dc.js",
|
|
359
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
360
|
+
"__mf/js/async/9588.079c4b7e.js",
|
|
361
|
+
"__mf/js/async/5071.e72b3a37.js",
|
|
362
|
+
"__mf/js/async/2043.30f205d8.js",
|
|
363
|
+
"__mf/js/async/7177.4d802ad3.js",
|
|
364
|
+
"__mf/js/async/1969.614b0c2d.js"
|
|
365
365
|
]
|
|
366
366
|
},
|
|
367
367
|
"css": {
|
|
368
368
|
"sync": [],
|
|
369
369
|
"async": [
|
|
370
|
-
"__mf/css/async/
|
|
370
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
371
371
|
]
|
|
372
372
|
}
|
|
373
373
|
},
|
|
@@ -379,35 +379,35 @@
|
|
|
379
379
|
"assets": {
|
|
380
380
|
"js": {
|
|
381
381
|
"sync": [
|
|
382
|
-
"__mf/js/async/
|
|
383
|
-
"__mf/js/async/
|
|
384
|
-
"__mf/js/async/
|
|
385
|
-
"__mf/js/async/
|
|
386
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
382
|
+
"__mf/js/async/2575.ef0a81fb.js",
|
|
383
|
+
"__mf/js/async/6436.716bd9af.js",
|
|
384
|
+
"__mf/js/async/9040.7c3b0fb9.js",
|
|
385
|
+
"__mf/js/async/7197.de83428e.js",
|
|
386
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js"
|
|
387
387
|
],
|
|
388
388
|
"async": [
|
|
389
|
-
"__mf/js/async/
|
|
390
|
-
"__mf/js/async/
|
|
391
|
-
"__mf/js/async/
|
|
392
|
-
"__mf/js/async/
|
|
393
|
-
"__mf/js/async/
|
|
394
|
-
"__mf/js/async/
|
|
395
|
-
"__mf/js/async/
|
|
396
|
-
"__mf/js/async/
|
|
397
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
398
|
-
"__mf/js/async/
|
|
399
|
-
"__mf/js/async/
|
|
400
|
-
"__mf/js/async/
|
|
401
|
-
"__mf/js/async/
|
|
402
|
-
"__mf/js/async/
|
|
403
|
-
"__mf/js/async/
|
|
389
|
+
"__mf/js/async/9588.079c4b7e.js",
|
|
390
|
+
"__mf/js/async/5071.e72b3a37.js",
|
|
391
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
392
|
+
"__mf/js/async/9836.0d85c0db.js",
|
|
393
|
+
"__mf/js/async/6874.c46021f1.js",
|
|
394
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
395
|
+
"__mf/js/async/3059.83b7488b.js",
|
|
396
|
+
"__mf/js/async/9040.7c3b0fb9.js",
|
|
397
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js",
|
|
398
|
+
"__mf/js/async/4213.7db399dc.js",
|
|
399
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
400
|
+
"__mf/js/async/2043.30f205d8.js",
|
|
401
|
+
"__mf/js/async/7177.4d802ad3.js",
|
|
402
|
+
"__mf/js/async/1969.614b0c2d.js",
|
|
403
|
+
"__mf/js/async/6978.fbec833e.js"
|
|
404
404
|
]
|
|
405
405
|
},
|
|
406
406
|
"css": {
|
|
407
407
|
"sync": [],
|
|
408
408
|
"async": [
|
|
409
|
-
"__mf/css/async/
|
|
410
|
-
"__mf/css/async/
|
|
409
|
+
"__mf/css/async/3061.d3010b86.css",
|
|
410
|
+
"__mf/css/async/6978.d3010b86.css"
|
|
411
411
|
]
|
|
412
412
|
}
|
|
413
413
|
},
|
|
@@ -419,33 +419,33 @@
|
|
|
419
419
|
"assets": {
|
|
420
420
|
"js": {
|
|
421
421
|
"sync": [
|
|
422
|
-
"__mf/js/async/
|
|
423
|
-
"__mf/js/async/__federation_expose_PyroscopeExplorer.
|
|
422
|
+
"__mf/js/async/9040.7c3b0fb9.js",
|
|
423
|
+
"__mf/js/async/__federation_expose_PyroscopeExplorer.c8a7b1af.js"
|
|
424
424
|
],
|
|
425
425
|
"async": [
|
|
426
|
-
"__mf/js/async/
|
|
427
|
-
"__mf/js/async/
|
|
428
|
-
"__mf/js/async/
|
|
429
|
-
"__mf/js/async/
|
|
430
|
-
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.
|
|
431
|
-
"__mf/js/async/
|
|
432
|
-
"__mf/js/async/
|
|
433
|
-
"__mf/js/async/
|
|
434
|
-
"__mf/js/async/
|
|
435
|
-
"__mf/js/async/
|
|
436
|
-
"__mf/js/async/
|
|
437
|
-
"__mf/js/async/
|
|
438
|
-
"__mf/js/async/
|
|
439
|
-
"__mf/js/async/
|
|
440
|
-
"__mf/js/async/
|
|
441
|
-
"__mf/js/async/
|
|
442
|
-
"__mf/js/async/
|
|
426
|
+
"__mf/js/async/6436.716bd9af.js",
|
|
427
|
+
"__mf/js/async/2575.ef0a81fb.js",
|
|
428
|
+
"__mf/js/async/9040.7c3b0fb9.js",
|
|
429
|
+
"__mf/js/async/7197.de83428e.js",
|
|
430
|
+
"__mf/js/async/__federation_expose_PyroscopeProfileQuery.c5a5af63.js",
|
|
431
|
+
"__mf/js/async/9836.0d85c0db.js",
|
|
432
|
+
"__mf/js/async/6874.c46021f1.js",
|
|
433
|
+
"__mf/js/async/3059.83b7488b.js",
|
|
434
|
+
"__mf/js/async/7177.4d802ad3.js",
|
|
435
|
+
"__mf/js/async/9025.b66d1100.js",
|
|
436
|
+
"__mf/js/async/4657.ea6d4b03.js",
|
|
437
|
+
"__mf/js/async/9588.079c4b7e.js",
|
|
438
|
+
"__mf/js/async/5071.e72b3a37.js",
|
|
439
|
+
"__mf/js/async/2043.30f205d8.js",
|
|
440
|
+
"__mf/js/async/9877.4eb72ec5.js",
|
|
441
|
+
"__mf/js/async/1969.614b0c2d.js",
|
|
442
|
+
"__mf/js/async/4213.7db399dc.js"
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
445
|
"css": {
|
|
446
446
|
"sync": [],
|
|
447
447
|
"async": [
|
|
448
|
-
"__mf/css/async/
|
|
448
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
449
449
|
]
|
|
450
450
|
}
|
|
451
451
|
},
|