summaryrefslogtreecommitdiffstats
path: root/collectors/tc.plugin/plugin_tc.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:59 +0000
commit1ee0c09c5742557e037df5421ca62abddb90ae22 (patch)
tree71c0fa48bb6d31d036c9badd7e038527f90d1a73 /collectors/tc.plugin/plugin_tc.c
parentReleasing debian version 1.30.1-1. (diff)
downloadnetdata-1ee0c09c5742557e037df5421ca62abddb90ae22.tar.xz
netdata-1ee0c09c5742557e037df5421ca62abddb90ae22.zip
Merging upstream version 1.31.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/tc.plugin/plugin_tc.c')
-rw-r--r--collectors/tc.plugin/plugin_tc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/collectors/tc.plugin/plugin_tc.c b/collectors/tc.plugin/plugin_tc.c
index 26affee09..0197db073 100644
--- a/collectors/tc.plugin/plugin_tc.c
+++ b/collectors/tc.plugin/plugin_tc.c
@@ -558,7 +558,7 @@ static inline void tc_device_commit(struct tc_device *d) {
, "tokens"
, PLUGIN_TC_NAME
, NULL
- , NETDATA_CHART_PRIO_TC_QOS_TOCKENS
+ , NETDATA_CHART_PRIO_TC_QOS_TOKENS
, localhost->rrd_update_every
, RRDSET_TYPE_LINE
);
@@ -614,7 +614,7 @@ static inline void tc_device_commit(struct tc_device *d) {
, "ctokens"
, PLUGIN_TC_NAME
, NULL
- , NETDATA_CHART_PRIO_TC_QOS_CTOCKENS
+ , NETDATA_CHART_PRIO_TC_QOS_CTOKENS
, localhost->rrd_update_every
, RRDSET_TYPE_LINE
);
@@ -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