@perses-dev/victorialogs-plugin 0.3.0-beta.0 → 0.3.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 → VictoriaLogs.796e2488.js} +3 -3
- package/__mf/js/async/1728.4186adbe.js +1 -0
- package/__mf/js/async/392.8da1804a.js +2 -0
- package/__mf/js/async/3954.dbc4d4c5.js +1 -0
- package/__mf/js/async/54.4c016d3d.js +22 -0
- package/__mf/js/async/5440.9338b9ea.js +2 -0
- package/__mf/js/async/{5440.f8ca94c1.js.LICENSE.txt → 5440.9338b9ea.js.LICENSE.txt} +3 -3
- package/__mf/js/async/7576.4a8d8b90.js +2 -0
- package/__mf/js/async/7958.bd561cbd.js +7 -0
- package/__mf/js/async/9010.85600fc4.js +2 -0
- package/__mf/js/async/{8035.d5aedc00.js → 9877.73cfc5dd.js} +9 -9
- package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.163bb6a4.js → __federation_expose_VictoriaLogsDatasource.9d56f698.js} +2 -2
- package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js → __federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js} +2 -2
- package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js → __federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js} +2 -2
- package/__mf/js/async/{__federation_expose_VictoriaLogsLogQuery.61d14c09.js → __federation_expose_VictoriaLogsLogQuery.8a11f931.js} +1 -1
- package/__mf/js/async/{__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js → __federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js} +1 -1
- package/__mf/js/{main.9cf12b2f.js → main.21f57521.js} +3 -3
- package/lib/bootstrap.js +15 -3
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +13 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/components/logsql-editor.js +1 -1
- package/lib/cjs/components/logsql-extension.js +1 -1
- package/lib/cjs/components/logsql-highlight.js +1 -1
- package/lib/cjs/datasources/index.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/VictoriaLogsDatasource.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/index.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/types.js +1 -1
- package/lib/cjs/env.d.js +12 -0
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/index-federation.js +12 -0
- package/lib/cjs/index.js +12 -0
- package/lib/cjs/model/client.js +10 -10
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/selectors.js +1 -1
- package/lib/cjs/model/types.js +1 -1
- package/lib/cjs/queries/constants.js +12 -0
- package/lib/cjs/queries/index.js +1 -1
- package/lib/cjs/queries/victorialogs-log-query/VictoriaLogsLogQuery.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +1 -1
- package/lib/cjs/queries/victorialogs-log-query/index.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/interface.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/query.js +13 -1
- package/lib/cjs/queries/victorialogs-log-query/types.js +12 -0
- package/lib/cjs/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/index.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/query.js +2 -2
- package/lib/cjs/queries/victorialogs-time-series-query/types.js +1 -1
- package/lib/cjs/setup-tests.js +12 -0
- package/lib/cjs/variables/index.js +1 -1
- package/lib/cjs/variables/types.js +12 -0
- package/lib/cjs/variables/utils.js +12 -0
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js +13 -1
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -1
- package/lib/cjs/variables/victorialogs-field-names/index.js +1 -1
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js +13 -1
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +1 -1
- package/lib/cjs/variables/victorialogs-field-values/index.js +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/logsql-editor.js +1 -1
- package/lib/components/logsql-editor.js.map +1 -1
- package/lib/components/logsql-extension.js +1 -1
- package/lib/components/logsql-extension.js.map +1 -1
- package/lib/components/logsql-highlight.js +1 -1
- package/lib/components/logsql-highlight.js.map +1 -1
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.d.ts.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.js +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.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/datasources/victorialogs-datasource/index.js +1 -1
- package/lib/datasources/victorialogs-datasource/index.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/types.js +1 -1
- package/lib/datasources/victorialogs-datasource/types.js.map +1 -1
- package/lib/env.d.js +12 -0
- package/lib/env.d.js.map +1 -1
- package/lib/getPluginModule.d.ts.map +1 -1
- package/lib/getPluginModule.js +12 -0
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +12 -0
- package/lib/index-federation.js.map +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +12 -0
- package/lib/index.js.map +1 -1
- package/lib/model/client.d.ts.map +1 -1
- package/lib/model/client.js +10 -10
- package/lib/model/client.js.map +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/selectors.d.ts.map +1 -1
- package/lib/model/selectors.js +1 -1
- package/lib/model/selectors.js.map +1 -1
- package/lib/model/types.d.ts.map +1 -1
- package/lib/model/types.js +1 -1
- package/lib/model/types.js.map +1 -1
- package/lib/queries/constants.d.ts.map +1 -1
- package/lib/queries/constants.js +12 -0
- package/lib/queries/constants.js.map +1 -1
- package/lib/queries/index.js +1 -1
- package/lib/queries/index.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.js +12 -0
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.d.ts.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-log-query/index.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/index.js +12 -0
- package/lib/queries/victorialogs-log-query/index.js.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.js +12 -0
- package/lib/queries/victorialogs-log-query/interface.js.map +1 -1
- package/lib/queries/victorialogs-log-query/query.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/query.js +13 -1
- package/lib/queries/victorialogs-log-query/query.js.map +1 -1
- package/lib/queries/victorialogs-log-query/types.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/types.js +12 -0
- package/lib/queries/victorialogs-log-query/types.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.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/queries/victorialogs-time-series-query/index.js +1 -1
- package/lib/queries/victorialogs-time-series-query/index.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/query.d.ts.map +1 -1
- package/lib/queries/victorialogs-time-series-query/query.js +2 -2
- package/lib/queries/victorialogs-time-series-query/query.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/types.js +1 -1
- package/lib/queries/victorialogs-time-series-query/types.js.map +1 -1
- package/lib/setup-tests.d.ts.map +1 -1
- package/lib/setup-tests.js +12 -0
- package/lib/setup-tests.js.map +1 -1
- package/lib/variables/index.js +1 -1
- package/lib/variables/index.js.map +1 -1
- package/lib/variables/types.d.ts +1 -1
- package/lib/variables/types.d.ts.map +1 -1
- package/lib/variables/types.js +12 -0
- package/lib/variables/types.js.map +1 -1
- package/lib/variables/utils.d.ts +1 -1
- package/lib/variables/utils.d.ts.map +1 -1
- package/lib/variables/utils.js +12 -0
- package/lib/variables/utils.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js +13 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.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-names/index.js +1 -1
- package/lib/variables/victorialogs-field-names/index.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js +13 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.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/lib/variables/victorialogs-field-values/index.js +1 -1
- package/lib/variables/victorialogs-field-values/index.js.map +1 -1
- package/mf-manifest.json +54 -54
- package/mf-stats.json +54 -54
- package/package.json +7 -6
- package/__mf/js/async/1490.0a9fe77f.js +0 -22
- package/__mf/js/async/1728.6382e915.js +0 -1
- package/__mf/js/async/3664.6288aa89.js +0 -2
- package/__mf/js/async/3849.115bcf03.js +0 -7
- package/__mf/js/async/392.2a915032.js +0 -2
- package/__mf/js/async/5440.f8ca94c1.js +0 -2
- package/__mf/js/async/5501.df443492.js +0 -2
- package/__mf/js/async/713.249fa307.js +0 -1
- /package/__mf/js/async/{392.2a915032.js.LICENSE.txt → 392.8da1804a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.0a9fe77f.js.LICENSE.txt → 54.4c016d3d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3664.6288aa89.js.LICENSE.txt → 7576.4a8d8b90.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3849.115bcf03.js.LICENSE.txt → 7958.bd561cbd.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5501.df443492.js.LICENSE.txt → 9010.85600fc4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.163bb6a4.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.9d56f698.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js.LICENSE.txt} +0 -0
|
@@ -1,7 +1,19 @@
|
|
|
1
|
+
// Copyright The Perses Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the \"License\");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an \"AS IS\" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
1
13
|
import { replaceVariables, parseVariables, datasourceSelectValueToSelector, isVariableDatasource } from '@perses-dev/plugin-system';
|
|
2
14
|
import { DEFAULT_VICTORIALOGS, VICTORIALOGS_DATASOURCE_KIND } from '../../model';
|
|
3
|
-
import { VictoriaLogsFieldValuesVariableEditor } from './VictoriaLogsFieldValuesVariableEditor';
|
|
4
15
|
import { fieldItemsToVariableOptions, getVictoriaLogsTimeRange } from '../utils';
|
|
16
|
+
import { VictoriaLogsFieldValuesVariableEditor } from './VictoriaLogsFieldValuesVariableEditor';
|
|
5
17
|
export const VictoriaLogsFieldValuesVariable = {
|
|
6
18
|
getVariableOptions: async (spec, ctx)=>{
|
|
7
19
|
const datasourceSelector = datasourceSelectValueToSelector(spec.datasource ?? DEFAULT_VICTORIALOGS, ctx.variables, await ctx.datasourceStore.listDatasourceSelectItems(VICTORIALOGS_DATASOURCE_KIND)) ?? DEFAULT_VICTORIALOGS;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.tsx"],"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 {\n VariablePlugin,\n GetVariableOptionsContext,\n replaceVariables,\n parseVariables,\n datasourceSelectValueToSelector,\n isVariableDatasource,\n} from '@perses-dev/plugin-system';\nimport { VictoriaLogsClient, DEFAULT_VICTORIALOGS, VICTORIALOGS_DATASOURCE_KIND } from '../../model';\nimport { VictoriaLogsFieldValuesVariableOptions } from '../types';\nimport { fieldItemsToVariableOptions, getVictoriaLogsTimeRange } from '../utils';\nimport { VictoriaLogsFieldValuesVariableEditor } from './VictoriaLogsFieldValuesVariableEditor';\n\nexport const VictoriaLogsFieldValuesVariable: VariablePlugin<VictoriaLogsFieldValuesVariableOptions> = {\n getVariableOptions: async (spec: VictoriaLogsFieldValuesVariableOptions, ctx: GetVariableOptionsContext) => {\n const datasourceSelector =\n datasourceSelectValueToSelector(\n spec.datasource ?? DEFAULT_VICTORIALOGS,\n ctx.variables,\n await ctx.datasourceStore.listDatasourceSelectItems(VICTORIALOGS_DATASOURCE_KIND)\n ) ?? DEFAULT_VICTORIALOGS;\n const client: VictoriaLogsClient = await ctx.datasourceStore.getDatasourceClient(datasourceSelector);\n const query = replaceVariables(spec.query, ctx.variables);\n\n const timeRange = getVictoriaLogsTimeRange(ctx.timeRange);\n\n const { values } = query\n ? await client.fieldValues({\n field: replaceVariables(spec.field, ctx.variables),\n query: query,\n ...timeRange,\n })\n : { values: [] };\n return {\n data: fieldItemsToVariableOptions(values),\n };\n },\n dependsOn: (spec: VictoriaLogsFieldValuesVariableOptions) => {\n const queryVariables = parseVariables(spec.query);\n const labelVariables = parseVariables(spec.field);\n const datasourceVariables =\n spec.datasource && isVariableDatasource(spec.datasource) ? parseVariables(spec.datasource) : [];\n return {\n variables: [...queryVariables, ...labelVariables, ...datasourceVariables],\n };\n },\n OptionsEditorComponent: VictoriaLogsFieldValuesVariableEditor,\n createInitialOptions: () => ({ field: '', query: '' }),\n};\n"],"names":["replaceVariables","parseVariables","datasourceSelectValueToSelector","isVariableDatasource","DEFAULT_VICTORIALOGS","VICTORIALOGS_DATASOURCE_KIND","fieldItemsToVariableOptions","getVictoriaLogsTimeRange","VictoriaLogsFieldValuesVariableEditor","VictoriaLogsFieldValuesVariable","getVariableOptions","spec","ctx","datasourceSelector","datasource","variables","datasourceStore","listDatasourceSelectItems","client","getDatasourceClient","query","timeRange","values","fieldValues","field","data","dependsOn","queryVariables","labelVariables","datasourceVariables","OptionsEditorComponent","createInitialOptions"],"mappings":"AAAA,+BAA+B;AAC/B,oEAAoE;AACpE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,sEAAsE;AACtE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,SAGEA,gBAAgB,EAChBC,cAAc,EACdC,+BAA+B,EAC/BC,oBAAoB,QACf,4BAA4B;AACnC,SAA6BC,oBAAoB,EAAEC,4BAA4B,QAAQ,cAAc;AAErG,SAASC,2BAA2B,EAAEC,wBAAwB,QAAQ,WAAW;AACjF,SAASC,qCAAqC,QAAQ,0CAA0C;AAEhG,OAAO,MAAMC,kCAA0F;IACrGC,oBAAoB,OAAOC,MAA8CC;QACvE,MAAMC,qBACJX,gCACES,KAAKG,UAAU,IAAIV,sBACnBQ,IAAIG,SAAS,EACb,MAAMH,IAAII,eAAe,CAACC,yBAAyB,CAACZ,kCACjDD;QACP,MAAMc,SAA6B,MAAMN,IAAII,eAAe,CAACG,mBAAmB,CAACN;QACjF,MAAMO,QAAQpB,iBAAiBW,KAAKS,KAAK,EAAER,IAAIG,SAAS;QAExD,MAAMM,YAAYd,yBAAyBK,IAAIS,SAAS;QAExD,MAAM,EAAEC,MAAM,EAAE,GAAGF,QACf,MAAMF,OAAOK,WAAW,CAAC;YACvBC,OAAOxB,iBAAiBW,KAAKa,KAAK,EAAEZ,IAAIG,SAAS;YACjDK,OAAOA;YACP,GAAGC,SAAS;QACd,KACA;YAAEC,QAAQ,EAAE;QAAC;QACjB,OAAO;YACLG,MAAMnB,4BAA4BgB;QACpC;IACF;IACAI,WAAW,CAACf;QACV,MAAMgB,iBAAiB1B,eAAeU,KAAKS,KAAK;QAChD,MAAMQ,iBAAiB3B,eAAeU,KAAKa,KAAK;QAChD,MAAMK,sBACJlB,KAAKG,UAAU,IAAIX,qBAAqBQ,KAAKG,UAAU,IAAIb,eAAeU,KAAKG,UAAU,IAAI,EAAE;QACjG,OAAO;YACLC,WAAW;mBAAIY;mBAAmBC;mBAAmBC;aAAoB;QAC3E;IACF;IACAC,wBAAwBtB;IACxBuB,sBAAsB,IAAO,CAAA;YAAEP,OAAO;YAAIJ,OAAO;QAAG,CAAA;AACtD,EAAE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
// Copyright
|
|
2
|
+
// Copyright The Perses Authors
|
|
3
3
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
// you may not use this file except in compliance with the License.
|
|
5
5
|
// You may obtain a copy of the License at
|
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
|
|
1
|
+
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx"],"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.\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,+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;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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/index.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../../../src/variables/victorialogs-field-values/index.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport * from './VictoriaLogsFieldValuesVariable';\n"],"names":[],"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,cAAc,oCAAoC"}
|
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "VictoriaLogs",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.3.0
|
|
8
|
+
"buildVersion": "0.3.0",
|
|
9
9
|
"buildName": "@perses-dev/victorialogs-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/VictoriaLogs.
|
|
12
|
+
"name": "__mf/js/VictoriaLogs.796e2488.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
|
|
91
|
+
"version": "0.53.0",
|
|
92
92
|
"singleton": true,
|
|
93
|
-
"requiredVersion": "^0.53.0
|
|
93
|
+
"requiredVersion": "^0.53.0",
|
|
94
94
|
"assets": {
|
|
95
95
|
"js": {
|
|
96
96
|
"async": [],
|
|
97
97
|
"sync": [
|
|
98
|
-
"__mf/js/async/
|
|
98
|
+
"__mf/js/async/7958.bd561cbd.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
|
|
110
|
+
"version": "0.53.0",
|
|
111
111
|
"singleton": true,
|
|
112
|
-
"requiredVersion": "^0.53.0
|
|
112
|
+
"requiredVersion": "^0.53.0",
|
|
113
113
|
"assets": {
|
|
114
114
|
"js": {
|
|
115
115
|
"async": [],
|
|
116
116
|
"sync": [
|
|
117
|
-
"__mf/js/async/
|
|
117
|
+
"__mf/js/async/54.4c016d3d.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
|
|
129
|
+
"version": "0.53.0",
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.53.0
|
|
131
|
+
"requiredVersion": "^0.53.0",
|
|
132
132
|
"assets": {
|
|
133
133
|
"js": {
|
|
134
134
|
"async": [],
|
|
135
135
|
"sync": [
|
|
136
|
-
"__mf/js/async/1728.
|
|
136
|
+
"__mf/js/async/1728.4186adbe.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
|
|
148
|
+
"version": "0.53.0",
|
|
149
149
|
"singleton": true,
|
|
150
|
-
"requiredVersion": "^0.53.0
|
|
150
|
+
"requiredVersion": "^0.53.0",
|
|
151
151
|
"assets": {
|
|
152
152
|
"js": {
|
|
153
153
|
"async": [],
|
|
154
154
|
"sync": [
|
|
155
|
-
"__mf/js/async/
|
|
155
|
+
"__mf/js/async/9010.85600fc4.js"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
"css": {
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
{
|
|
222
222
|
"id": "VictoriaLogs:lodash",
|
|
223
223
|
"name": "lodash",
|
|
224
|
-
"version": "4.17.
|
|
224
|
+
"version": "4.17.23",
|
|
225
225
|
"singleton": true,
|
|
226
|
-
"requiredVersion": "^4.17.
|
|
226
|
+
"requiredVersion": "^4.17.23",
|
|
227
227
|
"assets": {
|
|
228
228
|
"js": {
|
|
229
229
|
"async": [],
|
|
230
230
|
"sync": [
|
|
231
|
-
"__mf/js/async/392.
|
|
231
|
+
"__mf/js/async/392.8da1804a.js"
|
|
232
232
|
]
|
|
233
233
|
},
|
|
234
234
|
"css": {
|
|
@@ -278,14 +278,14 @@
|
|
|
278
278
|
{
|
|
279
279
|
"id": "VictoriaLogs:react-router-dom",
|
|
280
280
|
"name": "react-router-dom",
|
|
281
|
-
"version": "6.30.
|
|
281
|
+
"version": "6.30.3",
|
|
282
282
|
"singleton": true,
|
|
283
|
-
"requiredVersion": "^6.30.
|
|
283
|
+
"requiredVersion": "^6.30.3",
|
|
284
284
|
"assets": {
|
|
285
285
|
"js": {
|
|
286
286
|
"async": [],
|
|
287
287
|
"sync": [
|
|
288
|
-
"__mf/js/async/5440.
|
|
288
|
+
"__mf/js/async/5440.9338b9ea.js"
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
291
|
"css": {
|
|
@@ -341,26 +341,26 @@
|
|
|
341
341
|
"assets": {
|
|
342
342
|
"js": {
|
|
343
343
|
"sync": [
|
|
344
|
-
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.
|
|
344
|
+
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.9d56f698.js"
|
|
345
345
|
],
|
|
346
346
|
"async": [
|
|
347
347
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
348
348
|
"__mf/js/async/4225.43367877.js",
|
|
349
349
|
"__mf/js/async/1430.bac7994c.js",
|
|
350
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
350
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js",
|
|
351
351
|
"__mf/js/async/9944.34a79f7c.js",
|
|
352
352
|
"__mf/js/async/1170.1ace5903.js",
|
|
353
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
353
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
354
354
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
355
355
|
"__mf/js/async/2749.edab3f5e.js",
|
|
356
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
357
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
358
|
-
"__mf/js/async/
|
|
356
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
357
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js",
|
|
358
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
359
359
|
"__mf/js/async/9836.bbf150b2.js",
|
|
360
|
-
"__mf/js/async/
|
|
360
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
361
361
|
"__mf/js/async/7793.06fe240f.js",
|
|
362
362
|
"__mf/js/async/3059.bd425bfb.js",
|
|
363
|
-
"__mf/js/async/
|
|
363
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
364
364
|
"__mf/js/async/9588.b67d84aa.js",
|
|
365
365
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
366
366
|
"__mf/js/async/2043.a03fc64f.js",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"__mf/js/async/4225.43367877.js",
|
|
388
388
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
389
389
|
"__mf/js/async/2749.edab3f5e.js",
|
|
390
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
390
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js"
|
|
391
391
|
],
|
|
392
392
|
"async": [
|
|
393
393
|
"__mf/js/async/9588.b67d84aa.js",
|
|
@@ -395,16 +395,16 @@
|
|
|
395
395
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
396
396
|
"__mf/js/async/4225.43367877.js",
|
|
397
397
|
"__mf/js/async/1430.bac7994c.js",
|
|
398
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
398
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js",
|
|
399
399
|
"__mf/js/async/9944.34a79f7c.js",
|
|
400
400
|
"__mf/js/async/1170.1ace5903.js",
|
|
401
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
402
|
-
"__mf/js/async/
|
|
401
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
402
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
403
403
|
"__mf/js/async/9836.bbf150b2.js",
|
|
404
|
-
"__mf/js/async/
|
|
404
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
405
405
|
"__mf/js/async/7793.06fe240f.js",
|
|
406
406
|
"__mf/js/async/3059.bd425bfb.js",
|
|
407
|
-
"__mf/js/async/
|
|
407
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
408
408
|
"__mf/js/async/2043.a03fc64f.js",
|
|
409
409
|
"__mf/js/async/7177.0fe1dff0.js",
|
|
410
410
|
"__mf/js/async/1969.4f0fc9ef.js",
|
|
@@ -429,25 +429,25 @@
|
|
|
429
429
|
"__mf/js/async/4225.43367877.js",
|
|
430
430
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
431
431
|
"__mf/js/async/2749.edab3f5e.js",
|
|
432
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
432
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js"
|
|
433
433
|
],
|
|
434
434
|
"async": [
|
|
435
435
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
436
436
|
"__mf/js/async/4225.43367877.js",
|
|
437
437
|
"__mf/js/async/1430.bac7994c.js",
|
|
438
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
438
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js",
|
|
439
439
|
"__mf/js/async/9944.34a79f7c.js",
|
|
440
440
|
"__mf/js/async/1170.1ace5903.js",
|
|
441
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
442
|
-
"__mf/js/async/
|
|
441
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
442
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
443
443
|
"__mf/js/async/9836.bbf150b2.js",
|
|
444
|
-
"__mf/js/async/
|
|
444
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
445
445
|
"__mf/js/async/7793.06fe240f.js",
|
|
446
446
|
"__mf/js/async/3059.bd425bfb.js",
|
|
447
447
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
448
448
|
"__mf/js/async/2749.edab3f5e.js",
|
|
449
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
450
|
-
"__mf/js/async/
|
|
449
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
450
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
451
451
|
"__mf/js/async/9588.b67d84aa.js",
|
|
452
452
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
453
453
|
"__mf/js/async/2043.a03fc64f.js",
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
475
475
|
"__mf/js/async/4225.43367877.js",
|
|
476
476
|
"__mf/js/async/1430.bac7994c.js",
|
|
477
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
477
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js"
|
|
478
478
|
],
|
|
479
479
|
"async": [
|
|
480
480
|
"__mf/js/async/9944.34a79f7c.js",
|
|
@@ -482,17 +482,17 @@
|
|
|
482
482
|
"__mf/js/async/4225.43367877.js",
|
|
483
483
|
"__mf/js/async/1430.bac7994c.js",
|
|
484
484
|
"__mf/js/async/1170.1ace5903.js",
|
|
485
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
486
|
-
"__mf/js/async/
|
|
485
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
486
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
487
487
|
"__mf/js/async/9836.bbf150b2.js",
|
|
488
|
-
"__mf/js/async/
|
|
488
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
489
489
|
"__mf/js/async/7793.06fe240f.js",
|
|
490
490
|
"__mf/js/async/3059.bd425bfb.js",
|
|
491
491
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
492
492
|
"__mf/js/async/2749.edab3f5e.js",
|
|
493
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
494
|
-
"__mf/js/async/
|
|
495
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
493
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
494
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
495
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js",
|
|
496
496
|
"__mf/js/async/9588.b67d84aa.js",
|
|
497
497
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
498
498
|
"__mf/js/async/2043.a03fc64f.js",
|
|
@@ -521,20 +521,20 @@
|
|
|
521
521
|
"__mf/js/async/9944.34a79f7c.js",
|
|
522
522
|
"__mf/js/async/1430.bac7994c.js",
|
|
523
523
|
"__mf/js/async/1170.1ace5903.js",
|
|
524
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
524
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js"
|
|
525
525
|
],
|
|
526
526
|
"async": [
|
|
527
|
-
"__mf/js/async/
|
|
527
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
528
528
|
"__mf/js/async/9836.bbf150b2.js",
|
|
529
|
-
"__mf/js/async/
|
|
529
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
530
530
|
"__mf/js/async/7793.06fe240f.js",
|
|
531
531
|
"__mf/js/async/3059.bd425bfb.js",
|
|
532
532
|
"__mf/js/async/4225.43367877.js",
|
|
533
533
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
534
534
|
"__mf/js/async/2749.edab3f5e.js",
|
|
535
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
536
|
-
"__mf/js/async/
|
|
537
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
535
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
536
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
537
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js",
|
|
538
538
|
"__mf/js/async/9588.b67d84aa.js",
|
|
539
539
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
540
540
|
"__mf/js/async/2043.a03fc64f.js",
|