Disable prom metrics in `parser` package
Open
Nobody has claimed this yet.
feature
- Dominant language
- Go
- Stars
- 131
- Forks
- 16
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 11
Description
I'm not using seq-db fully - only the parser. I don't need the metrics, I'd like to disable them, but there's no such option. Is it possible to add this feature?
Contributor guide
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 parser package and the existing Prometheus metrics it registers or emits. Trace how parser configuration is constructed and determine where an opt-out can be exposed without changing the default behavior. Done means parser-only users can disable those metrics while existing users retain them, with coverage for both modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, prometheus
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100