Change in osmo-hlr[master]: Enable statsd support

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/.

Max gerrit-no-reply at lists.osmocom.org
Mon Feb 18 12:14:10 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12929


Change subject: Enable statsd support
......................................................................

Enable statsd support

Change-Id: I00b8aa4e59028a4c1098a3bae034e8d8ddfbe681
---
M src/hlr.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/29/12929/1

diff --git a/src/hlr.c b/src/hlr.c
index 7046180..c544310 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -23,6 +23,7 @@
 #include <getopt.h>
 
 #include <osmocom/core/msgb.h>
+#include <osmocom/core/stats.h>
 #include <osmocom/core/logging.h>
 #include <osmocom/core/application.h>
 #include <osmocom/gsm/gsup.h>
@@ -663,6 +664,7 @@
 		exit(1);
 	}
 
+	osmo_stats_init(hlr_ctx);
 	vty_init(&vty_info);
 	ctrl_vty_init(hlr_ctx);
 	handle_options(argc, argv);

-- 
To view, visit https://gerrit.osmocom.org/12929
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I00b8aa4e59028a4c1098a3bae034e8d8ddfbe681
Gerrit-Change-Number: 12929
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190218/4a6b0b9a/attachment.htm>


More information about the gerrit-log mailing list