Page MenuHomeSoftware Heritage

Deduplicate statsd calls
ClosedPublic

Authored by vlorentz on Aug 18 2022, 3:07 PM.

Details

Summary

This will allow adding more tags easily in future commits

Diff Detail

Repository
rDSCRUB Datastore Scrubber
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D8252 (id=29809)

Rebasing onto c6f711ecbf...

Current branch diff-target is up to date.
Changes applied before test
commit 0cc86b0e45f015429406112b16e8b2e5196512ba
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Aug 18 15:07:19 2022 +0200

    Deduplicate statsd calls
    
    This will allow adding more tags easily in future commits

See https://jenkins.softwareheritage.org/job/DSCRUB/job/tests-on-diff/53/ for more details.

olasd requested changes to this revision.Aug 18 2022, 4:28 PM
olasd added a subscriber: olasd.

We don't use statsd namespaces, which use dots in metric names and aren't really compatible with the way we set up the prometheus statsd exporter.

This revision now requires changes to proceed.Aug 18 2022, 4:28 PM

Meh. Seems like some default from prometheus-statsd-exporter unexpectedly does the right thing then.

This revision is now accepted and ready to land.Aug 18 2022, 4:36 PM
This revision was automatically updated to reflect the committed changes.