vectordotdev / vectordotdev/vector

Healthcheck/Uptime source

Open
#2,708 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

domain: metrics have: nice meta: idea needs: approval needs: requirements source: new
Dominant language
Rust
Stars
22.6k
Forks
2.3k
Avg merge
1d 7h
Merged PRs (30d)
146

Description

It was suggested in our community chat that Vector could support generating its own metrics by probing HTTP services and recording response time, status codes, etc.

Similar to the Prometheus source, it would make HTTP requests to a configurable set of endpoints on a configurable interval and forward metrics about the outcome of those requests.

We have had other requests for an HTTP client source that would work this way but return the response data itself instead of metrics. It's likely that we could make this the same source and allow users to configure if they'd like metrics or data or both.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the existing Prometheus source as the closest reference. Define how configurable HTTP endpoints, polling intervals, response metrics, and optional response data should be represented. Done means the source supports the requested healthcheck behavior and clearly specifies whether it emits metrics, response data, or both.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.