From af8d757f553dca2d17b59c26fd0e3350904e1c93 Mon Sep 17 00:00:00 2001 From: Clay Walker Date: Mon, 25 Mar 2024 17:17:51 -0700 Subject: [PATCH] Make sdk-general.json dashboard title consistent with server-general.json I noticed that the dashboard title of sdk-general.json is "SDK Metrics", where the dashboard title of sever-general.json is "Temporal Server Metrics". For consistency, would you consider changing the sdk-general.json dashboard title to "Temporal SDK Metrics"? --- sdk/sdk-general.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/sdk-general.json b/sdk/sdk-general.json index 13a0154..5ef8f32 100644 --- a/sdk/sdk-general.json +++ b/sdk/sdk-general.json @@ -2934,7 +2934,7 @@ ] }, "timezone": "", - "title": "SDK Metrics", + "title": "Temporal SDK Metrics", "variables": { "list": [] },