Grafana dashboards reference metrics the exporter does not produce:
- agent-health.json: uses maestro_agents_active but exporter emits maestro_agents_online
- nats-events.json: uses gnatsd_varz_* but exporter emits nats_in_msgs_total etc.
- task-throughput.json: uses rate() on gauges (maestro_tasks_total) which won't work, references maestro_keystone_dispatch_duration_seconds_bucket histogram that nothing produces
Grafana dashboards reference metrics the exporter does not produce: