@perses-dev/pyroscope-plugin 0.5.0-beta.0 → 0.5.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.
Files changed (144) hide show
  1. package/__mf/js/{Pyroscope.2cc96a50.js → Pyroscope.bfbb30fc.js} +5 -5
  2. package/__mf/js/async/1728.5a1ce5fd.js +1 -0
  3. package/__mf/js/async/2488.1263bef3.js +7 -0
  4. package/__mf/js/async/392.9a585980.js +2 -0
  5. package/__mf/js/async/4657.cd5be1f7.js +2 -0
  6. package/__mf/js/async/54.ad215e09.js +22 -0
  7. package/__mf/js/async/5440.8c124a65.js +2 -0
  8. package/__mf/js/async/{5440.f3809507.js.LICENSE.txt → 5440.8c124a65.js.LICENSE.txt} +3 -3
  9. package/__mf/js/async/9010.f18f7884.js +2 -0
  10. package/__mf/js/async/{7570.a8cf961f.js → 9025.b66d1100.js} +1 -1
  11. package/__mf/js/async/{8035.39b8a613.js → 9877.4eb72ec5.js} +9 -9
  12. package/__mf/js/async/{__federation_expose_PyroscopeDatasource.108cb2d6.js → __federation_expose_PyroscopeDatasource.deb0c623.js} +2 -2
  13. package/__mf/js/async/{__federation_expose_PyroscopeExplorer.f9864130.js → __federation_expose_PyroscopeExplorer.b2a1605a.js} +2 -2
  14. package/__mf/js/async/{__federation_expose_PyroscopeProfileQuery.58db5efb.js → __federation_expose_PyroscopeProfileQuery.adcc14cb.js} +2 -2
  15. package/__mf/js/{main.b6d04adf.js → main.378262c7.js} +3 -3
  16. package/lib/bootstrap.js +1 -1
  17. package/lib/bootstrap.js.map +1 -1
  18. package/lib/cjs/bootstrap.js +1 -1
  19. package/lib/cjs/components/AddFilterItem.js +1 -1
  20. package/lib/cjs/components/DeleteFilterItem.js +1 -1
  21. package/lib/cjs/components/FilterItem.js +1 -1
  22. package/lib/cjs/components/Filters.js +1 -1
  23. package/lib/cjs/components/LabelName.js +1 -1
  24. package/lib/cjs/components/LabelValue.js +1 -1
  25. package/lib/cjs/components/Operator.js +1 -1
  26. package/lib/cjs/components/ProfileTypeSelector.js +1 -1
  27. package/lib/cjs/components/Service.js +1 -1
  28. package/lib/cjs/components/index.js +1 -1
  29. package/lib/cjs/env.d.js +1 -1
  30. package/lib/cjs/explore/PyroscopeExplorer.js +1 -1
  31. package/lib/cjs/explore/index.js +1 -1
  32. package/lib/cjs/getPluginModule.js +1 -1
  33. package/lib/cjs/index-federation.js +1 -1
  34. package/lib/cjs/index.js +1 -1
  35. package/lib/cjs/model/api-types.js +1 -1
  36. package/lib/cjs/model/index.js +1 -1
  37. package/lib/cjs/model/profile-query-model.js +1 -1
  38. package/lib/cjs/model/pyroscope-client.js +1 -1
  39. package/lib/cjs/model/pyroscope-selectors.js +1 -1
  40. package/lib/cjs/plugins/PyroscopeDatasourceEditor.js +1 -1
  41. package/lib/cjs/plugins/index.js +1 -1
  42. package/lib/cjs/plugins/pyroscope-datasource-types.js +1 -1
  43. package/lib/cjs/plugins/pyroscope-datasource.js +1 -1
  44. package/lib/cjs/plugins/pyroscope-profile-query/PyroscopeProfileQuery.js +1 -1
  45. package/lib/cjs/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.js +1 -1
  46. package/lib/cjs/plugins/pyroscope-profile-query/get-profile-data.js +1 -1
  47. package/lib/cjs/plugins/pyroscope-profile-query/index.js +1 -1
  48. package/lib/cjs/plugins/pyroscope-profile-query/query-editor-model.js +1 -1
  49. package/lib/cjs/setup-tests.js +1 -1
  50. package/lib/cjs/test/index.js +1 -1
  51. package/lib/cjs/test/mock-data.js +1 -1
  52. package/lib/cjs/test/setup-tests.js +1 -1
  53. package/lib/cjs/utils/types.js +1 -1
  54. package/lib/cjs/utils/use-query.js +1 -1
  55. package/lib/components/AddFilterItem.js +1 -1
  56. package/lib/components/AddFilterItem.js.map +1 -1
  57. package/lib/components/DeleteFilterItem.js +1 -1
  58. package/lib/components/DeleteFilterItem.js.map +1 -1
  59. package/lib/components/FilterItem.js +1 -1
  60. package/lib/components/FilterItem.js.map +1 -1
  61. package/lib/components/Filters.js +1 -1
  62. package/lib/components/Filters.js.map +1 -1
  63. package/lib/components/LabelName.js +1 -1
  64. package/lib/components/LabelName.js.map +1 -1
  65. package/lib/components/LabelValue.js +1 -1
  66. package/lib/components/LabelValue.js.map +1 -1
  67. package/lib/components/Operator.js +1 -1
  68. package/lib/components/Operator.js.map +1 -1
  69. package/lib/components/ProfileTypeSelector.js +1 -1
  70. package/lib/components/ProfileTypeSelector.js.map +1 -1
  71. package/lib/components/Service.js +1 -1
  72. package/lib/components/Service.js.map +1 -1
  73. package/lib/components/index.js +1 -1
  74. package/lib/components/index.js.map +1 -1
  75. package/lib/env.d.js +1 -1
  76. package/lib/env.d.js.map +1 -1
  77. package/lib/explore/PyroscopeExplorer.js +1 -1
  78. package/lib/explore/PyroscopeExplorer.js.map +1 -1
  79. package/lib/explore/index.js +1 -1
  80. package/lib/explore/index.js.map +1 -1
  81. package/lib/getPluginModule.js +1 -1
  82. package/lib/getPluginModule.js.map +1 -1
  83. package/lib/index-federation.js +1 -1
  84. package/lib/index-federation.js.map +1 -1
  85. package/lib/index.js +1 -1
  86. package/lib/index.js.map +1 -1
  87. package/lib/model/api-types.js +1 -1
  88. package/lib/model/api-types.js.map +1 -1
  89. package/lib/model/index.js +1 -1
  90. package/lib/model/index.js.map +1 -1
  91. package/lib/model/profile-query-model.js +1 -1
  92. package/lib/model/profile-query-model.js.map +1 -1
  93. package/lib/model/pyroscope-client.js +1 -1
  94. package/lib/model/pyroscope-client.js.map +1 -1
  95. package/lib/model/pyroscope-selectors.js +1 -1
  96. package/lib/model/pyroscope-selectors.js.map +1 -1
  97. package/lib/plugins/PyroscopeDatasourceEditor.js +1 -1
  98. package/lib/plugins/PyroscopeDatasourceEditor.js.map +1 -1
  99. package/lib/plugins/index.js +1 -1
  100. package/lib/plugins/index.js.map +1 -1
  101. package/lib/plugins/pyroscope-datasource-types.js +1 -1
  102. package/lib/plugins/pyroscope-datasource-types.js.map +1 -1
  103. package/lib/plugins/pyroscope-datasource.js +1 -1
  104. package/lib/plugins/pyroscope-datasource.js.map +1 -1
  105. package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQuery.js +1 -1
  106. package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQuery.js.map +1 -1
  107. package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.js +1 -1
  108. package/lib/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.js.map +1 -1
  109. package/lib/plugins/pyroscope-profile-query/get-profile-data.js +1 -1
  110. package/lib/plugins/pyroscope-profile-query/get-profile-data.js.map +1 -1
  111. package/lib/plugins/pyroscope-profile-query/index.js +1 -1
  112. package/lib/plugins/pyroscope-profile-query/index.js.map +1 -1
  113. package/lib/plugins/pyroscope-profile-query/query-editor-model.js +1 -1
  114. package/lib/plugins/pyroscope-profile-query/query-editor-model.js.map +1 -1
  115. package/lib/setup-tests.js +1 -1
  116. package/lib/setup-tests.js.map +1 -1
  117. package/lib/test/index.js +1 -1
  118. package/lib/test/index.js.map +1 -1
  119. package/lib/test/mock-data.js +1 -1
  120. package/lib/test/mock-data.js.map +1 -1
  121. package/lib/test/setup-tests.js +1 -1
  122. package/lib/test/setup-tests.js.map +1 -1
  123. package/lib/utils/types.js +1 -1
  124. package/lib/utils/types.js.map +1 -1
  125. package/lib/utils/use-query.js +1 -1
  126. package/lib/utils/use-query.js.map +1 -1
  127. package/mf-manifest.json +36 -36
  128. package/mf-stats.json +36 -36
  129. package/package.json +6 -6
  130. package/__mf/js/async/1490.83898a50.js +0 -22
  131. package/__mf/js/async/1728.82a39224.js +0 -1
  132. package/__mf/js/async/3664.4d82937b.js +0 -2
  133. package/__mf/js/async/392.6f4ed257.js +0 -2
  134. package/__mf/js/async/5440.f3809507.js +0 -2
  135. package/__mf/js/async/5501.84760779.js +0 -2
  136. package/__mf/js/async/8971.ec4be707.js +0 -7
  137. /package/__mf/js/async/{8971.ec4be707.js.LICENSE.txt → 2488.1263bef3.js.LICENSE.txt} +0 -0
  138. /package/__mf/js/async/{392.6f4ed257.js.LICENSE.txt → 392.9a585980.js.LICENSE.txt} +0 -0
  139. /package/__mf/js/async/{3664.4d82937b.js.LICENSE.txt → 4657.cd5be1f7.js.LICENSE.txt} +0 -0
  140. /package/__mf/js/async/{1490.83898a50.js.LICENSE.txt → 54.ad215e09.js.LICENSE.txt} +0 -0
  141. /package/__mf/js/async/{5501.84760779.js.LICENSE.txt → 9010.f18f7884.js.LICENSE.txt} +0 -0
  142. /package/__mf/js/async/{__federation_expose_PyroscopeDatasource.108cb2d6.js.LICENSE.txt → __federation_expose_PyroscopeDatasource.deb0c623.js.LICENSE.txt} +0 -0
  143. /package/__mf/js/async/{__federation_expose_PyroscopeExplorer.f9864130.js.LICENSE.txt → __federation_expose_PyroscopeExplorer.b2a1605a.js.LICENSE.txt} +0 -0
  144. /package/__mf/js/async/{__federation_expose_PyroscopeProfileQuery.58db5efb.js.LICENSE.txt → __federation_expose_PyroscopeProfileQuery.adcc14cb.js.LICENSE.txt} +0 -0
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/utils/use-query.ts"],"sourcesContent":["// Copyright 2025 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,oCAAoC;AACpC,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"}
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-beta.0",
8
+ "buildVersion": "0.5.0",
9
9
  "buildName": "@perses-dev/pyroscope-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/Pyroscope.2cc96a50.js",
