healthcheck-service

Health Check Service

A Rust-based health monitoring microservice with built-in observability using OpenTelemetry and Prometheus for comprehensive metrics collection and reporting.

Features

Getting Started

Prerequisites

Installation

git clone https://github.com/houseme/healthcheck-service.git
cd healthcheck-service
cargo build --release

Running the Service

cargo run

The service will start on http://127.0.0.1:5000

API Endpoints

Metrics Available

Configuration

Configuration is currently hardcoded. The service exports metrics to:

Development

# Run tests
cargo test

# Run with development features
cargo run --features dev

License

Licensed under either of:

at your option.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.