vectordotdev / vectordotdev/vector
Add VictoriaMetrics metrics sink
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 22.6k
- Forks
- 2.3k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 146
Description
It would be great if Vector could route metrics data to VictoriaMetrics via any supported ingestion methods - see https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#how-to-import-time-series-data .
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 reviewing VictoriaMetrics' linked README section on supported time-series ingestion methods, then locate Vector's existing metrics sink implementations and their tests. Choose a supported ingestion path and define the sink's configuration and behavior; done means Vector can route metrics to VictoriaMetrics with coverage for the new sink.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- observability, stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100