3 Open Issues Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance VictoriaLogs to export metrics including tenant ID information. This requires modifying the existing metrics exporter to incorporate tenant ID data into the exported metrics, allowing for per-tenant monitoring of event and storage usage.

Complexity: 4/5
enhancement good first issue help wanted

AI Summary: Improve the performance of VictoriaTraces when querying by `trace_id` only by creating a helper stream (`trace_id_idx`) containing `trace_id` and timestamp information. This stream will be queried first to identify the relevant time range before querying the main data streams, thus avoiding full scans for old trace IDs.

Complexity: 4/5
enhancement help wanted

AI Summary: Create a Grafana dashboard for monitoring VictoriaTraces, similar in style and functionality to the existing VictoriaLogs dashboard. This involves leveraging existing Grafana dashboards and adapting them to the specifics of VictoriaTraces.

Complexity: 4/5
enhancement good first issue