diff options
author | Olivier Roques <oroques+fdio@cisco.com> | 2020-03-20 12:12:28 +0100 |
---|---|---|
committer | Olivier Roques <oroques+fdio@cisco.com> | 2020-03-24 10:59:07 +0100 |
commit | 4b36dc3d5dd3ec206aa24d49557c61ae5886be2b (patch) | |
tree | 530c0d1d18b5a9352b6df4bad9b13384692ee861 /telemetry/vpp-collectd | |
parent | 5691f9fb1a768fab068f02e9138109292099c3a0 (diff) |
[HICN-580] Improve memory usage in signer and verifier
This patch reduces the amount of memory used by the signer and
verifier classes.
It also removes some logs from VPP collectd plugins.
Change-Id: I3dac7b9104b5586ac22dee60f506bee51ece2cbe
Signed-off-by: Olivier Roques <oroques+fdio@cisco.com>
Diffstat (limited to 'telemetry/vpp-collectd')
-rw-r--r-- | telemetry/vpp-collectd/vpp/vpp.c | 4 |
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; } |