summaryrefslogtreecommitdiffstats
path: root/collectors/tc.plugin
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2021-04-19 16:46:58 +0300
committerGitHub <noreply@github.com>2021-04-19 16:46:58 +0300
commitf569beac51534fb0fe5ca0e33d2b63dbdc2d5427 (patch)
treeca7c148f2aaeae37184de60949e2d4d9d1471483 /collectors/tc.plugin
parentd7212e031da9d1f827a64b7ba9e22c30df72b8e5 (diff)
Move global stats to a separate thread (#10991)
Diffstat (limited to 'collectors/tc.plugin')
-rw-r--r--collectors/tc.plugin/plugin_tc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/tc.plugin/plugin_tc.c b/collectors/tc.plugin/plugin_tc.c
index de7bd11dcd..0197db0732 100644
--- a/collectors/tc.plugin/plugin_tc.c
+++ b/collectors/tc.plugin/plugin_tc.c
@@ -1082,7 +1082,7 @@ void *tc_main(void *ptr) {
, NULL
, "tc.helper"
, NULL
- , "NetData TC CPU usage"
+ , "Netdata TC CPU usage"
, "milliseconds/s"
, PLUGIN_TC_NAME
, NULL
@@ -1109,7 +1109,7 @@ void *tc_main(void *ptr) {
, NULL
, "tc.helper"
, NULL
- , "NetData TC script execution"
+ , "Netdata TC script execution"
, "milliseconds/run"
, PLUGIN_TC_NAME
, NULL