telemetry: support global metrics
authorReshma Pattan <reshma.pattan@intel.com>
Tue, 18 Jun 2019 13:49:17 +0000 (14:49 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 24 Jun 2019 14:51:28 +0000 (16:51 +0200)
commit4080e46c807801435e6a86a0a6c38f3797984f4c
tree0c439d239db1986830c90e6621e1d01b1a0c54bc
parentd905cd1258acd7ebd91d2b2bacdc4223d92030bd
telemetry: support global metrics

telemetry has support for fetching port based stats
from metrics library.

Metrics library also has global stats which are
not fetched by telemetry, so extend telemetry to
fetch the global metrics.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Kevin Laatz <kevin.laatz@intel.com>
doc/guides/howto/telemetry.rst
doc/guides/rel_notes/release_19_08.rst
lib/librte_telemetry/rte_telemetry.c
lib/librte_telemetry/rte_telemetry_internal.h
lib/librte_telemetry/rte_telemetry_parser.c
usertools/dpdk-telemetry-client.py