Yury Molodov

Results 19 issues of Yury Molodov

This pull request adds a button to the vmanomaly ui that opens a modal window for viewing and downloading the config file.

vmui

### Describe Your Changes Remove redundant requests on the Explore Cardinality page. #6240 ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).

vmui

When attempting to open datasource settings in Grafana versions below `10.0.0`, an error occurs: ![image](https://github.com/VictoriaMetrics/grafana-datasource/assets/29711459/d28c2081-83f9-4d4b-b3a2-4d64d7e84f7b)

bug

Added support for loading data for variables, including log field names and values. This feature allows querying `/select/logsql/field_names` for field names and `/select/logsql/field_values` for field values. See [issue #40](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/40).

Added a UI for the query builder. - The builder allows creating simple queries based on field names and field values. - The list of loaded values is cached for...

### Is your feature request related to a problem? Please describe The current build process generates several HTML files for different variants of the application, each corresponding to a specific...

enhancement
vmui

add `limit` param for the `/field_values` request. #75 ![image](https://github.com/user-attachments/assets/c5e39082-c257-4760-91c1-401d0b1f35cf)

### Describe Your Changes Fixes issues with incorrect updating of query and limit fields, and resolves the problem where the display tab resets. Related issue: #7279 ### Checklist The following...

vmui

### Describe Your Changes This pull request adds support for autocomplete in LogsQL queries. The new feature provides suggestions for field names, field values, and pipe names as you type....

vmui