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
Thu Aug 12 15:44:02 UTC 2021


dexter has submitted this change. ( 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(-)

Approvals:
  daniel: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve
  dexter: Verified



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: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210812/f4998e62/attachment.htm>


More information about the gerrit-log mailing list