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
/debug/pprof/profile
CPU profiling endpoint - 30 second CPU profile for performance analysis
CPU Profile
/debug/pprof/heap
Heap profiling endpoint - current memory allocation profile
Heap Profile
/debug/pprof/allocs
Allocation profiling endpoint - memory allocation statistics
Allocation Profile
/debug/pprof/inuse_objects
In-use objects profile - currently allocated objects by type
In-Use Objects
/debug/pprof/inuse_space
In-use space profile - memory usage by allocation site
In-Use Space
/debug/pprof/wall
Wall clock profile - wall time sampling over 30 seconds
Wall Profile
/debug/pprof/goroutine
Thread profile - threads and asyncio tasks information
Thread Profile
/debug/pprof/block
Blocking operations profile - thread blocking analysis
Block Profile
/debug/pprof/mutex
Mutex profile - lock contention analysis
Mutex Profile
/debug/pprof/exceptions
Exceptions profile - exception counts and samples
Exceptions Profile

Active Collectors

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