@perses-dev/victorialogs-plugin 0.2.0 → 0.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__mf/js/VictoriaLogs.d3b01c69.js +6 -0
- package/__mf/js/async/1170.1ace5903.js +101 -0
- package/__mf/js/async/1430.bac7994c.js +1 -0
- package/__mf/js/async/1490.0a9fe77f.js +22 -0
- package/__mf/js/async/1616.44d9fc39.js +1 -0
- package/__mf/js/async/1728.6382e915.js +1 -0
- package/__mf/js/async/1969.4f0fc9ef.js +1 -0
- package/__mf/js/async/2043.a03fc64f.js +2 -0
- package/__mf/js/async/{8930.fa15926d.js → 2377.443a1b22.js} +1 -1
- package/__mf/js/async/2386.21b9bb32.js +2 -0
- package/__mf/js/async/2749.edab3f5e.js +2 -0
- package/__mf/js/async/3059.bd425bfb.js +1 -0
- package/__mf/js/async/3181.0e31aa90.js +2 -0
- package/__mf/js/async/3664.6288aa89.js +2 -0
- package/__mf/js/async/3849.115bcf03.js +7 -0
- package/__mf/js/async/392.2a915032.js +2 -0
- package/__mf/js/async/{1964.6d84f735.js → 4121.db798067.js} +2 -2
- package/__mf/js/async/4225.43367877.js +10 -0
- package/__mf/js/async/4248.ce5ffe03.js +1 -0
- package/__mf/js/async/5071.b48bd1f7.js +1 -0
- package/__mf/js/async/5440.f8ca94c1.js +2 -0
- package/__mf/js/async/5501.df443492.js +2 -0
- package/__mf/js/async/{5214.bcb7530e.js → 5587.dfbc3ebc.js} +1 -1
- package/__mf/js/async/5706.a7fb5c1b.js +1 -0
- package/__mf/js/async/6274.f6456c87.js +2 -0
- package/__mf/js/async/6283.5edb374e.js +2 -0
- package/__mf/js/async/6854.efd1a0a6.js +1 -0
- package/__mf/js/async/713.249fa307.js +1 -0
- package/__mf/js/async/{8488.9eb8e6dc.js → 7177.0fe1dff0.js} +1 -1
- package/__mf/js/async/7192.cb6ffe0e.js +1 -0
- package/__mf/js/async/7370.ef522250.js +2 -0
- package/__mf/js/async/7793.06fe240f.js +1 -0
- package/__mf/js/async/7968.5fed5183.js +1 -0
- package/__mf/js/async/7978.c5b22459.js +1 -0
- package/__mf/js/async/8035.d5aedc00.js +38 -0
- package/__mf/js/async/8356.2b39af38.js +1 -0
- package/__mf/js/async/8470.32cf23b6.js +2 -0
- package/__mf/js/async/8482.6c4d64de.js +1 -0
- package/__mf/js/async/873.f5cf5a02.js +1 -0
- package/__mf/js/async/9071.720986e2.js +2 -0
- package/__mf/js/async/9235.543bd352.js +1 -0
- package/__mf/js/async/941.6f8e368d.js +2 -0
- package/__mf/js/async/9588.b67d84aa.js +1 -0
- package/__mf/js/async/9836.bbf150b2.js +1 -0
- package/__mf/js/async/9944.34a79f7c.js +1 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsDatasource.163bb6a4.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.61d14c09.js +1 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js +1 -0
- package/__mf/js/main.9cf12b2f.js +6 -0
- package/lib/cjs/model/client.js +5 -5
- package/lib/cjs/model/selectors.js +5 -5
- package/lib/cjs/queries/constants.js +3 -3
- package/lib/cjs/variables/utils.js +5 -5
- package/lib/components/logsql-editor.js +1 -1
- package/lib/components/logsql-editor.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map +1 -1
- package/mf-manifest.json +157 -157
- package/mf-stats.json +157 -157
- package/package.json +6 -6
- package/__mf/js/VictoriaLogs.52130265.js +0 -5
- package/__mf/js/async/1398.34d5ed30.js +0 -2
- package/__mf/js/async/158.c35084cf.js +0 -10
- package/__mf/js/async/1580.ace454a9.js +0 -2
- package/__mf/js/async/2292.0696771a.js +0 -2
- package/__mf/js/async/2558.beff8442.js +0 -101
- package/__mf/js/async/3224.858fb6d6.js +0 -1
- package/__mf/js/async/3431.358ac817.js +0 -1
- package/__mf/js/async/3863.66f8659b.js +0 -2
- package/__mf/js/async/3960.bbacac1d.js +0 -2
- package/__mf/js/async/3980.03396afa.js +0 -2
- package/__mf/js/async/4075.8aae8af4.js +0 -1
- package/__mf/js/async/4238.cd5e3d1f.js +0 -1
- package/__mf/js/async/4269.f9191848.js +0 -2
- package/__mf/js/async/4310.9ddfd236.js +0 -7
- package/__mf/js/async/4421.b3e6be64.js +0 -1
- package/__mf/js/async/4557.4ca5a213.js +0 -2
- package/__mf/js/async/4676.db842b1a.js +0 -22
- package/__mf/js/async/5348.aa77f629.js +0 -2
- package/__mf/js/async/5388.92f525c5.js +0 -1
- package/__mf/js/async/5409.5d25f1db.js +0 -1
- package/__mf/js/async/5628.f229b9f6.js +0 -1
- package/__mf/js/async/5682.a317ee96.js +0 -1
- package/__mf/js/async/5790.f7a41a40.js +0 -1
- package/__mf/js/async/58.8a4336f8.js +0 -2
- package/__mf/js/async/5981.e54ec80b.js +0 -2
- package/__mf/js/async/6134.6f58094d.js +0 -38
- package/__mf/js/async/6292.fda8a9af.js +0 -1
- package/__mf/js/async/6333.031c68b4.js +0 -2
- package/__mf/js/async/6374.e9650306.js +0 -1
- package/__mf/js/async/6377.e48abaa5.js +0 -2
- package/__mf/js/async/6770.5c90a318.js +0 -1
- package/__mf/js/async/694.663f3faf.js +0 -1
- package/__mf/js/async/7376.91743064.js +0 -1
- package/__mf/js/async/738.b4e8c361.js +0 -1
- package/__mf/js/async/7740.82b38509.js +0 -1
- package/__mf/js/async/7797.2bda5f99.js +0 -1
- package/__mf/js/async/8216.3417496f.js +0 -1
- package/__mf/js/async/8537.a7ed2e24.js +0 -1
- package/__mf/js/async/8727.e54ca5fd.js +0 -1
- package/__mf/js/async/9173.d784dd69.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsDatasource.f8412079.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js +0 -1
- package/__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js +0 -1
- package/__mf/js/main.0293cd8e.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{4676.db842b1a.js.LICENSE.txt → 1490.0a9fe77f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2292.0696771a.js.LICENSE.txt → 2043.a03fc64f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1398.34d5ed30.js.LICENSE.txt → 2386.21b9bb32.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.ace454a9.js.LICENSE.txt → 2749.edab3f5e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.66f8659b.js.LICENSE.txt → 3181.0e31aa90.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{58.8a4336f8.js.LICENSE.txt → 3664.6288aa89.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.9ddfd236.js.LICENSE.txt → 3849.115bcf03.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.e54ec80b.js.LICENSE.txt → 392.2a915032.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.6d84f735.js.LICENSE.txt → 4121.db798067.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{158.c35084cf.js.LICENSE.txt → 4225.43367877.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6377.e48abaa5.js.LICENSE.txt → 5440.f8ca94c1.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4557.4ca5a213.js.LICENSE.txt → 5501.df443492.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.bbacac1d.js.LICENSE.txt → 6274.f6456c87.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.03396afa.js.LICENSE.txt → 6283.5edb374e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.f9191848.js.LICENSE.txt → 7370.ef522250.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.d784dd69.js.LICENSE.txt → 8470.32cf23b6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5348.aa77f629.js.LICENSE.txt → 9071.720986e2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.031c68b4.js.LICENSE.txt → 941.6f8e368d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.f8412079.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.163bb6a4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js.LICENSE.txt} +0 -0
package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx"],"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.\nimport { FormControl, Stack, TextField, Autocomplete } from '@mui/material';\nimport {\n DatasourceSelect,\n DatasourceSelectProps,\n OptionsEditorProps,\n isVariableDatasource,\n useDatasourceSelectValueToSelector,\n} from '@perses-dev/plugin-system';\nimport { produce } from 'immer';\nimport { ReactElement, useCallback, useMemo, SyntheticEvent } from 'react';\nimport {\n DEFAULT_VICTORIALOGS,\n isDefaultVictoriaLogsSelector,\n isVictoriaLogsDatasourceSelector,\n VICTORIALOGS_DATASOURCE_KIND,\n VictoriaLogsDatasourceSelector,\n} from '../../model';\nimport { VictoriaLogsFieldValuesVariableOptions } from '../types';\nimport { useFieldNames } from '../utils';\n\nexport function VictoriaLogsFieldValuesVariableEditor(\n props: OptionsEditorProps<VictoriaLogsFieldValuesVariableOptions>\n): ReactElement {\n const {\n onChange,\n value,\n value: { datasource, query, field },\n } = props;\n const datasourceSelectValue = datasource ?? DEFAULT_VICTORIALOGS;\n const selectedDatasource = useDatasourceSelectValueToSelector(\n datasourceSelectValue,\n VICTORIALOGS_DATASOURCE_KIND\n ) as VictoriaLogsDatasourceSelector;\n const { data: fieldNames, isLoading: isFieldNamesOptionsLoading } = useFieldNames(query, selectedDatasource);\n const handleDatasourceChange: DatasourceSelectProps['onChange'] = useCallback(\n (next) => {\n if (isVariableDatasource(next) || isVictoriaLogsDatasourceSelector(next)) {\n onChange(\n produce(value, (draft) => {\n // If they're using the default, just omit the datasource prop (i.e. set to undefined)\n draft.datasource = !isVariableDatasource(next) && isDefaultVictoriaLogsSelector(next) ? undefined : next;\n })\n );\n return;\n }\n\n throw new Error('Got unexpected non-VictoriaLogs datasource selector');\n },\n [onChange, value]\n );\n\n const handleQueryChange = useCallback(\n (event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => {\n onChange(\n produce(value, (draft) => {\n draft.query = event.target.value;\n })\n );\n },\n [onChange, value]\n );\n\n const handleFieldChange = useCallback(\n (_: SyntheticEvent, newValue: string | null) => {\n onChange(\n produce(value, (draft) => {\n draft.field = newValue || '';\n })\n );\n },\n [onChange, value]\n );\n\n const fieldNamesOptions = useMemo(() => {\n return fieldNames?.values.map((o) => o.value) || [];\n }, [fieldNames]);\n\n return (\n <Stack spacing={2}>\n <FormControl margin=\"dense\">\n <DatasourceSelect\n datasourcePluginKind=\"VictoriaLogsDatasource\"\n value={datasourceSelectValue}\n onChange={handleDatasourceChange}\n readOnly={props.isReadonly}\n labelId=\"victorialogs-datasource-field\"\n label=\"VictoriaLogs Datasource\"\n />\n </FormControl>\n\n <Autocomplete\n freeSolo\n disableClearable\n value={field}\n loading={isFieldNamesOptionsLoading}\n options={fieldNamesOptions}\n renderInput={(params) => {\n return <TextField {...params} required label=\"Field Name\" variant=\"outlined\" />;\n }}\n onChange={handleFieldChange}\n />\n <TextField\n required\n label=\"Query\"\n InputLabelProps={{ shrink: props.isReadonly ? true : undefined }}\n InputProps={{\n readOnly: props.isReadonly,\n }}\n value={query}\n onChange={handleQueryChange}\n />\n </Stack>\n );\n}\n"],"names":["FormControl","Stack","TextField","Autocomplete","DatasourceSelect","isVariableDatasource","useDatasourceSelectValueToSelector","produce","useCallback","useMemo","DEFAULT_VICTORIALOGS","isDefaultVictoriaLogsSelector","isVictoriaLogsDatasourceSelector","VICTORIALOGS_DATASOURCE_KIND","useFieldNames","VictoriaLogsFieldValuesVariableEditor","props","onChange","value","datasource","query","field","datasourceSelectValue","selectedDatasource","data","fieldNames","isLoading","isFieldNamesOptionsLoading","handleDatasourceChange","next","draft","undefined","Error","handleQueryChange","event","target","handleFieldChange","_","newValue","fieldNamesOptions","values","map","o","spacing","margin","datasourcePluginKind","readOnly","isReadonly","labelId","label","freeSolo","disableClearable","loading","options","renderInput","params","required","variant","InputLabelProps","shrink","InputProps"],"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
|
|
1
|
+
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx"],"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.\nimport { FormControl, Stack, TextField, Autocomplete } from '@mui/material';\nimport {\n DatasourceSelect,\n DatasourceSelectProps,\n OptionsEditorProps,\n isVariableDatasource,\n useDatasourceSelectValueToSelector,\n} from '@perses-dev/plugin-system';\nimport { produce } from 'immer';\nimport { ReactElement, useCallback, useMemo, SyntheticEvent } from 'react';\nimport {\n DEFAULT_VICTORIALOGS,\n isDefaultVictoriaLogsSelector,\n isVictoriaLogsDatasourceSelector,\n VICTORIALOGS_DATASOURCE_KIND,\n VictoriaLogsDatasourceSelector,\n} from '../../model';\nimport { VictoriaLogsFieldValuesVariableOptions } from '../types';\nimport { useFieldNames } from '../utils';\n\nexport function VictoriaLogsFieldValuesVariableEditor(\n props: OptionsEditorProps<VictoriaLogsFieldValuesVariableOptions>\n): ReactElement {\n const {\n onChange,\n value,\n value: { datasource, query, field },\n } = props;\n const datasourceSelectValue = datasource ?? DEFAULT_VICTORIALOGS;\n const selectedDatasource = useDatasourceSelectValueToSelector(\n datasourceSelectValue,\n VICTORIALOGS_DATASOURCE_KIND\n ) as VictoriaLogsDatasourceSelector;\n const { data: fieldNames, isLoading: isFieldNamesOptionsLoading } = useFieldNames(query, selectedDatasource);\n const handleDatasourceChange: DatasourceSelectProps['onChange'] = useCallback(\n (next) => {\n if (isVariableDatasource(next) || isVictoriaLogsDatasourceSelector(next)) {\n onChange(\n produce(value, (draft) => {\n // If they're using the default, just omit the datasource prop (i.e. set to undefined)\n draft.datasource = !isVariableDatasource(next) && isDefaultVictoriaLogsSelector(next) ? undefined : next;\n })\n );\n return;\n }\n\n throw new Error('Got unexpected non-VictoriaLogs datasource selector');\n },\n [onChange, value]\n );\n\n const handleQueryChange = useCallback(\n (event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => {\n onChange(\n produce(value, (draft) => {\n draft.query = event.target.value;\n })\n );\n },\n [onChange, value]\n );\n\n const handleFieldChange = useCallback(\n (_: SyntheticEvent, newValue: string | null) => {\n onChange(\n produce(value, (draft) => {\n draft.field = newValue || '';\n })\n );\n },\n [onChange, value]\n );\n\n const fieldNamesOptions = useMemo(() => {\n return fieldNames?.values.map((o) => o.value) || [];\n }, [fieldNames]);\n\n return (\n <Stack spacing={2}>\n <FormControl margin=\"dense\">\n <DatasourceSelect\n datasourcePluginKind=\"VictoriaLogsDatasource\"\n value={datasourceSelectValue}\n onChange={handleDatasourceChange}\n readOnly={props.isReadonly}\n labelId=\"victorialogs-datasource-field\"\n label=\"VictoriaLogs Datasource\"\n />\n </FormControl>\n\n <Autocomplete\n freeSolo\n disableClearable\n value={field}\n loading={isFieldNamesOptionsLoading}\n options={fieldNamesOptions}\n renderInput={(params) => {\n return <TextField {...params} required label=\"Field Name\" variant=\"outlined\" />;\n }}\n onChange={handleFieldChange}\n />\n <TextField\n required\n label=\"Query\"\n InputLabelProps={{ shrink: props.isReadonly ? true : undefined }}\n InputProps={{\n readOnly: props.isReadonly,\n }}\n value={query}\n onChange={handleQueryChange}\n />\n </Stack>\n );\n}\n"],"names":["FormControl","Stack","TextField","Autocomplete","DatasourceSelect","isVariableDatasource","useDatasourceSelectValueToSelector","produce","useCallback","useMemo","DEFAULT_VICTORIALOGS","isDefaultVictoriaLogsSelector","isVictoriaLogsDatasourceSelector","VICTORIALOGS_DATASOURCE_KIND","useFieldNames","VictoriaLogsFieldValuesVariableEditor","props","onChange","value","datasource","query","field","datasourceSelectValue","selectedDatasource","data","fieldNames","isLoading","isFieldNamesOptionsLoading","handleDatasourceChange","next","draft","undefined","Error","handleQueryChange","event","target","handleFieldChange","_","newValue","fieldNamesOptions","values","map","o","spacing","margin","datasourcePluginKind","readOnly","isReadonly","labelId","label","freeSolo","disableClearable","loading","options","renderInput","params","required","variant","InputLabelProps","shrink","InputProps"],"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;AACjC,SAASA,WAAW,EAAEC,KAAK,EAAEC,SAAS,EAAEC,YAAY,QAAQ,gBAAgB;AAC5E,SACEC,gBAAgB,EAGhBC,oBAAoB,EACpBC,kCAAkC,QAC7B,4BAA4B;AACnC,SAASC,OAAO,QAAQ,QAAQ;AAChC,SAAuBC,WAAW,EAAEC,OAAO,QAAwB,QAAQ;AAC3E,SACEC,oBAAoB,EACpBC,6BAA6B,EAC7BC,gCAAgC,EAChCC,4BAA4B,QAEvB,cAAc;AAErB,SAASC,aAAa,QAAQ,WAAW;AAEzC,OAAO,SAASC,sCACdC,KAAiE;IAEjE,MAAM,EACJC,QAAQ,EACRC,KAAK,EACLA,OAAO,EAAEC,UAAU,EAAEC,KAAK,EAAEC,KAAK,EAAE,EACpC,GAAGL;IACJ,MAAMM,wBAAwBH,cAAcT;IAC5C,MAAMa,qBAAqBjB,mCACzBgB,uBACAT;IAEF,MAAM,EAAEW,MAAMC,UAAU,EAAEC,WAAWC,0BAA0B,EAAE,GAAGb,cAAcM,OAAOG;IACzF,MAAMK,yBAA4DpB,YAChE,CAACqB;QACC,IAAIxB,qBAAqBwB,SAASjB,iCAAiCiB,OAAO;YACxEZ,SACEV,QAAQW,OAAO,CAACY;gBACd,sFAAsF;gBACtFA,MAAMX,UAAU,GAAG,CAACd,qBAAqBwB,SAASlB,8BAA8BkB,QAAQE,YAAYF;YACtG;YAEF;QACF;QAEA,MAAM,IAAIG,MAAM;IAClB,GACA;QAACf;QAAUC;KAAM;IAGnB,MAAMe,oBAAoBzB,YACxB,CAAC0B;QACCjB,SACEV,QAAQW,OAAO,CAACY;YACdA,MAAMV,KAAK,GAAGc,MAAMC,MAAM,CAACjB,KAAK;QAClC;IAEJ,GACA;QAACD;QAAUC;KAAM;IAGnB,MAAMkB,oBAAoB5B,YACxB,CAAC6B,GAAmBC;QAClBrB,SACEV,QAAQW,OAAO,CAACY;YACdA,MAAMT,KAAK,GAAGiB,YAAY;QAC5B;IAEJ,GACA;QAACrB;QAAUC;KAAM;IAGnB,MAAMqB,oBAAoB9B,QAAQ;QAChC,OAAOgB,YAAYe,OAAOC,IAAI,CAACC,IAAMA,EAAExB,KAAK,KAAK,EAAE;IACrD,GAAG;QAACO;KAAW;IAEf,qBACE,MAACxB;QAAM0C,SAAS;;0BACd,KAAC3C;gBAAY4C,QAAO;0BAClB,cAAA,KAACxC;oBACCyC,sBAAqB;oBACrB3B,OAAOI;oBACPL,UAAUW;oBACVkB,UAAU9B,MAAM+B,UAAU;oBAC1BC,SAAQ;oBACRC,OAAM;;;0BAIV,KAAC9C;gBACC+C,QAAQ;gBACRC,gBAAgB;gBAChBjC,OAAOG;gBACP+B,SAASzB;gBACT0B,SAASd;gBACTe,aAAa,CAACC;oBACZ,qBAAO,KAACrD;wBAAW,GAAGqD,MAAM;wBAAEC,QAAQ;wBAACP,OAAM;wBAAaQ,SAAQ;;gBACpE;gBACAxC,UAAUmB;;0BAEZ,KAAClC;gBACCsD,QAAQ;gBACRP,OAAM;gBACNS,iBAAiB;oBAAEC,QAAQ3C,MAAM+B,UAAU,GAAG,OAAOhB;gBAAU;gBAC/D6B,YAAY;oBACVd,UAAU9B,MAAM+B,UAAU;gBAC5B;gBACA7B,OAAOE;gBACPH,UAAUgB;;;;AAIlB"}
|
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "VictoriaLogs",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.3.0-beta.0",
|
|
9
9
|
"buildName": "@perses-dev/victorialogs-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/VictoriaLogs.
|
|
12
|
+
"name": "__mf/js/VictoriaLogs.d3b01c69.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "VictoriaLogs",
|
|
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/VictoriaLogs/\"; }"
|
|
26
26
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"js": {
|
|
36
36
|
"async": [],
|
|
37
37
|
"sync": [
|
|
38
|
-
"__mf/js/async/
|
|
38
|
+
"__mf/js/async/6274.f6456c87.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.44d9fc39.js",
|
|
58
|
+
"__mf/js/async/6854.efd1a0a6.js",
|
|
59
|
+
"__mf/js/async/9235.543bd352.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.dfbc3ebc.js",
|
|
79
|
+
"__mf/js/async/7968.5fed5183.js"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"css": {
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
{
|
|
89
89
|
"id": "VictoriaLogs:@perses-dev/components",
|
|
90
90
|
"name": "@perses-dev/components",
|
|
91
|
-
"version": "0.53.0-beta.
|
|
91
|
+
"version": "0.53.0-beta.4",
|
|
92
92
|
"singleton": true,
|
|
93
|
-
"requiredVersion": "^0.53.0-beta.
|
|
93
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
94
94
|
"assets": {
|
|
95
95
|
"js": {
|
|
96
96
|
"async": [],
|
|
97
97
|
"sync": [
|
|
98
|
-
"__mf/js/async/
|
|
98
|
+
"__mf/js/async/3849.115bcf03.js"
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"css": {
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
{
|
|
108
108
|
"id": "VictoriaLogs:@perses-dev/dashboards",
|
|
109
109
|
"name": "@perses-dev/dashboards",
|
|
110
|
-
"version": "0.53.0-beta.
|
|
110
|
+
"version": "0.53.0-beta.4",
|
|
111
111
|
"singleton": true,
|
|
112
|
-
"requiredVersion": "^0.53.0-beta.
|
|
112
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
113
113
|
"assets": {
|
|
114
114
|
"js": {
|
|
115
115
|
"async": [],
|
|
116
116
|
"sync": [
|
|
117
|
-
"__mf/js/async/
|
|
117
|
+
"__mf/js/async/1490.0a9fe77f.js"
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
120
|
"css": {
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
{
|
|
127
127
|
"id": "VictoriaLogs:@perses-dev/explore",
|
|
128
128
|
"name": "@perses-dev/explore",
|
|
129
|
-
"version": "0.53.0-beta.
|
|
129
|
+
"version": "0.53.0-beta.4",
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.53.0-beta.
|
|
131
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
132
132
|
"assets": {
|
|
133
133
|
"js": {
|
|
134
134
|
"async": [],
|
|
135
135
|
"sync": [
|
|
136
|
-
"__mf/js/async/
|
|
136
|
+
"__mf/js/async/1728.6382e915.js"
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"css": {
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
{
|
|
146
146
|
"id": "VictoriaLogs:@perses-dev/plugin-system",
|
|
147
147
|
"name": "@perses-dev/plugin-system",
|
|
148
|
-
"version": "0.53.0-beta.
|
|
148
|
+
"version": "0.53.0-beta.4",
|
|
149
149
|
"singleton": true,
|
|
150
|
-
"requiredVersion": "^0.53.0-beta.
|
|
150
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
151
151
|
"assets": {
|
|
152
152
|
"js": {
|
|
153
153
|
"async": [],
|
|
154
154
|
"sync": [
|
|
155
|
-
"__mf/js/async/
|
|
155
|
+
"__mf/js/async/5501.df443492.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.5edb374e.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.cb6ffe0e.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.f5cf5a02.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.2a915032.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.32cf23b6.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.2b39af38.js"
|
|
270
270
|
]
|
|
271
271
|
},
|
|
272
272
|
"css": {
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"js": {
|
|
286
286
|
"async": [],
|
|
287
287
|
"sync": [
|
|
288
|
-
"__mf/js/async/
|
|
288
|
+
"__mf/js/async/5440.f8ca94c1.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.db798067.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.c5b22459.js"
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
"css": {
|
|
@@ -341,38 +341,38 @@
|
|
|
341
341
|
"assets": {
|
|
342
342
|
"js": {
|
|
343
343
|
"sync": [
|
|
344
|
-
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.
|
|
344
|
+
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.163bb6a4.js"
|
|
345
345
|
],
|
|
346
346
|
"async": [
|
|
347
|
-
"__mf/js/async/
|
|
348
|
-
"__mf/js/async/
|
|
349
|
-
"__mf/js/async/
|
|
350
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
351
|
-
"__mf/js/async/
|
|
352
|
-
"__mf/js/async/
|
|
353
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
354
|
-
"__mf/js/async/
|
|
355
|
-
"__mf/js/async/
|
|
356
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
357
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
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/
|
|
365
|
-
"__mf/js/async/
|
|
366
|
-
"__mf/js/async/
|
|
367
|
-
"__mf/js/async/
|
|
368
|
-
"__mf/js/async/
|
|
369
|
-
"__mf/js/async/
|
|
347
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
348
|
+
"__mf/js/async/4225.43367877.js",
|
|
349
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
350
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js",
|
|
351
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
352
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
353
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js",
|
|
354
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
355
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
356
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js",
|
|
357
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.61d14c09.js",
|
|
358
|
+
"__mf/js/async/713.249fa307.js",
|
|
359
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
360
|
+
"__mf/js/async/3664.6288aa89.js",
|
|
361
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
362
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
363
|
+
"__mf/js/async/8035.d5aedc00.js",
|
|
364
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
365
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
366
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
367
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
368
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
369
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
370
370
|
]
|
|
371
371
|
},
|
|
372
372
|
"css": {
|
|
373
373
|
"sync": [],
|
|
374
374
|
"async": [
|
|
375
|
-
"__mf/css/async/
|
|
375
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
376
376
|
]
|
|
377
377
|
}
|
|
378
378
|
},
|
|
@@ -384,37 +384,37 @@
|
|
|
384
384
|
"assets": {
|
|
385
385
|
"js": {
|
|
386
386
|
"sync": [
|
|
387
|
-
"__mf/js/async/
|
|
388
|
-
"__mf/js/async/
|
|
389
|
-
"__mf/js/async/
|
|
390
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
387
|
+
"__mf/js/async/4225.43367877.js",
|
|
388
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
389
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
390
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js"
|
|
391
391
|
],
|
|
392
392
|
"async": [
|
|
393
|
-
"__mf/js/async/
|
|
394
|
-
"__mf/js/async/
|
|
395
|
-
"__mf/js/async/
|
|
396
|
-
"__mf/js/async/
|
|
397
|
-
"__mf/js/async/
|
|
398
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
399
|
-
"__mf/js/async/
|
|
400
|
-
"__mf/js/async/
|
|
401
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
402
|
-
"__mf/js/async/
|
|
403
|
-
"__mf/js/async/
|
|
404
|
-
"__mf/js/async/
|
|
405
|
-
"__mf/js/async/
|
|
406
|
-
"__mf/js/async/
|
|
407
|
-
"__mf/js/async/
|
|
408
|
-
"__mf/js/async/
|
|
409
|
-
"__mf/js/async/
|
|
410
|
-
"__mf/js/async/
|
|
411
|
-
"__mf/js/async/
|
|
393
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
394
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
395
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
396
|
+
"__mf/js/async/4225.43367877.js",
|
|
397
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
398
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js",
|
|
399
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
400
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
401
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js",
|
|
402
|
+
"__mf/js/async/713.249fa307.js",
|
|
403
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
404
|
+
"__mf/js/async/3664.6288aa89.js",
|
|
405
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
406
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
407
|
+
"__mf/js/async/8035.d5aedc00.js",
|
|
408
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
409
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
410
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
411
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
412
412
|
]
|
|
413
413
|
},
|
|
414
414
|
"css": {
|
|
415
415
|
"sync": [],
|
|
416
416
|
"async": [
|
|
417
|
-
"__mf/css/async/
|
|
417
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
418
418
|
]
|
|
419
419
|
}
|
|
420
420
|
},
|
|
@@ -426,40 +426,40 @@
|
|
|
426
426
|
"assets": {
|
|
427
427
|
"js": {
|
|
428
428
|
"sync": [
|
|
429
|
-
"__mf/js/async/
|
|
430
|
-
"__mf/js/async/
|
|
431
|
-
"__mf/js/async/
|
|
432
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
429
|
+
"__mf/js/async/4225.43367877.js",
|
|
430
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
431
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
432
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.61d14c09.js"
|
|
433
433
|
],
|
|
434
434
|
"async": [
|
|
435
|
-
"__mf/js/async/
|
|
436
|
-
"__mf/js/async/
|
|
437
|
-
"__mf/js/async/
|
|
438
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
439
|
-
"__mf/js/async/
|
|
440
|
-
"__mf/js/async/
|
|
441
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
442
|
-
"__mf/js/async/
|
|
443
|
-
"__mf/js/async/
|
|
444
|
-
"__mf/js/async/
|
|
445
|
-
"__mf/js/async/
|
|
446
|
-
"__mf/js/async/
|
|
447
|
-
"__mf/js/async/
|
|
448
|
-
"__mf/js/async/
|
|
449
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
450
|
-
"__mf/js/async/
|
|
451
|
-
"__mf/js/async/
|
|
452
|
-
"__mf/js/async/
|
|
453
|
-
"__mf/js/async/
|
|
454
|
-
"__mf/js/async/
|
|
455
|
-
"__mf/js/async/
|
|
456
|
-
"__mf/js/async/
|
|
435
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
436
|
+
"__mf/js/async/4225.43367877.js",
|
|
437
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
438
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js",
|
|
439
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
440
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
441
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js",
|
|
442
|
+
"__mf/js/async/713.249fa307.js",
|
|
443
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
444
|
+
"__mf/js/async/3664.6288aa89.js",
|
|
445
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
446
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
447
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
448
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
449
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js",
|
|
450
|
+
"__mf/js/async/8035.d5aedc00.js",
|
|
451
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
452
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
453
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
454
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
455
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
456
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
457
457
|
]
|
|
458
458
|
},
|
|
459
459
|
"css": {
|
|
460
460
|
"sync": [],
|
|
461
461
|
"async": [
|
|
462
|
-
"__mf/css/async/
|
|
462
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
463
463
|
]
|
|
464
464
|
}
|
|
465
465
|
},
|
|
@@ -471,40 +471,40 @@
|
|
|
471
471
|
"assets": {
|
|
472
472
|
"js": {
|
|
473
473
|
"sync": [
|
|
474
|
-
"__mf/js/async/
|
|
475
|
-
"__mf/js/async/
|
|
476
|
-
"__mf/js/async/
|
|
477
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
474
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
475
|
+
"__mf/js/async/4225.43367877.js",
|
|
476
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
477
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js"
|
|
478
478
|
],
|
|
479
479
|
"async": [
|
|
480
|
-
"__mf/js/async/
|
|
481
|
-
"__mf/js/async/
|
|
482
|
-
"__mf/js/async/
|
|
483
|
-
"__mf/js/async/
|
|
484
|
-
"__mf/js/async/
|
|
485
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
486
|
-
"__mf/js/async/
|
|
487
|
-
"__mf/js/async/
|
|
488
|
-
"__mf/js/async/
|
|
489
|
-
"__mf/js/async/
|
|
490
|
-
"__mf/js/async/
|
|
491
|
-
"__mf/js/async/
|
|
492
|
-
"__mf/js/async/
|
|
493
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
494
|
-
"__mf/js/async/
|
|
495
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
496
|
-
"__mf/js/async/
|
|
497
|
-
"__mf/js/async/
|
|
498
|
-
"__mf/js/async/
|
|
499
|
-
"__mf/js/async/
|
|
500
|
-
"__mf/js/async/
|
|
501
|
-
"__mf/js/async/
|
|
480
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
481
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
482
|
+
"__mf/js/async/4225.43367877.js",
|
|
483
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
484
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
485
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js",
|
|
486
|
+
"__mf/js/async/713.249fa307.js",
|
|
487
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
488
|
+
"__mf/js/async/3664.6288aa89.js",
|
|
489
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
490
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
491
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
492
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
493
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js",
|
|
494
|
+
"__mf/js/async/8035.d5aedc00.js",
|
|
495
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.61d14c09.js",
|
|
496
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
497
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
498
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
499
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
500
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
501
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
502
502
|
]
|
|
503
503
|
},
|
|
504
504
|
"css": {
|
|
505
505
|
"sync": [],
|
|
506
506
|
"async": [
|
|
507
|
-
"__mf/css/async/
|
|
507
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
508
508
|
]
|
|
509
509
|
}
|
|
510
510
|
},
|
|
@@ -516,37 +516,37 @@
|
|
|
516
516
|
"assets": {
|
|
517
517
|
"js": {
|
|
518
518
|
"sync": [
|
|
519
|
-
"__mf/js/async/
|
|
520
|
-
"__mf/js/async/
|
|
521
|
-
"__mf/js/async/
|
|
522
|
-
"__mf/js/async/
|
|
523
|
-
"__mf/js/async/
|
|
524
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
519
|
+
"__mf/js/async/4248.ce5ffe03.js",
|
|
520
|
+
"__mf/js/async/4225.43367877.js",
|
|
521
|
+
"__mf/js/async/9944.34a79f7c.js",
|
|
522
|
+
"__mf/js/async/1430.bac7994c.js",
|
|
523
|
+
"__mf/js/async/1170.1ace5903.js",
|
|
524
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js"
|
|
525
525
|
],
|
|
526
526
|
"async": [
|
|
527
|
-
"__mf/js/async/
|
|
528
|
-
"__mf/js/async/
|
|
529
|
-
"__mf/js/async/
|
|
530
|
-
"__mf/js/async/
|
|
531
|
-
"__mf/js/async/
|
|
532
|
-
"__mf/js/async/
|
|
533
|
-
"__mf/js/async/
|
|
534
|
-
"__mf/js/async/
|
|
535
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
536
|
-
"__mf/js/async/
|
|
537
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
538
|
-
"__mf/js/async/
|
|
539
|
-
"__mf/js/async/
|
|
540
|
-
"__mf/js/async/
|
|
541
|
-
"__mf/js/async/
|
|
542
|
-
"__mf/js/async/
|
|
543
|
-
"__mf/js/async/
|
|
527
|
+
"__mf/js/async/713.249fa307.js",
|
|
528
|
+
"__mf/js/async/9836.bbf150b2.js",
|
|
529
|
+
"__mf/js/async/3664.6288aa89.js",
|
|
530
|
+
"__mf/js/async/7793.06fe240f.js",
|
|
531
|
+
"__mf/js/async/3059.bd425bfb.js",
|
|
532
|
+
"__mf/js/async/4225.43367877.js",
|
|
533
|
+
"__mf/js/async/5706.a7fb5c1b.js",
|
|
534
|
+
"__mf/js/async/2749.edab3f5e.js",
|
|
535
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js",
|
|
536
|
+
"__mf/js/async/8035.d5aedc00.js",
|
|
537
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.61d14c09.js",
|
|
538
|
+
"__mf/js/async/9588.b67d84aa.js",
|
|
539
|
+
"__mf/js/async/5071.b48bd1f7.js",
|
|
540
|
+
"__mf/js/async/2043.a03fc64f.js",
|
|
541
|
+
"__mf/js/async/7177.0fe1dff0.js",
|
|
542
|
+
"__mf/js/async/1969.4f0fc9ef.js",
|
|
543
|
+
"__mf/js/async/8482.6c4d64de.js"
|
|
544
544
|
]
|
|
545
545
|
},
|
|
546
546
|
"css": {
|
|
547
547
|
"sync": [],
|
|
548
548
|
"async": [
|
|
549
|
-
"__mf/css/async/
|
|
549
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
550
550
|
]
|
|
551
551
|
}
|
|
552
552
|
},
|