summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-04-11 20:30:31 +0300
committerGitHub <noreply@github.com>2022-04-11 20:30:31 +0300
commit27e2d4537ea973d5d03ec2453b16ec799c490801 (patch)
treeb9acf551a23f184713d065c54244c79e14e00cd0 /web
parent461943319c79a623ba9147c210fe05cf090114e5 (diff)
fix: remove instance-specific information from chart titles (#12644)
Co-authored-by: Vasilis Kalintiris <vasilis@netdata.cloud>
Diffstat (limited to 'web')
-rw-r--r--web/server/static/static-threaded.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/server/static/static-threaded.c b/web/server/static/static-threaded.c
index 07aa3fa3d2..ff10cb8819 100644
--- a/web/server/static/static-threaded.c
+++ b/web/server/static/static-threaded.c
@@ -331,7 +331,7 @@ static void web_server_tmr_callback(void *timer_data) {
char title[100 + 1];
snprintfz(id, 100, "web_thread%d_cpu", worker_private->id + 1);
- snprintfz(title, 100, "Netdata web server thread No %d CPU usage", worker_private->id + 1);
+ snprintfz(title, 100, "Netdata web server thread CPU usage");
st = rrdset_create_localhost(
"netdata"