diff options
author | Ole Troan <ot@cisco.com> | 2018-09-05 14:16:54 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-05 23:43:21 +0000 |
commit | 573c7af1710cf884f84427366855f405c9c9c5f9 (patch) | |
tree | 28103cf46b446987373a4169ee3a05537e6eddb4 /src | |
parent | 3f812aaf63c622bada7eae45e5b1cb14e89ba7ea (diff) |
STATS: Update Prometheus port
Update temporary port allocation with fixed allocated from:
https://github.com/prometheus/prometheus/wiki/Default-port-allocations
Change-Id: I99a7e069fb95d00884458aeacaba06e4713fbb76
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp/app/vpp_prometheus_export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/app/vpp_prometheus_export.c b/src/vpp/app/vpp_prometheus_export.c index cc85b817063..4fd749af24a 100644 --- a/src/vpp/app/vpp_prometheus_export.c +++ b/src/vpp/app/vpp_prometheus_export.c @@ -34,7 +34,7 @@ #include <ctype.h> /* https://github.com/prometheus/prometheus/wiki/Default-port-allocations */ -#define SERVER_PORT 9477 +#define SERVER_PORT 9482 static char * prom_string (char *s) |