Meraki Dashboard Exporter

Prometheus exporter for Cisco Meraki Dashboard metrics

Exporter health check successful

The exporter is running and ready to serve metrics. You can explore the available endpoints below.

🎯 Getting Started

This exporter collects metrics from the Cisco Meraki Dashboard API and exposes them in Prometheus format.

View Metrics →

📊 Exporter Stats

{{ uptime }}
Uptime
{{ collector_count }}
Active Collectors
{{ org_count }}
Organizations

🔧 Configuration

Version: {{ version }}

Update Intervals:
Fast: {{ fast_interval }}s | Medium: {{ medium_interval }}s | Slow: {{ slow_interval }}s

{% if org_id %}

Organization ID: {{ org_id }}

{% endif %}

Available Endpoints

/metrics
Prometheus metrics endpoint - scrape this for all collected metrics
View Metrics
/health
Health check endpoint - returns current health status
Check Health
/cardinality
Cardinality monitor - analyze metric cardinality and identify potential performance issues
View Cardinality
/clients
Client data viewer - browse and search connected client information
View Clients

Active Collectors

{% for collector in collectors %}
{{ collector.name }} {{ collector.tier }}
{% endfor %}