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
redis, vector: add buttons to disable rate conversation and time utilization conversation
redis: use LRU cache for series metadata
redis: fix label_names() function to return all label names if no parameter is specified (now the label name auto-completion in the query editor works again)
redis: remove deprecated label_values(metric, label) function
redis: fix network error for metrics with many series (requires PCP v6+)
redis: update debug logging messages
bpftrace: disable scrolling beyond last line in query editor
checklist: fix dashboard link in navigation bar
chore: upgrade Grafana dependencies to version 8.5.6
chore: refactor custom Monaco languages
chore: use new @grafana/ui form components in query editor
build: verify javascript size in Makefile
test: add datasource, metric auto-completion and import dashboard tests
ci: switch e2e tests to cypress, use matrix configuration to run them with multiple Grafana versions
Removed features
redis: The label_values(metric, label) Grafana variable query function is now removed (was deprecated since grafana-pcp v3)