prometheus / prometheus/exporter-toolkit
RoutePrefix Handling for LandingPage Form
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 311
- Forks
- 109
- Avg merge
- 3d 59m
- Merged PRs (30d)
- 6
Description
With https://github.com/prometheus/exporter-toolkit/pull/283 introduced RoutePrefix the LandingPage form in snmp_exporter has wrong action <form action="//snmp"> resulting in a deadlink
1st reported in https://github.com/prometheus/snmp_exporter/issues/1366
@SuperQ
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 tracing RoutePrefix handling into the LandingPage form in the exporter toolkit and compare it with the behavior introduced by pull request 283. Verify that the form action resolves to the intended snmp_exporter route rather than a dead link, using the reported issue as the reproduction case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100