You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENHANCEMENT]: Allow building PromLens without CGO by switching to the pure-Go SQLite library glebarez/go-sqlite. This also deprecates the flag value --shared-links.sql.driver=sqlite3 in favor of --shared-links.sql.driver=sqlite. #42
[ENHANCEMENT]: Allow end-of-file newlines in the Grafana key file by trimming whitespace from the file contents. #43
[BUGFIX]: Fix PromQL syntax highlighting in the text editor by updating / removing various npm dependencies. #47