|
|
|
|
|
by prateekdalal
113 days ago
|
|
Hi HN,
Over the last 3 days, I shipped a major update to Kakveda (OSS).
The goal: unify infrastructure monitoring, observability, Kubernetes visibility, profiling, DB monitoring, and RUM into a single open source stack.
What’s included in v1.0.5:
• Full host metrics (CPU, memory, disk, network, processes, load, temp)
• Docker metrics + diagnostics
• Kubernetes inventory (nodes, pods, deployments, services, configmaps, secrets)
• Realtime service map (dependency graph)
• APM error grouping + exception replay
• Service-level latency/error percentiles
• Continuous profiling + trace correlation
• Database monitoring (slow queries, fingerprints, explain support)
• RUM (web vitals, frontend errors, user activity)
• SLO / error budget diagnostics
• Cross-telemetry correlation
• Unified native agent (infra + APM + K8s)
Most vendors (Datadog, AppDynamics, etc.) provide these features across multiple paid modules.
Kakveda provides them in OSS.
Would love feedback from infra/SRE folks on architecture and scalability considerations.
Repo:
https://github.com/prateekdevisingh/kakveda |
|