Skip to content

Meraki Dashboard Exporter

A lightweight Prometheus exporter for the Cisco Meraki Dashboard API. It collects metrics for organisations and all device types and can forward data via OpenTelemetry.

Quick start

  1. Copy .env.example to .env and set MERAKI_API_KEY.
  2. Run docker compose up -d using the provided compose file.

Or run directly with Docker:

docker run -d \
  -e MERAKI_EXPORTER_MERAKI__API_KEY=your_api_key_here \
  -p 9099:9099 \
  ghcr.io/rknightion/meraki-dashboard-exporter:latest

Learn more