12
+ "name": "__mf/js/Pyroscope.bfbb30fc.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-beta.4",
91
+ "version": "0.53.0",
92
92
  "singleton": true,
93
- "requiredVersion": "^0.53.0-beta.4",
93
+ "requiredVersion": "^0.53.0",
94
94
  "assets": {
95
95
  "js": {
96
96
  "async": [],
97
97
  "sync": [
98
- "__mf/js/async/8971.ec4be707.js"
98
+ "__mf/js/async/2488.1263bef3.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-beta.4",
110
+ "version": "0.53.0",
111
111
  "singleton": true,
112
- "requiredVersion": "^0.53.0-beta.4",
112
+ "requiredVersion": "^0.53.0",
113
113
  "assets": {
114
114
  "js": {
115
115
  "async": [],
116
116
  "sync": [
117
- "__mf/js/async/1490.83898a50.js"
117
+ "__mf/js/async/54.ad215e09.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-beta.4",
129
+ "version": "0.53.0",
130
130
  "singleton": true,
131
- "requiredVersion": "^0.53.0-beta.4",
131
+ "requiredVersion": "^0.53.0",
132
132
  "assets": {
133
133
  "js": {
134
134
  "async": [],
135
135
  "sync": [
136
- "__mf/js/async/1728.82a39224.js"
136
+ "__mf/js/async/1728.5a1ce5fd.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-beta.4",
148
+ "version": "0.53.0",
149
149
  "singleton": true,
150
- "requiredVersion": "^0.53.0-beta.4",
150
+ "requiredVersion": "^0.53.0",
151
151
  "assets": {
152
152
  "js": {
153
153
  "async": [],
154
154
  "sync": [
155
- "__mf/js/async/5501.84760779.js"
155
+ "__mf/js/async/9010.f18f7884.js"
156
156
  ]
157
157
  },
158
158
  "css": {
@@ -221,14 +221,14 @@
221
221
  {
222
222
  "id": "Pyroscope:lodash",
223
223
  "name": "lodash",
224
- "version": "4.17.21",
224
+ "version": "4.17.23",
225
225
  "singleton": true,
226
- "requiredVersion": "^4.17.21",
226
+ "requiredVersion": "^4.17.23",
227
227
  "assets": {
228
228
  "js": {
229
229
  "async": [],
230
230
  "sync": [
231
- "__mf/js/async/392.6f4ed257.js"
231
+ "__mf/js/async/392.9a585980.js"
232
232
  ]
233
233
  },
234
234
  "css": {
@@ -278,14 +278,14 @@
278
278
  {
279
279
  "id": "Pyroscope:react-router-dom",
280
280
  "name": "react-router-dom",
281
- "version": "6.30.0",
281
+ "version": "6.30.3",
282
282
  "singleton": true,
283
- "requiredVersion": "^6.30.0",
283
+ "requiredVersion": "^6.30.3",
284
284
  "assets": {
285
285
  "js": {
286
286
  "async": [],
287
287
  "sync": [
288
- "__mf/js/async/5440.f3809507.js"
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.108cb2d6.js"
344
+ "__mf/js/async/__federation_expose_PyroscopeDatasource.deb0c623.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.58db5efb.js",
352
- "__mf/js/async/7570.a8cf961f.js",
351
+ "__mf/js/async/__federation_expose_PyroscopeProfileQuery.adcc14cb.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.f9864130.js",
356
- "__mf/js/async/3664.4d82937b.js",
355
+ "__mf/js/async/__federation_expose_PyroscopeExplorer.b2a1605a.js",
356
+ "__mf/js/async/4657.cd5be1f7.js",
357
357
  "__mf/js/async/3059.83b7488b.js",
358
358
  "__mf/js/async/4213.7db399dc.js",
359
- "__mf/js/async/8035.39b8a613.js",
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.58db5efb.js"
386
+ "__mf/js/async/__federation_expose_PyroscopeProfileQuery.adcc14cb.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/7570.a8cf961f.js",
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/3664.4d82937b.js",
394
+ "__mf/js/async/4657.cd5be1f7.js",
395
395
  "__mf/js/async/3059.83b7488b.js",
396
396
  "__mf/js/async/9040.7c3b0fb9.js",
397
- "__mf/js/async/__federation_expose_PyroscopeExplorer.f9864130.js",
397
+ "__mf/js/async/__federation_expose_PyroscopeExplorer.b2a1605a.js",
398
398
  "__mf/js/async/4213.7db399dc.js",
399
- "__mf/js/async/8035.39b8a613.js",
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.f9864130.js"
423
+ "__mf/js/async/__federation_expose_PyroscopeExplorer.b2a1605a.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.58db5efb.js",
430
+ "__mf/js/async/__federation_expose_PyroscopeProfileQuery.adcc14cb.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/7570.a8cf961f.js",
436
- "__mf/js/async/3664.4d82937b.js",
435
+ "__mf/js/async/9025.b66d1100.js",
436
+ "__mf/js/async/4657.cd5be1f7.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/8035.39b8a613.js",
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-beta.0",
8
+ "buildVersion": "0.5.0",
9
9
  "buildName": "@perses-dev/pyroscope-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/Pyroscope.2cc96a50.js",
12
+ "name": "__mf/js/Pyroscope.bfbb30fc.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-beta.4",
99
+ "requiredVersion": "^0.53.0",
100
100
  "shareScope": "default",
101
101
  "name": "@perses-dev/components",
102
- "version": "0.53.0-beta.4",
102
+ "version": "0.53.0",
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/8971.ec4be707.js"
109
+ "__mf/js/async/2488.1263bef3.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-beta.4",
123
+ "requiredVersion": "^0.53.0",
124
124
  "shareScope": "default",
125
125
  "name": "@perses-dev/dashboards",
126
- "version": "0.53.0-beta.4",
126
+ "version": "0.53.0",
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/1490.83898a50.js"
133
+ "__mf/js/async/54.ad215e09.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-beta.4",
147
+ "requiredVersion": "^0.53.0",
148
148
  "shareScope": "default",
149
149
  "name": "@perses-dev/explore",
150
- "version": "0.53.0-beta.4",
150
+ "version": "0.53.0",
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.82a39224.js"
157
+ "__mf/js/async/1728.5a1ce5fd.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-beta.4",
171
+ "requiredVersion": "^0.53.0",
172
172
  "shareScope": "default",
173
173
  "name": "@perses-dev/plugin-system",
174
- "version": "0.53.0-beta.4",
174
+ "version": "0.53.0",
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/5501.84760779.js"
181
+ "__mf/js/async/9010.f18f7884.js"
182
182
  ]
183
183
  },
184
184
  "css": {
@@ -264,17 +264,17 @@
264
264
  },
265
265
  {
266
266
  "singleton": true,
267
- "requiredVersion": "^4.17.21",
267
+ "requiredVersion": "^4.17.23",
268
268
  "shareScope": "default",
269
269
  "name": "lodash",
270
- "version": "4.17.21",
270
+ "version": "4.17.23",
271
271
  "eager": false,
272
272
  "id": "Pyroscope:lodash",
273
273
  "assets": {
274
274
  "js": {
275
275
  "async": [],
276
276
  "sync": [
277
- "__mf/js/async/392.6f4ed257.js"
277
+ "__mf/js/async/392.9a585980.js"
278
278
  ]
279
279
  },
280
280
  "css": {
@@ -330,17 +330,17 @@
330
330
  },
331
331
  {
332
332
  "singleton": true,
333
- "requiredVersion": "^6.30.0",
333
+ "requiredVersion": "^6.30.3",
334
334
  "shareScope": "default",
335
335
  "name": "react-router-dom",
336
- "version": "6.30.0",
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.f3809507.js"
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.108cb2d6.js"
416
+ "__mf/js/async/__federation_expose_PyroscopeDatasource.deb0c623.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.58db5efb.js",
424
- "__mf/js/async/7570.a8cf961f.js",
423
+ "__mf/js/async/__federation_expose_PyroscopeProfileQuery.adcc14cb.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.f9864130.js",
428
- "__mf/js/async/3664.4d82937b.js",
427
+ "__mf/js/async/__federation_expose_PyroscopeExplorer.b2a1605a.js",
428
+ "__mf/js/async/4657.cd5be1f7.js",
429
429
  "__mf/js/async/3059.83b7488b.js",
430
430
  "__mf/js/async/4213.7db399dc.js",
431
- "__mf/js/async/8035.39b8a613.js",
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.58db5efb.js"
466
+ "__mf/js/async/__federation_expose_PyroscopeProfileQuery.adcc14cb.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/7570.a8cf961f.js",
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/3664.4d82937b.js",
474
+ "__mf/js/async/4657.cd5be1f7.js",
475
475
  "__mf/js/async/3059.83b7488b.js",
476
476
  "__mf/js/async/9040.7c3b0fb9.js",
477
- "__mf/js/async/__federation_expose_PyroscopeExplorer.f9864130.js",
477
+ "__mf/js/async/__federation_expose_PyroscopeExplorer.b2a1605a.js",
478
478
  "__mf/js/async/4213.7db399dc.js",
479
- "__mf/js/async/8035.39b8a613.js",
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.f9864130.js"
510
+ "__mf/js/async/__federation_expose_PyroscopeExplorer.b2a1605a.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.58db5efb.js",
517
+ "__mf/js/async/__federation_expose_PyroscopeProfileQuery.adcc14cb.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/7570.a8cf961f.js",
523
- "__mf/js/async/3664.4d82937b.js",
522
+ "__mf/js/async/9025.b66d1100.js",
523
+ "__mf/js/async/4657.cd5be1f7.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/8035.39b8a613.js",
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-beta.0",
3
+ "version": "0.5.0",
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-beta.4",
35
- "@perses-dev/core": "^0.53.0-beta.3",
36
- "@perses-dev/dashboards": "^0.53.0-beta.4",
37
- "@perses-dev/plugin-system": "^0.53.0-beta.4",
38
- "@perses-dev/explore": "^0.53.0-beta.4",
34
+ "@perses-dev/components": "^0.53.0",
35
+ "@perses-dev/core": "^0.53.0-rc.2",
36
+ "@perses-dev/dashboards": "^0.53.0",
37
+ "@perses-dev/plugin-system": "^0.53.0",
38
+ "@perses-dev/explore": "^0.53.0",
39
39
  "@tanstack/react-query": "^4.39.1",
40
40
  "@uiw/react-codemirror": "^4.19.1",
41
41
  "date-fns": "^4.1.0",