@perses-dev/victorialogs-plugin 0.1.0 → 0.2.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.9a08c902.js → VictoriaLogs.52130265.js} +3 -3
- package/__mf/js/async/1398.34d5ed30.js +2 -0
- package/__mf/js/async/{4310.b6c0f250.js → 4310.9ddfd236.js} +2 -2
- package/__mf/js/async/{4421.c442f6d9.js → 4421.b3e6be64.js} +1 -1
- package/__mf/js/async/4557.4ca5a213.js +2 -0
- package/__mf/js/async/4676.db842b1a.js +22 -0
- package/__mf/js/async/58.8a4336f8.js +2 -0
- package/__mf/js/async/7797.2bda5f99.js +1 -0
- package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.807e09ec.js → __federation_expose_VictoriaLogsDatasource.f8412079.js} +2 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js +1 -0
- package/__mf/js/async/{__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js → __federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js} +1 -1
- package/__mf/js/{main.9f62e593.js → main.0293cd8e.js} +3 -3
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -10
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +2 -19
- package/lib/queries/victorialogs-log-query/interface.d.ts +0 -1
- package/lib/queries/victorialogs-log-query/interface.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -10
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +2 -19
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map +1 -1
- package/mf-manifest.json +43 -43
- package/mf-stats.json +43 -43
- package/package.json +6 -6
- package/__mf/js/async/2178.d1785908.js +0 -2
- package/__mf/js/async/2472.3c37aa71.js +0 -22
- package/__mf/js/async/2708.c79893a7.js +0 -1
- package/__mf/js/async/6620.4f2fc96e.js +0 -2
- package/__mf/js/async/9563.b88ff7ff.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8122cbeb.js +0 -1
- /package/__mf/js/async/{9563.b88ff7ff.js.LICENSE.txt → 1398.34d5ed30.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.b6c0f250.js.LICENSE.txt → 4310.9ddfd236.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2178.d1785908.js.LICENSE.txt → 4557.4ca5a213.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2472.3c37aa71.js.LICENSE.txt → 4676.db842b1a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6620.4f2fc96e.js.LICENSE.txt → 58.8a4336f8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.807e09ec.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.f8412079.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js.LICENSE.txt} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/queries/victorialogs-log-query/interface.ts"],"sourcesContent":["import { LogData, AbsoluteTimeRange, UnknownSpec } from '@perses-dev/core';\nimport { DatasourceStore, Plugin, VariableStateMap } from '@perses-dev/plugin-system';\n\nexport interface LogQueryResult {\n logs: LogData;\n timeRange: AbsoluteTimeRange;\n metadata?: {\n executedQueryString: string;\n };\n}\n\nexport interface LogQueryContext {\n timeRange: AbsoluteTimeRange;\n variableState: VariableStateMap;\n datasourceStore: DatasourceStore;\n
|
|
1
|
+
{"version":3,"sources":["../../../../src/queries/victorialogs-log-query/interface.ts"],"sourcesContent":["import { LogData, AbsoluteTimeRange, UnknownSpec } from '@perses-dev/core';\nimport { DatasourceStore, Plugin, VariableStateMap } from '@perses-dev/plugin-system';\n\nexport interface LogQueryResult {\n logs: LogData;\n timeRange: AbsoluteTimeRange;\n metadata?: {\n executedQueryString: string;\n };\n}\n\nexport interface LogQueryContext {\n timeRange: AbsoluteTimeRange;\n variableState: VariableStateMap;\n datasourceStore: DatasourceStore;\n}\n\ntype LogQueryPluginDependencies = {\n variables?: string[];\n};\n\nexport interface LogQueryPlugin<Spec = UnknownSpec> extends Plugin<Spec> {\n getLogData: (spec: Spec, ctx: LogQueryContext) => Promise<LogQueryResult>;\n dependsOn?: (spec: Spec, ctx: LogQueryContext) => LogQueryPluginDependencies;\n}\n"],"names":[],"mappings":"AAqBA,WAGC"}
|
package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VictoriaLogsFieldNamesVariableEditor.d.ts","sourceRoot":"","sources":["../../../../src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.tsx"],"names":[],"mappings":"AAaA,OAAO,EAGL,kBAAkB,EAGnB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"VictoriaLogsFieldNamesVariableEditor.d.ts","sourceRoot":"","sources":["../../../../src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.tsx"],"names":[],"mappings":"AAaA,OAAO,EAGL,kBAAkB,EAGnB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,YAAY,EAAe,MAAM,OAAO,CAAC;AAQlD,OAAO,EAAE,qCAAqC,EAAE,MAAM,UAAU,CAAC;AAEjE,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,kBAAkB,CAAC,qCAAqC,CAAC,GAC/D,YAAY,CA8Dd"}
|
|
@@ -17,7 +17,7 @@ import { produce } from 'immer';
|
|
|
17
17
|
import { useCallback } from 'react';
|
|
18
18
|
import { DEFAULT_VICTORIALOGS, isDefaultVictoriaLogsSelector, isVictoriaLogsDatasourceSelector, VICTORIALOGS_DATASOURCE_KIND } from '../../model';
|
|
19
19
|
export function VictoriaLogsFieldNamesVariableEditor(props) {
|
|
20
|
-
const { onChange, value, value: { datasource, query }
|
|
20
|
+
const { onChange, value, value: { datasource, query } } = props;
|
|
21
21
|
const datasourceSelectValue = datasource ?? DEFAULT_VICTORIALOGS;
|
|
22
22
|
const selectedDatasource = useDatasourceSelectValueToSelector(datasourceSelectValue, VICTORIALOGS_DATASOURCE_KIND);
|
|
23
23
|
const handleDatasourceChange = useCallback((next)=>{
|
|
@@ -25,28 +25,19 @@ export function VictoriaLogsFieldNamesVariableEditor(props) {
|
|
|
25
25
|
onChange(produce(value, (draft)=>{
|
|
26
26
|
draft.datasource = !isVariableDatasource(next) && isDefaultVictoriaLogsSelector(next) ? undefined : next;
|
|
27
27
|
}));
|
|
28
|
-
if (queryHandlerSettings?.setWatchOtherSpecs) queryHandlerSettings.setWatchOtherSpecs({
|
|
29
|
-
...value,
|
|
30
|
-
datasource: next
|
|
31
|
-
});
|
|
32
28
|
return;
|
|
33
29
|
}
|
|
34
30
|
throw new Error('Got unexpected non-VictoriaLogs datasource selector');
|
|
35
31
|
}, [
|
|
36
32
|
onChange,
|
|
37
|
-
queryHandlerSettings,
|
|
38
33
|
value
|
|
39
34
|
]);
|
|
40
35
|
const handleQueryChange = useCallback((event)=>{
|
|
41
36
|
onChange(produce(value, (draft)=>{
|
|
42
37
|
draft.query = event.target.value;
|
|
43
38
|
}));
|
|
44
|
-
if (queryHandlerSettings?.watchQueryChanges) {
|
|
45
|
-
queryHandlerSettings.watchQueryChanges(event.target.value);
|
|
46
|
-
}
|
|
47
39
|
}, [
|
|
48
40
|
onChange,
|
|
49
|
-
queryHandlerSettings,
|
|
50
41
|
value
|
|
51
42
|
]);
|
|
52
43
|
return /*#__PURE__*/ _jsxs(Stack, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.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 } from '@mui/material';\nimport {\n DatasourceSelect,\n DatasourceSelectProps,\n OptionsEditorProps,\n isVariableDatasource,\n useDatasourceSelectValueToSelector
|
|
1
|
+
{"version":3,"sources":["../../../../src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.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 } 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 } from 'react';\nimport {\n DEFAULT_VICTORIALOGS,\n isDefaultVictoriaLogsSelector,\n isVictoriaLogsDatasourceSelector,\n VICTORIALOGS_DATASOURCE_KIND,\n VictoriaLogsDatasourceSelector,\n} from '../../model';\nimport { VictoriaLogsFieldNamesVariableOptions } from '../types';\n\nexport function VictoriaLogsFieldNamesVariableEditor(\n props: OptionsEditorProps<VictoriaLogsFieldNamesVariableOptions>\n): ReactElement {\n const {\n onChange,\n value,\n value: { datasource, query },\n } = props;\n\n const datasourceSelectValue = datasource ?? DEFAULT_VICTORIALOGS;\n const selectedDatasource = useDatasourceSelectValueToSelector(\n datasourceSelectValue,\n VICTORIALOGS_DATASOURCE_KIND\n ) as VictoriaLogsDatasourceSelector;\n const handleDatasourceChange: DatasourceSelectProps['onChange'] = useCallback(\n (next) => {\n if (isVariableDatasource(next) || isVictoriaLogsDatasourceSelector(next)) {\n onChange(\n produce(value, (draft) => {\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 return (\n <Stack spacing={2}>\n <FormControl margin=\"dense\">\n <DatasourceSelect\n datasourcePluginKind=\"VictoriaLogsDatasource\"\n value={selectedDatasource}\n onChange={handleDatasourceChange}\n disabled={props.isReadonly}\n labelId=\"victorialogs-datasource-field\"\n label=\"VictoriaLogs Datasource\"\n />\n </FormControl>\n <TextField\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","DatasourceSelect","isVariableDatasource","useDatasourceSelectValueToSelector","produce","useCallback","DEFAULT_VICTORIALOGS","isDefaultVictoriaLogsSelector","isVictoriaLogsDatasourceSelector","VICTORIALOGS_DATASOURCE_KIND","VictoriaLogsFieldNamesVariableEditor","props","onChange","value","datasource","query","datasourceSelectValue","selectedDatasource","handleDatasourceChange","next","draft","undefined","Error","handleQueryChange","event","target","spacing","margin","datasourcePluginKind","disabled","isReadonly","labelId","label","InputLabelProps","shrink","InputProps","readOnly"],"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,QAAQ,gBAAgB;AAC9D,SACEC,gBAAgB,EAGhBC,oBAAoB,EACpBC,kCAAkC,QAC7B,4BAA4B;AACnC,SAASC,OAAO,QAAQ,QAAQ;AAChC,SAAuBC,WAAW,QAAQ,QAAQ;AAClD,SACEC,oBAAoB,EACpBC,6BAA6B,EAC7BC,gCAAgC,EAChCC,4BAA4B,QAEvB,cAAc;AAGrB,OAAO,SAASC,qCACdC,KAAgE;IAEhE,MAAM,EACJC,QAAQ,EACRC,KAAK,EACLA,OAAO,EAAEC,UAAU,EAAEC,KAAK,EAAE,EAC7B,GAAGJ;IAEJ,MAAMK,wBAAwBF,cAAcR;IAC5C,MAAMW,qBAAqBd,mCACzBa,uBACAP;IAEF,MAAMS,yBAA4Db,YAChE,CAACc;QACC,IAAIjB,qBAAqBiB,SAASX,iCAAiCW,OAAO;YACxEP,SACER,QAAQS,OAAO,CAACO;gBACdA,MAAMN,UAAU,GAAG,CAACZ,qBAAqBiB,SAASZ,8BAA8BY,QAAQE,YAAYF;YACtG;YAEF;QACF;QAEA,MAAM,IAAIG,MAAM;IAClB,GACA;QAACV;QAAUC;KAAM;IAGnB,MAAMU,oBAAoBlB,YACxB,CAACmB;QACCZ,SACER,QAAQS,OAAO,CAACO;YACdA,MAAML,KAAK,GAAGS,MAAMC,MAAM,CAACZ,KAAK;QAClC;IAEJ,GACA;QAACD;QAAUC;KAAM;IAGnB,qBACE,MAACd;QAAM2B,SAAS;;0BACd,KAAC5B;gBAAY6B,QAAO;0BAClB,cAAA,KAAC1B;oBACC2B,sBAAqB;oBACrBf,OAAOI;oBACPL,UAAUM;oBACVW,UAAUlB,MAAMmB,UAAU;oBAC1BC,SAAQ;oBACRC,OAAM;;;0BAGV,KAAChC;gBACCgC,OAAM;gBACNC,iBAAiB;oBAAEC,QAAQvB,MAAMmB,UAAU,GAAG,OAAOT;gBAAU;gBAC/Dc,YAAY;oBACVC,UAAUzB,MAAMmB,UAAU;gBAC5B;gBACAjB,OAAOE;gBACPH,UAAUW;;;;AAIlB"}
|
package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VictoriaLogsFieldValuesVariableEditor.d.ts","sourceRoot":"","sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx"],"names":[],"mappings":"AAaA,OAAO,EAGL,kBAAkB,EAGnB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"VictoriaLogsFieldValuesVariableEditor.d.ts","sourceRoot":"","sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx"],"names":[],"mappings":"AAaA,OAAO,EAGL,kBAAkB,EAGnB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,YAAY,EAAwC,MAAM,OAAO,CAAC;AAQ3E,OAAO,EAAE,sCAAsC,EAAE,MAAM,UAAU,CAAC;AAGlE,wBAAgB,qCAAqC,CACnD,KAAK,EAAE,kBAAkB,CAAC,sCAAsC,CAAC,GAChE,YAAY,CA2Fd"}
|
|
@@ -18,7 +18,7 @@ import { useCallback, useMemo } from 'react';
|
|
|
18
18
|
import { DEFAULT_VICTORIALOGS, isDefaultVictoriaLogsSelector, isVictoriaLogsDatasourceSelector, VICTORIALOGS_DATASOURCE_KIND } from '../../model';
|
|
19
19
|
import { useFieldNames } from '../utils';
|
|
20
20
|
export function VictoriaLogsFieldValuesVariableEditor(props) {
|
|
21
|
-
const { onChange, value, value: { datasource, query, field }
|
|
21
|
+
const { onChange, value, value: { datasource, query, field } } = props;
|
|
22
22
|
const datasourceSelectValue = datasource ?? DEFAULT_VICTORIALOGS;
|
|
23
23
|
const selectedDatasource = useDatasourceSelectValueToSelector(datasourceSelectValue, VICTORIALOGS_DATASOURCE_KIND);
|
|
24
24
|
const { data: fieldNames, isLoading: isFieldNamesOptionsLoading } = useFieldNames(query, selectedDatasource);
|
|
@@ -28,49 +28,32 @@ export function VictoriaLogsFieldValuesVariableEditor(props) {
|
|
|
28
28
|
// If they're using the default, just omit the datasource prop (i.e. set to undefined)
|
|
29
29
|
draft.datasource = !isVariableDatasource(next) && isDefaultVictoriaLogsSelector(next) ? undefined : next;
|
|
30
30
|
}));
|
|
31
|
-
if (queryHandlerSettings?.setWatchOtherSpecs) queryHandlerSettings.setWatchOtherSpecs({
|
|
32
|
-
...value,
|
|
33
|
-
datasource: next
|
|
34
|
-
});
|
|
35
31
|
return;
|
|
36
32
|
}
|
|
37
33
|
throw new Error('Got unexpected non-VictoriaLogs datasource selector');
|
|
38
34
|
}, [
|
|
39
35
|
onChange,
|
|
40
|
-
queryHandlerSettings,
|
|
41
36
|
value
|
|
42
37
|
]);
|
|
43
38
|
const handleQueryChange = useCallback((event)=>{
|
|
44
39
|
onChange(produce(value, (draft)=>{
|
|
45
40
|
draft.query = event.target.value;
|
|
46
41
|
}));
|
|
47
|
-
if (queryHandlerSettings?.watchQueryChanges) {
|
|
48
|
-
queryHandlerSettings.watchQueryChanges(event.target.value);
|
|
49
|
-
}
|
|
50
42
|
}, [
|
|
51
43
|
onChange,
|
|
52
|
-
queryHandlerSettings,
|
|
53
44
|
value
|
|
54
45
|
]);
|
|
55
46
|
const handleFieldChange = useCallback((_, newValue)=>{
|
|
56
47
|
onChange(produce(value, (draft)=>{
|
|
57
|
-
draft.field = newValue ||
|
|
48
|
+
draft.field = newValue || '';
|
|
58
49
|
}));
|
|
59
|
-
if (queryHandlerSettings?.setWatchOtherSpecs) {
|
|
60
|
-
queryHandlerSettings.setWatchOtherSpecs({
|
|
61
|
-
...value,
|
|
62
|
-
field: newValue
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
50
|
}, [
|
|
66
51
|
onChange,
|
|
67
|
-
queryHandlerSettings,
|
|
68
52
|
value
|
|
69
53
|
]);
|
|
70
54
|
const fieldNamesOptions = useMemo(()=>{
|
|
71
55
|
return fieldNames?.values.map((o)=>o.value) || [];
|
|
72
56
|
}, [
|
|
73
|
-
isFieldNamesOptionsLoading,
|
|
74
57
|
fieldNames
|
|
75
58
|
]);
|
|
76
59
|
return /*#__PURE__*/ _jsxs(Stack, {
|
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,
|
|
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.2.0",
|
|
9
9
|
"buildName": "@perses-dev/victorialogs-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/VictoriaLogs.
|
|
12
|
+
"name": "__mf/js/VictoriaLogs.52130265.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -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.2",
|
|
92
92
|
"singleton": true,
|
|
93
|
-
"requiredVersion": "^0.53.0-beta.
|
|
93
|
+
"requiredVersion": "^0.53.0-beta.2",
|
|
94
94
|
"assets": {
|
|
95
95
|
"js": {
|
|
96
96
|
"async": [],
|
|
97
97
|
"sync": [
|
|
98
|
-
"__mf/js/async/4310.
|
|
98
|
+
"__mf/js/async/4310.9ddfd236.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.2",
|
|
111
111
|
"singleton": true,
|
|
112
|
-
"requiredVersion": "^0.53.0-beta.
|
|
112
|
+
"requiredVersion": "^0.53.0-beta.2",
|
|
113
113
|
"assets": {
|
|
114
114
|
"js": {
|
|
115
115
|
"async": [],
|
|
116
116
|
"sync": [
|
|
117
|
-
"__mf/js/async/
|
|
117
|
+
"__mf/js/async/4676.db842b1a.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.2",
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.53.0-beta.
|
|
131
|
+
"requiredVersion": "^0.53.0-beta.2",
|
|
132
132
|
"assets": {
|
|
133
133
|
"js": {
|
|
134
134
|
"async": [],
|
|
135
135
|
"sync": [
|
|
136
|
-
"__mf/js/async/4421.
|
|
136
|
+
"__mf/js/async/4421.b3e6be64.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.2",
|
|
149
149
|
"singleton": true,
|
|
150
|
-
"requiredVersion": "^0.53.0-beta.
|
|
150
|
+
"requiredVersion": "^0.53.0-beta.2",
|
|
151
151
|
"assets": {
|
|
152
152
|
"js": {
|
|
153
153
|
"async": [],
|
|
154
154
|
"sync": [
|
|
155
|
-
"__mf/js/async/
|
|
155
|
+
"__mf/js/async/4557.4ca5a213.js"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
"css": {
|
|
@@ -341,23 +341,23 @@
|
|
|
341
341
|
"assets": {
|
|
342
342
|
"js": {
|
|
343
343
|
"sync": [
|
|
344
|
-
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.
|
|
344
|
+
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.f8412079.js"
|
|
345
345
|
],
|
|
346
346
|
"async": [
|
|
347
347
|
"__mf/js/async/6374.e9650306.js",
|
|
348
348
|
"__mf/js/async/158.c35084cf.js",
|
|
349
349
|
"__mf/js/async/5682.a317ee96.js",
|
|
350
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
350
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js",
|
|
351
351
|
"__mf/js/async/5628.f229b9f6.js",
|
|
352
352
|
"__mf/js/async/2558.beff8442.js",
|
|
353
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
353
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
|
|
354
354
|
"__mf/js/async/8537.a7ed2e24.js",
|
|
355
355
|
"__mf/js/async/5348.aa77f629.js",
|
|
356
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
357
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
356
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
|
|
357
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js",
|
|
358
358
|
"__mf/js/async/5388.92f525c5.js",
|
|
359
359
|
"__mf/js/async/7376.91743064.js",
|
|
360
|
-
"__mf/js/async/
|
|
360
|
+
"__mf/js/async/58.8a4336f8.js",
|
|
361
361
|
"__mf/js/async/8727.e54ca5fd.js",
|
|
362
362
|
"__mf/js/async/3431.358ac817.js",
|
|
363
363
|
"__mf/js/async/6134.6f58094d.js",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"__mf/js/async/2292.0696771a.js",
|
|
367
367
|
"__mf/js/async/8488.9eb8e6dc.js",
|
|
368
368
|
"__mf/js/async/8216.3417496f.js",
|
|
369
|
-
"__mf/js/async/
|
|
369
|
+
"__mf/js/async/7797.2bda5f99.js"
|
|
370
370
|
]
|
|
371
371
|
},
|
|
372
372
|
"css": {
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"__mf/js/async/158.c35084cf.js",
|
|
388
388
|
"__mf/js/async/8537.a7ed2e24.js",
|
|
389
389
|
"__mf/js/async/5348.aa77f629.js",
|
|
390
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
390
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js"
|
|
391
391
|
],
|
|
392
392
|
"async": [
|
|
393
393
|
"__mf/js/async/4238.cd5e3d1f.js",
|
|
@@ -395,20 +395,20 @@
|
|
|
395
395
|
"__mf/js/async/6374.e9650306.js",
|
|
396
396
|
"__mf/js/async/158.c35084cf.js",
|
|
397
397
|
"__mf/js/async/5682.a317ee96.js",
|
|
398
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
398
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js",
|
|
399
399
|
"__mf/js/async/5628.f229b9f6.js",
|
|
400
400
|
"__mf/js/async/2558.beff8442.js",
|
|
401
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
401
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
|
|
402
402
|
"__mf/js/async/5388.92f525c5.js",
|
|
403
403
|
"__mf/js/async/7376.91743064.js",
|
|
404
|
-
"__mf/js/async/
|
|
404
|
+
"__mf/js/async/58.8a4336f8.js",
|
|
405
405
|
"__mf/js/async/8727.e54ca5fd.js",
|
|
406
406
|
"__mf/js/async/3431.358ac817.js",
|
|
407
407
|
"__mf/js/async/6134.6f58094d.js",
|
|
408
408
|
"__mf/js/async/2292.0696771a.js",
|
|
409
409
|
"__mf/js/async/8488.9eb8e6dc.js",
|
|
410
410
|
"__mf/js/async/8216.3417496f.js",
|
|
411
|
-
"__mf/js/async/
|
|
411
|
+
"__mf/js/async/7797.2bda5f99.js"
|
|
412
412
|
]
|
|
413
413
|
},
|
|
414
414
|
"css": {
|
|
@@ -429,31 +429,31 @@
|
|
|
429
429
|
"__mf/js/async/158.c35084cf.js",
|
|
430
430
|
"__mf/js/async/8537.a7ed2e24.js",
|
|
431
431
|
"__mf/js/async/5348.aa77f629.js",
|
|
432
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
432
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js"
|
|
433
433
|
],
|
|
434
434
|
"async": [
|
|
435
435
|
"__mf/js/async/6374.e9650306.js",
|
|
436
436
|
"__mf/js/async/158.c35084cf.js",
|
|
437
437
|
"__mf/js/async/5682.a317ee96.js",
|
|
438
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
438
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js",
|
|
439
439
|
"__mf/js/async/5628.f229b9f6.js",
|
|
440
440
|
"__mf/js/async/2558.beff8442.js",
|
|
441
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
441
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
|
|
442
442
|
"__mf/js/async/5388.92f525c5.js",
|
|
443
443
|
"__mf/js/async/7376.91743064.js",
|
|
444
|
-
"__mf/js/async/
|
|
444
|
+
"__mf/js/async/58.8a4336f8.js",
|
|
445
445
|
"__mf/js/async/8727.e54ca5fd.js",
|
|
446
446
|
"__mf/js/async/3431.358ac817.js",
|
|
447
447
|
"__mf/js/async/8537.a7ed2e24.js",
|
|
448
448
|
"__mf/js/async/5348.aa77f629.js",
|
|
449
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
449
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
|
|
450
450
|
"__mf/js/async/6134.6f58094d.js",
|
|
451
451
|
"__mf/js/async/4238.cd5e3d1f.js",
|
|
452
452
|
"__mf/js/async/3224.858fb6d6.js",
|
|
453
453
|
"__mf/js/async/2292.0696771a.js",
|
|
454
454
|
"__mf/js/async/8488.9eb8e6dc.js",
|
|
455
455
|
"__mf/js/async/8216.3417496f.js",
|
|
456
|
-
"__mf/js/async/
|
|
456
|
+
"__mf/js/async/7797.2bda5f99.js"
|
|
457
457
|
]
|
|
458
458
|
},
|
|
459
459
|
"css": {
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"__mf/js/async/6374.e9650306.js",
|
|
475
475
|
"__mf/js/async/158.c35084cf.js",
|
|
476
476
|
"__mf/js/async/5682.a317ee96.js",
|
|
477
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
477
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js"
|
|
478
478
|
],
|
|
479
479
|
"async": [
|
|
480
480
|
"__mf/js/async/5628.f229b9f6.js",
|
|
@@ -482,23 +482,23 @@
|
|
|
482
482
|
"__mf/js/async/158.c35084cf.js",
|
|
483
483
|
"__mf/js/async/5682.a317ee96.js",
|
|
484
484
|
"__mf/js/async/2558.beff8442.js",
|
|
485
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
485
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
|
|
486
486
|
"__mf/js/async/5388.92f525c5.js",
|
|
487
487
|
"__mf/js/async/7376.91743064.js",
|
|
488
|
-
"__mf/js/async/
|
|
488
|
+
"__mf/js/async/58.8a4336f8.js",
|
|
489
489
|
"__mf/js/async/8727.e54ca5fd.js",
|
|
490
490
|
"__mf/js/async/3431.358ac817.js",
|
|
491
491
|
"__mf/js/async/8537.a7ed2e24.js",
|
|
492
492
|
"__mf/js/async/5348.aa77f629.js",
|
|
493
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
493
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
|
|
494
494
|
"__mf/js/async/6134.6f58094d.js",
|
|
495
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
495
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js",
|
|
496
496
|
"__mf/js/async/4238.cd5e3d1f.js",
|
|
497
497
|
"__mf/js/async/3224.858fb6d6.js",
|
|
498
498
|
"__mf/js/async/2292.0696771a.js",
|
|
499
499
|
"__mf/js/async/8488.9eb8e6dc.js",
|
|
500
500
|
"__mf/js/async/8216.3417496f.js",
|
|
501
|
-
"__mf/js/async/
|
|
501
|
+
"__mf/js/async/7797.2bda5f99.js"
|
|
502
502
|
]
|
|
503
503
|
},
|
|
504
504
|
"css": {
|
|
@@ -521,26 +521,26 @@
|
|
|
521
521
|
"__mf/js/async/5628.f229b9f6.js",
|
|
522
522
|
"__mf/js/async/5682.a317ee96.js",
|
|
523
523
|
"__mf/js/async/2558.beff8442.js",
|
|
524
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
524
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js"
|
|
525
525
|
],
|
|
526
526
|
"async": [
|
|
527
527
|
"__mf/js/async/5388.92f525c5.js",
|
|
528
528
|
"__mf/js/async/7376.91743064.js",
|
|
529
|
-
"__mf/js/async/
|
|
529
|
+
"__mf/js/async/58.8a4336f8.js",
|
|
530
530
|
"__mf/js/async/8727.e54ca5fd.js",
|
|
531
531
|
"__mf/js/async/3431.358ac817.js",
|
|
532
532
|
"__mf/js/async/158.c35084cf.js",
|
|
533
533
|
"__mf/js/async/8537.a7ed2e24.js",
|
|
534
534
|
"__mf/js/async/5348.aa77f629.js",
|
|
535
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
535
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
|
|
536
536
|
"__mf/js/async/6134.6f58094d.js",
|
|
537
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
537
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js",
|
|
538
538
|
"__mf/js/async/4238.cd5e3d1f.js",
|
|
539
539
|
"__mf/js/async/3224.858fb6d6.js",
|
|
540
540
|
"__mf/js/async/2292.0696771a.js",
|
|
541
541
|
"__mf/js/async/8488.9eb8e6dc.js",
|
|
542
542
|
"__mf/js/async/8216.3417496f.js",
|
|
543
|
-
"__mf/js/async/
|
|
543
|
+
"__mf/js/async/7797.2bda5f99.js"
|
|
544
544
|
]
|
|
545
545
|
},
|
|
546
546
|
"css": {
|