Change in docker-playground[master]: osmo-mgw: add missing statsd configuration

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Mon Aug 9 14:05:24 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/25179 )


Change subject: osmo-mgw: add missing statsd configuration
......................................................................

osmo-mgw: add missing statsd configuration

The recently added test TC_dlcx_wildcarded depends on statsd information
from osmo-mgw but in the osmo-mgw configuration no statsd is configured.

Change-Id: Ic4f0c57f56fe400bdb9a1948917f0eeb1d7e7427
Related: SYS#5535
---
M ttcn3-mgw-test/osmo-mgw.cfg
1 file changed, 10 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/79/25179/1

diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index f8e1a0d..13c477a 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -23,6 +23,16 @@
  no login
  bind 0.0.0.0
 !
+stats interval 0
+stats reporter statsd
+ prefix TTCN3
+ level global
+ remote-ip 172.18.4.181
+ remote-port 8125
+ flush-period 1
+ mtu 1024
+ enable
+!
 e1_input
  e1_line 0 driver ipa
 !

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/25179
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic4f0c57f56fe400bdb9a1948917f0eeb1d7e7427
Gerrit-Change-Number: 25179
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/159a0251/attachment.htm>


More information about the gerrit-log mailing list