Yury Molodov
Yury Molodov
**Description**: Currently, Grafana attempts to automatically guess the log level based on keywords in the log messages. However, this approach is not always accurate and does not allow users to...
**Description:** Add the ability to use Grafana variables for tenant selection in the VictoriaLogs Datasource. Users can create a Grafana variable to dynamically populate the `AccountID` and `ProjectID` in the...
**What is this feature?** Adds **VictoriaLogs** (`victoriametrics-logs-datasource`) to the list of datasources supported by the **Trace-to-Logs** correlation flow. **Why do we need this feature?** Many installations already use VictoriaLogs to...
### Describe Your Changes Adds `tenant` to the dependency array for log hits fetching to ensure the chart updates when `AccountID` or `ProjectID` changes. Related issue: #9157 ### Checklist The...
### Describe the bug When localStorage exceeds the browser quota, VMUI throws an unhandled: `DOMException: The quota has been exceeded`. The error is not caught and may break or degrade...