Skip to content

Create Grafana dashboard template for metrics visualization #29

Description

@0xReLogic

Description

Create a Grafana dashboard template (JSON) to visualize Helios metrics exposed at /metrics endpoint.

Requirements

  • Grafana dashboard JSON file
  • Panels for key metrics:
    • Request rate (RPS)
    • Response latency (p50, p95, p99)
    • Backend health status
    • Active connections count
    • Circuit breaker state
    • Rate limit metrics
  • Variables for backend selection
  • Time range controls

Deliverables

  1. grafana/helios-dashboard.json - Dashboard template
  2. grafana/README.md - Import instructions
  3. Screenshots in documentation
  4. Update main README with monitoring section

Dashboard Panels

  • Overview: Total requests, error rate, avg latency
  • Backends: Per-backend RPS, latency, health status
  • Circuit Breaker: State timeline, trip events
  • Rate Limiting: Tokens consumed, rejected requests
  • System: Memory usage, goroutines, CPU

Acceptance Criteria

  • Complete Grafana dashboard JSON
  • Import instructions with screenshots
  • Documentation in README
  • Tested with Prometheus data source

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions