mozilla-services / mozilla-services/autograph
Move statsd functions to their own package
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 176
- Forks
- 34
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
Discussed previously but never captured: we should move the statsd function out of the signer package into go.mozilla.org/autograph/metrics, or something similar.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the statsd function in the signer package and reviewing the existing package layout around go.mozilla.org/autograph/metrics. Move the function and update its callers so the project builds and relevant Go tests pass; done means statsd functionality is provided from the metrics package without signer-owned implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100