From fa239ff54e3796aa146f3ad7ce14120a00dc604e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 6 May 2026 18:31:34 +0200 Subject: [PATCH] MT#65037 grafana: Rename KeyDB dashboard to KeyValue DB We have switched fully to Valkey, so KeyDB no longer matches reality, and having the dashboard named after the old implementation is confusing. Use a generic KeyValue DB to avoid tying ourselves up with a specific implementation. Change-Id: I7cfb6b7cea53df8c5bfbb3d7117bb80ae527689e (cherry picked from commit 1098163238d389f6f824bba306bd918cd18f8823) (cherry picked from commit adc90631ca21b84509acdca5d30f5a55238a09eb) --- share/templates/widgets/admin_topmenu_settings.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/widgets/admin_topmenu_settings.tt b/share/templates/widgets/admin_topmenu_settings.tt index 595ee220ba..fc0681d8d2 100644 --- a/share/templates/widgets/admin_topmenu_settings.tt +++ b/share/templates/widgets/admin_topmenu_settings.tt @@ -28,7 +28,7 @@ [% END -%]
  • [% c.loc('SIP Statistics') %]
  • [% c.loc('DB Statistics') %]
  • -
  • [% c.loc('KeyDB Statistics') %]
  • +
  • [% c.loc('KeyValue DB Statistics') %]
  • [% c.loc('VictoriaMetrics Statistics') %]
  • [% c.loc('Kamailio Statistics') %]
  • [% c.loc('Websocket Statistics') %]