Metrics
http://<eddi-instance>/q/metricsTool Management Metrics
Cache Metrics
eddi.tool.cache.hits # Total cache hits
eddi.tool.cache.misses # Total cache misses
eddi.tool.cache.hits{tool="weather"} # Hits per tool
eddi.tool.cache.misses{tool="weather"} # Misses per tool
eddi.tool.cache.puts{tool="weather"} # Cache puts per tool
eddi.tool.cache.get.duration # Cache get duration (timer)
eddi.tool.cache.put.duration # Cache put duration (timer)
eddi.tool.cache.size # Current cache size (gauge)Rate Limiting Metrics
Cost Tracking Metrics
Tool Execution Metrics
Sample Grafana Dashboard
Tool System Overview
Prometheus Alerts
Sample Alert Rules
Accessing Metrics
Via Prometheus
Via REST API
Monitoring Best Practices
Key Metrics to Monitor
Additional Resources
Last updated
Was this helpful?