aboutsummaryrefslogtreecommitdiffstats
path: root/telemetry/vpp-collectd/vpp/vpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'telemetry/vpp-collectd/vpp/vpp.c')
-rw-r--r--telemetry/vpp-collectd/vpp/vpp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/telemetry/vpp-collectd/vpp/vpp.c b/telemetry/vpp-collectd/vpp/vpp.c
index 0fec85dc8..679f8feb4 100644
--- a/telemetry/vpp-collectd/vpp/vpp.c
+++ b/telemetry/vpp-collectd/vpp/vpp.c
@@ -322,8 +322,6 @@ static int vpp_read(void) {
(value_t){.derive = res[i].simple_counter_vec[k][j]}};
if (get_data_set(res[i].name, &data_set)) {
- plugin_log(LOG_INFO, "vpp plugin: ignored stat name %s",
- res[i].name);
continue;
}
@@ -344,8 +342,6 @@ static int vpp_read(void) {
};
if (get_data_set(res[i].name, &data_set)) {
- plugin_log(LOG_INFO, "vpp plugin: ignored stat name %s",
- res[i].name);
continue;
}