Skip to content

Fix journal client's statsd probing

David Douard requested to merge douardda/swh-journal:fix-client-statsd into master

recent change broke the statsd reporting at swh.journal.client level by missing the namespace argname while instanciating the Statsd class, thus making "swh_journal_client" the host os the Statsd instance.

Add a test for the usage of statsd in the journal client.

Merge request reports