Please sign in to access this page

VictoriaMetrics Grafana Query Builder

VictoriaMetrics Grafana Query Builder Used AI

11 devlogs
69h 55m
Created by Konstantin

The project at https://github.com/VictoriaMetrics/victorialogs-datasource
is a plugin for grafana (data visualizer) you can use queries to get logs out of victorialogs. I build a UI to parse, edit and build these queries.

Timeline

Ship 1

Konstantin

about 2 months ago

Konstantin Covers 11 devlogs and 69h 5m

Fixed the subquery editor

Update attachment
Earned sticker

fix options generation for subqueries

Update attachment

Added all the missing operations that were added in the latest versions.

Update attachment

fixed disappearing of disabled operations even in subquery editors, fixed various parsing errors in many editors

Update attachment

fix unselection of item in editors using MultiSelect, fix variable option generation, move menu handlers from components to seperate functions, add tests

Update attachment

fix tests and compatability of older grafana versions

Update attachment

Create PR to the source project as the features are all working. Still have to fix the tests

Update attachment

Add missing features that are only in the changelog and not in the docs and fields with prefix support

https://github.com/archef2000/victorialogs-datasource/commit/68609e78488f84de1d4ce24d495e329d9d42225c

Update attachment

There has been a lot of work before I started with hackatime. Most things are working, there is a lot of cleanup and making sure every edge case it met.

Update attachment