kombify TechStack provides comprehensive monitoring for your infrastructure through built-in metrics, health checks, and integrations with popular observability tools.Documentation Index
Fetch the complete documentation index at: https://docs.kombify.io/llms.txt
Use this file to discover all available pages before exploring further.
Monitoring 2.0: TechStack now includes an embedded Prometheus TSDB with a PromQL-compatible API, enabling built-in metric storage and querying without external Prometheus. External Prometheus integration remains supported.
Built-in health checks
API health endpoint
Health probes
Stack exposes standard health probes (compatible with Kubernetes, Docker healthchecks, and load balancers):| Endpoint | Purpose | When to use |
|---|---|---|
/health/live | Liveness probe | Is the process running? |
/health/ready | Readiness probe | Can it handle traffic? |
/health/startup | Startup probe | Has it started successfully? |
Prometheus metrics
Stack exposes metrics in Prometheus format at/metrics:
Key metrics
| Metric | Type | Description |
|---|---|---|
kombistack_api_requests_total | Counter | Total API requests |
kombistack_api_request_duration_seconds | Histogram | Request latency |
kombistack_workers_connected | Gauge | Connected agent count |
kombistack_workers_healthy | Gauge | Healthy agent count |
kombistack_jobs_total | Counter | Jobs by type and status |
kombistack_jobs_duration_seconds | Histogram | Job execution time |
kombistack_stacks_total | Gauge | Total stacks managed |
kombistack_drift_detected_total | Counter | Drift detections |
Prometheus configuration
prometheus.yml
Worker (node) monitoring
Each connected agent reports metrics about its node:Worker health states
| State | Description |
|---|---|
healthy | All checks passing |
degraded | Some non-critical issues |
unhealthy | Critical issues detected |
unreachable | No heartbeat received |
pending | Awaiting approval |
Grafana dashboards
Import our pre-built Grafana dashboards:- Stack Overview
- Workers
- Jobs
Dashboard ID:
kombistack-overviewShows:- API request rates
- Error rates
- Active workers
- Job queue status
Alerting
Example alert rules
alerting-rules.yml
Log aggregation
Stack outputs structured JSON logs that can be collected by any log aggregator:Loki configuration
loki-config.yml
Service monitoring
Monitor deployed services via Stack’s built-in checks:Monitoring stack deployment
Deploy a complete monitoring stack with Prometheus, Grafana, and Loki:kombination.yaml
Next steps
Troubleshooting
Debug common issues
Drift detection
Understand drift detection
