laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/30715 )
Change subject: rate counter: add StatsD note ......................................................................
rate counter: add StatsD note
Add passage explaining basic visualisation of stat and rate counter items with Netdata so user can start utilizing them without any special configuration.
Related: OS#5671 Change-Id: I124503c3707bbe005abbfb4245abe2829c6ff57c --- M common/chapters/counters-overview.adoc 1 file changed, 6 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/common/chapters/counters-overview.adoc b/common/chapters/counters-overview.adoc index 51cc5ce..b51036f 100644 --- a/common/chapters/counters-overview.adoc +++ b/common/chapters/counters-overview.adoc @@ -124,8 +124,12 @@ <4> IP address of the statsd server. <5> UDP port of the statsd server. Statsd by default listens to port 8125.
-Setting up a statsd server and configuring the visualization is beyond the -scope of this document. +You can use Netdata (https://learn.netdata.cloud/) as a statsd server which does not require special configuration +to show rate counters. +By default all the rate counters will be exposed to the StatsD plugin (listening on 127.0.0.1:8125) and displayed on the +Netdata dashboard available via: http://localhost:19999 +The list of available charts which includes all the rate counters reported via statsD is available through: +http://localhost:19999/api/v1/charts
=== Socket stats