
Kepimetheus
Because 2 AM You Shouldn't Need to Remember PromQL Syntax
"Why the K? Because like kubectl, someone took the simple name first. But hey, at least we're consistent with the Kubernetes ecosystem! 😅"
User: Show me CPU usage for all pods in production namespace Kepimetheus: Generating PromQL... rate(container_cpu_usage_seconds_total{namespace="production"}[5m])
Features
Natural Language
Write queries in plain English. No more syntax nightmares.
Grafana Plugin
Native integration with your favorite dashboards.
AI Powered
Built on Amazon Bedrock for accurate query generation.
Grafana Integration
Natural Language PromQL Plugin
Transform your Grafana experience with natural language queries. No more PromQL syntax hunting!
You: Show CPU spikes in production namespace Plugin: Converting to PromQL... max(rate(container_cpu_usage_seconds_total{ namespace="production" }[5m])) by (pod) > 0.8