X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapp%2Fvpp_prometheus_export.c;h=999449177663a2b72e1a81ce1db8ad13eeb94460;hb=72e31bc2d9b910147c09e1c329713fccc873a018;hp=06f1a9169cdf8658829112206f63b4276003b64a;hpb=a488f37559493657b59181c1212e57b3b9cc3689;p=vpp.git diff --git a/src/vpp/app/vpp_prometheus_export.c b/src/vpp/app/vpp_prometheus_export.c index 06f1a9169cd..99944917766 100644 --- a/src/vpp/app/vpp_prometheus_export.c +++ b/src/vpp/app/vpp_prometheus_export.c @@ -112,6 +112,9 @@ retry: res[i].scalar_value); break; + case STAT_DIR_TYPE_EMPTY: + break; + default: fformat (stderr, "Unknown value %d\n", res[i].type); ;