Yury Molodov
Yury Molodov
This pull request adds a button to the vmanomaly ui that opens a modal window for viewing and downloading the config file.
### 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/).
When attempting to open datasource settings in Grafana versions below `10.0.0`, an error occurs: 
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...
add `limit` param for the `/field_values` request. #75 
### 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...
### 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....
### Summary This pull request adds a **"Log level rules"** section to the datasource configuration screen. It allows users to define custom rules for dynamically assigning log levels based on...