oxidecomputer / oxidecomputer/omicron
Want endpoint for retrieving a single timeseries schema
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
Easy one: we have a list endpoint, but we should let someone ask for the schema for a single metric.
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 in nexus/src/external_api/http_entrypoints.rs at lines 6283-6308 and inspect the existing timeseries schema list endpoint. Determine the request and response shape needed for retrieving one metric's schema, then verify that the new endpoint returns the requested schema and handles an unknown metric consistently with existing API behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100