Skip to content

Metrics ReferenceΒΆ

This page provides a comprehensive reference of all Prometheus metrics exposed by the Meraki Dashboard Exporter.

Metrics Summary

πŸ“Š Total Metrics: 156 πŸ—οΈ Collectors: 9 πŸ“ˆ Gauges: 151 πŸ“Š Counters: 4 ℹ️ Info Metrics: 1

OverviewΒΆ

The exporter provides metrics across several categories:

Collector Metrics Description
AlertsCollector 4 🚨 Active alerts by severity, type, and category
ClientsCollector 21 πŸ‘₯ Detailed client-level metrics including usage and status
ConfigCollector 14 βš™οΈ Organization security settings and configuration tracking
DeviceCollector 10 πŸ“± Device status, performance, and uptime metrics
MRCollector 38 πŸ“‘ Access point metrics including clients, power, and performance
MSCollector 24 πŸ”€ Switch-specific metrics including port status, power, and PoE
MTSensorCollector 18 πŸ“Š Environmental monitoring from MT sensors
NetworkHealthCollector 8 πŸ₯ Network-wide wireless health and performance
OrganizationCollector 19 🏒 Organization-level metrics including API usage and licenses

🧭 Quick Navigation¢

By Metric TypeΒΆ

πŸ“Š Counters - Cumulative values that only increase (4 metrics)
πŸ“ˆ Gauges - Values that can increase or decrease (current state) (151 metrics)

ClientsCollector


ClientsCollector


ClientsCollector


DeviceCollector


DeviceCollector


DeviceCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


MTSensorCollector


NetworkHealthCollector


NetworkHealthCollector


NetworkHealthCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


OrganizationCollector


ClientsCollector

ℹ️ Info Metrics - Metadata and configuration information (1 metrics)

OrganizationCollector

By CollectorΒΆ

πŸ“‹ Metrics by CollectorΒΆ

AlertsCollectorΒΆ

Collector Information

Description: 🚨 Active alerts by severity, type, and category Source File: src/meraki_dashboard_exporter/collectors/alerts.py Metrics Count: 4

meraki_alerts_activeΒΆ

Type: πŸ”’ Gauge

Description: Number of active Meraki assurance alerts

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.ALERT_TYPE
  • LabelName.CATEGORY_TYPE
  • LabelName.SEVERITY
  • LabelName.DEVICE_TYPE
Technical Details

Constant: AlertMetricName.ALERTS_ACTIVE

Variable: self._alerts_active Source Line: 32


meraki_alerts_total_by_networkΒΆ

Type: πŸ”’ Gauge

Description: Total number of active alerts per network

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: AlertMetricName.ALERTS_TOTAL_BY_NETWORK

Variable: self._alerts_by_network Source Line: 55


meraki_alerts_total_by_severityΒΆ

Type: πŸ”’ Gauge

Description: Total number of active alerts by severity

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.SEVERITY
Technical Details

Constant: AlertMetricName.ALERTS_TOTAL_BY_SEVERITY

Variable: self._alerts_by_severity Source Line: 48


meraki_sensor_alerts_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of sensor alerts in the last hour by metric type

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.METRIC
Technical Details

Constant: AlertMetricName.SENSOR_ALERTS_TOTAL

Variable: self._sensor_alerts_total Source Line: 67

ClientsCollectorΒΆ

Collector Information

Description: πŸ‘₯ Detailed client-level metrics including usage and status Source File: src/meraki_dashboard_exporter/collectors/clients.py Metrics Count: 21

meraki_client_application_usage_recv_kbΒΆ

Type: πŸ”’ Gauge

Description: Kilobytes received by client per application in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.TYPE
Technical Details

Constant: ClientMetricName.CLIENT_APPLICATION_USAGE_RECV_KB

Variable: self.client_app_usage_recv Source Line: 238


meraki_client_application_usage_sent_kbΒΆ

Type: πŸ”’ Gauge

Description: Kilobytes sent by client per application in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.TYPE
Technical Details

Constant: ClientMetricName.CLIENT_APPLICATION_USAGE_SENT_KB

Variable: self.client_app_usage_sent Source Line: 222


meraki_client_application_usage_total_kbΒΆ

Type: πŸ”’ Gauge

Description: Total kilobytes transferred by client per application in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.TYPE
Technical Details

Constant: ClientMetricName.CLIENT_APPLICATION_USAGE_TOTAL_KB

Variable: self.client_app_usage_total Source Line: 254


meraki_client_statusΒΆ

Type: πŸ”’ Gauge

Description: Client online status (1 = online, 0 = offline)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.CLIENT_STATUS

Variable: self.client_status Source Line: 70


meraki_client_usage_recv_kbΒΆ

Type: πŸ”’ Gauge

Description: Kilobytes received by client in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.CLIENT_USAGE_RECV_KB

Variable: self.client_usage_recv Source Line: 104


meraki_client_usage_sent_kbΒΆ

Type: πŸ”’ Gauge

Description: Kilobytes sent by client in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.CLIENT_USAGE_SENT_KB

Variable: self.client_usage_sent Source Line: 88


meraki_client_usage_total_kbΒΆ

Type: πŸ”’ Gauge

Description: Total kilobytes transferred by client in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.CLIENT_USAGE_TOTAL_KB

Variable: self.client_usage_total Source Line: 120


meraki_clients_per_ssid_countΒΆ

Type: πŸ”’ Gauge

Description: Count of clients per SSID

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.CLIENTS_PER_SSID_COUNT

Variable: self.clients_per_ssid Source Line: 197


meraki_clients_per_vlan_countΒΆ

Type: πŸ”’ Gauge

Description: Count of clients per VLAN

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.VLAN
Technical Details

Constant: ClientMetricName.CLIENTS_PER_VLAN_COUNT

Variable: self.clients_per_vlan Source Line: 209


meraki_exporter_client_dns_cache_expiredΒΆ

Type: πŸ”’ Gauge

Description: Number of expired entries in DNS cache

Technical Details

Variable: self.dns_cache_expired Source Line: 147


meraki_exporter_client_dns_cache_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of entries in DNS cache

Technical Details

Variable: self.dns_cache_total Source Line: 137


meraki_exporter_client_dns_cache_validΒΆ

Type: πŸ”’ Gauge

Description: Number of valid entries in DNS cache

Technical Details

Variable: self.dns_cache_valid Source Line: 142


meraki_exporter_client_dns_lookups_cached_totalΒΆ

Type: πŸ“ˆ Counter

Description: Total number of DNS lookups served from cache

Technical Details

Variable: self.dns_lookups_cached Source Line: 167


meraki_exporter_client_dns_lookups_failed_totalΒΆ

Type: πŸ“ˆ Counter

Description: Total number of failed DNS lookups

Technical Details

Variable: self.dns_lookups_failed Source Line: 162


meraki_exporter_client_dns_lookups_successful_totalΒΆ

Type: πŸ“ˆ Counter

Description: Total number of successful DNS lookups

Technical Details

Variable: self.dns_lookups_successful Source Line: 157


meraki_exporter_client_dns_lookups_totalΒΆ

Type: πŸ“ˆ Counter

Description: Total number of DNS lookups performed

Technical Details

Variable: self.dns_lookups_total Source Line: 152


meraki_exporter_client_store_networksΒΆ

Type: πŸ”’ Gauge

Description: Total number of networks with clients

Technical Details

Variable: self.client_store_networks Source Line: 178


meraki_exporter_client_store_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of clients in the store

Technical Details

Variable: self.client_store_total Source Line: 173


meraki_wireless_client_capabilities_countΒΆ

Type: πŸ”’ Gauge

Description: Count of wireless clients by capability

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.TYPE
Technical Details

Constant: ClientMetricName.WIRELESS_CLIENT_CAPABILITIES_COUNT

Variable: self.client_capabilities_count Source Line: 184


meraki_wireless_client_rssiΒΆ

Type: πŸ”’ Gauge

Description: Wireless client RSSI (Received Signal Strength Indicator) in dBm

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.WIRELESS_CLIENT_RSSI

Variable: self.wireless_client_rssi Source Line: 271


meraki_wireless_client_snrΒΆ

Type: πŸ”’ Gauge

Description: Wireless client SNR (Signal-to-Noise Ratio) in dB

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.CLIENT_ID
  • LabelName.MAC
  • LabelName.DESCRIPTION
  • LabelName.HOSTNAME
  • LabelName.SSID
Technical Details

Constant: ClientMetricName.WIRELESS_CLIENT_SNR

Variable: self.wireless_client_snr Source Line: 287

ConfigCollectorΒΆ

Collector Information

Description: βš™οΈ Organization security settings and configuration tracking Source File: src/meraki_dashboard_exporter/collectors/config.py Metrics Count: 14

OrgMetricName.ORG_LOGIN_SECURITY_ACCOUNT_LOCKOUT_ATTEMPTSΒΆ

Type: πŸ”’ Gauge

Description: Number of failed login attempts before lockout (0 if not set)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_account_lockout_attempts Source Line: 74


OrgMetricName.ORG_LOGIN_SECURITY_API_IP_RESTRICTIONS_ENABLEDΒΆ

Type: πŸ”’ Gauge

Description: Whether API key IP restrictions are enabled (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_api_ip_restrictions_enabled Source Line: 104


OrgMetricName.ORG_LOGIN_SECURITY_DIFFERENT_PASSWORDS_COUNTΒΆ

Type: πŸ”’ Gauge

Description: Number of different passwords required (0 if not set)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_different_passwords_count Source Line: 50


OrgMetricName.ORG_LOGIN_SECURITY_DIFFERENT_PASSWORDS_ENABLEDΒΆ

Type: πŸ”’ Gauge

Description: Whether different passwords are enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_different_passwords_enabled Source Line: 44


OrgMetricName.ORG_LOGIN_SECURITY_PASSWORD_EXPIRATION_DAYSΒΆ

Type: πŸ”’ Gauge

Description: Number of days before password expires (0 if not set)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_password_expiration_days Source Line: 38


OrgMetricName.ORG_LOGIN_SECURITY_PASSWORD_EXPIRATION_ENABLEDΒΆ

Type: πŸ”’ Gauge

Description: Whether password expiration is enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_password_expiration_enabled Source Line: 32


OrgMetricName.ORG_LOGIN_SECURITY_STRONG_PASSWORDS_ENABLEDΒΆ

Type: πŸ”’ Gauge

Description: Whether strong passwords are enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Variable: self._login_security_strong_passwords_enabled Source Line: 56


meraki_org_configuration_changes_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of configuration changes in the last 24 hours

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_CONFIGURATION_CHANGES_TOTAL

Variable: self._configuration_changes_total Source Line: 111


meraki_org_login_security_account_lockout_enabledΒΆ

Type: πŸ”’ Gauge

Description: Whether account lockout is enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_LOGIN_SECURITY_ACCOUNT_LOCKOUT_ENABLED

Variable: self._login_security_account_lockout_enabled Source Line: 68


meraki_org_login_security_idle_timeout_enabledΒΆ

Type: πŸ”’ Gauge

Description: Whether idle timeout is enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_LOGIN_SECURITY_IDLE_TIMEOUT_ENABLED

Variable: self._login_security_idle_timeout_enabled Source Line: 80


meraki_org_login_security_idle_timeout_minutesΒΆ

Type: πŸ”’ Gauge

Description: Minutes before idle timeout (0 if not set)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_LOGIN_SECURITY_IDLE_TIMEOUT_MINUTES

Variable: self._login_security_idle_timeout_minutes Source Line: 86


meraki_org_login_security_ip_ranges_enabledΒΆ

Type: πŸ”’ Gauge

Description: Whether login IP ranges are enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_LOGIN_SECURITY_IP_RANGES_ENABLED

Variable: self._login_security_ip_ranges_enabled Source Line: 98


meraki_org_login_security_minimum_password_lengthΒΆ

Type: πŸ”’ Gauge

Description: Minimum password length required

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_LOGIN_SECURITY_MINIMUM_PASSWORD_LENGTH

Variable: self._login_security_minimum_password_length Source Line: 62


meraki_org_login_security_two_factor_enabledΒΆ

Type: πŸ”’ Gauge

Description: Whether two-factor authentication is enforced (1=enabled, 0=disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_LOGIN_SECURITY_TWO_FACTOR_ENABLED

Variable: self._login_security_two_factor_enabled Source Line: 92

DeviceCollectorΒΆ

Collector Information

Description: πŸ“± Device status, performance, and uptime metrics Source File: src/meraki_dashboard_exporter/collectors/device.py Metrics Count: 10

meraki_device_memory_free_bytesΒΆ

Type: πŸ”’ Gauge

Description: Device memory free in bytes

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.STAT
Technical Details

Constant: DeviceMetricName.DEVICE_MEMORY_FREE_BYTES

Variable: self._device_memory_free_bytes Source Line: 218


meraki_device_memory_total_bytesΒΆ

Type: πŸ”’ Gauge

Description: Device memory total provisioned in bytes

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: DeviceMetricName.DEVICE_MEMORY_TOTAL_BYTES

Variable: self._device_memory_total_bytes Source Line: 234


meraki_device_memory_usage_percentΒΆ

Type: πŸ”’ Gauge

Description: Device memory usage percentage (maximum from most recent interval)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: DeviceMetricName.DEVICE_MEMORY_USAGE_PERCENT

Variable: self._device_memory_usage_percent Source Line: 249


meraki_device_memory_used_bytesΒΆ

Type: πŸ”’ Gauge

Description: Device memory used in bytes

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.STAT
Technical Details

Constant: DeviceMetricName.DEVICE_MEMORY_USED_BYTES

Variable: self._device_memory_used_bytes Source Line: 202


meraki_device_status_infoΒΆ

Type: πŸ”’ Gauge

Description: Device status information

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.STATUS
Technical Details

Constant: DeviceMetricName.DEVICE_STATUS_INFO

Variable: self._device_status_info Source Line: 185


meraki_device_upΒΆ

Type: πŸ”’ Gauge

Description: Device online status (1 = online, 0 = offline)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: DeviceMetricName.DEVICE_UP

Variable: self._device_up Source Line: 170


meraki_ms_ports_active_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of active switch ports

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: MSMetricName.MS_PORTS_ACTIVE_TOTAL

Variable: self._ms_ports_active_total Source Line: 127


Type: πŸ”’ Gauge

Description: Total number of active switch ports by link speed

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.MEDIA
  • LabelName.LINK_SPEED
Technical Details

Constant: MSMetricName.MS_PORTS_BY_LINK_SPEED_TOTAL

Variable: self._ms_ports_by_link_speed_total Source Line: 156


meraki_ms_ports_by_media_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of switch ports by media type

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.MEDIA
  • LabelName.STATUS
Technical Details

Constant: MSMetricName.MS_PORTS_BY_MEDIA_TOTAL

Variable: self._ms_ports_by_media_total Source Line: 145


meraki_ms_ports_inactive_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of inactive switch ports

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: MSMetricName.MS_PORTS_INACTIVE_TOTAL

Variable: self._ms_ports_inactive_total Source Line: 136

MRCollectorΒΆ

Collector Information

Description: πŸ“‘ Access point metrics including clients, power, and performance Source File: src/meraki_dashboard_exporter/collectors/devices/mr.py Metrics Count: 38

meraki_mr_aggregation_enabledΒΆ

Type: πŸ”’ Gauge

Description: Access point port aggregation enabled status (1 = enabled, 0 = disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_AGGREGATION_ENABLED

Variable: self._mr_aggregation_enabled Source Line: 172


meraki_mr_aggregation_speed_mbpsΒΆ

Type: πŸ”’ Gauge

Description: Access point total aggregated port speed in Mbps

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_AGGREGATION_SPEED_MBPS

Variable: self._mr_aggregation_speed Source Line: 187


meraki_mr_clients_connectedΒΆ

Type: πŸ”’ Gauge

Description: Number of clients connected to access point

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_CLIENTS_CONNECTED

Variable: self._ap_clients Source Line: 44


meraki_mr_connection_stats_totalΒΆ

Type: πŸ”’ Gauge

Description: Wireless connection statistics over the last 30 minutes (assoc/auth/dhcp/dns/success)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.STAT_TYPE
Technical Details

Constant: MRMetricName.MR_CONNECTION_STATS

Variable: self._ap_connection_stats Source Line: 59


meraki_mr_cpu_load_5minΒΆ

Type: πŸ”’ Gauge

Description: Access point CPU load average over 5 minutes (normalized to 0-100 per core)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_CPU_LOAD_5MIN

Variable: self._mr_cpu_load_5min Source Line: 441


meraki_mr_network_packet_loss_downstream_percentΒΆ

Type: πŸ”’ Gauge

Description: Downstream packet loss percentage for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKET_LOSS_DOWNSTREAM_PERCENT

Variable: self._mr_network_packet_loss_downstream_percent Source Line: 362


meraki_mr_network_packet_loss_total_percentΒΆ

Type: πŸ”’ Gauge

Description: Total packet loss percentage (upstream + downstream) for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKET_LOSS_TOTAL_PERCENT

Variable: self._mr_network_packet_loss_total_percent Source Line: 429


meraki_mr_network_packet_loss_upstream_percentΒΆ

Type: πŸ”’ Gauge

Description: Upstream packet loss percentage for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKET_LOSS_UPSTREAM_PERCENT

Variable: self._mr_network_packet_loss_upstream_percent Source Line: 395


meraki_mr_network_packets_downstream_lostΒΆ

Type: πŸ”’ Gauge

Description: Downstream packets lost for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKETS_DOWNSTREAM_LOST

Variable: self._mr_network_packets_downstream_lost Source Line: 351


meraki_mr_network_packets_downstream_totalΒΆ

Type: πŸ”’ Gauge

Description: Total downstream packets for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKETS_DOWNSTREAM_TOTAL

Variable: self._mr_network_packets_downstream_total Source Line: 340


meraki_mr_network_packets_lost_totalΒΆ

Type: πŸ”’ Gauge

Description: Total packets lost (upstream + downstream) for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKETS_LOST_TOTAL

Variable: self._mr_network_packets_lost_total Source Line: 418


meraki_mr_network_packets_totalΒΆ

Type: πŸ”’ Gauge

Description: Total packets (upstream + downstream) for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKETS_TOTAL

Variable: self._mr_network_packets_total Source Line: 407


meraki_mr_network_packets_upstream_lostΒΆ

Type: πŸ”’ Gauge

Description: Upstream packets lost for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKETS_UPSTREAM_LOST

Variable: self._mr_network_packets_upstream_lost Source Line: 384


meraki_mr_network_packets_upstream_totalΒΆ

Type: πŸ”’ Gauge

Description: Total upstream packets for all access points in network (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MRMetricName.MR_NETWORK_PACKETS_UPSTREAM_TOTAL

Variable: self._mr_network_packets_upstream_total Source Line: 373


meraki_mr_packet_loss_downstream_percentΒΆ

Type: πŸ”’ Gauge

Description: Downstream packet loss percentage for access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKET_LOSS_DOWNSTREAM_PERCENT

Variable: self._mr_packet_loss_downstream_percent Source Line: 233


meraki_mr_packet_loss_total_percentΒΆ

Type: πŸ”’ Gauge

Description: Total packet loss percentage (upstream + downstream) for access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKET_LOSS_TOTAL_PERCENT

Variable: self._mr_packet_loss_total_percent Source Line: 324


meraki_mr_packet_loss_upstream_percentΒΆ

Type: πŸ”’ Gauge

Description: Upstream packet loss percentage for access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKET_LOSS_UPSTREAM_PERCENT

Variable: self._mr_packet_loss_upstream_percent Source Line: 278


meraki_mr_packets_downstream_lostΒΆ

Type: πŸ”’ Gauge

Description: Downstream packets lost by access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKETS_DOWNSTREAM_LOST

Variable: self._mr_packets_downstream_lost Source Line: 218


meraki_mr_packets_downstream_totalΒΆ

Type: πŸ”’ Gauge

Description: Total downstream packets transmitted by access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKETS_DOWNSTREAM_TOTAL

Variable: self._mr_packets_downstream_total Source Line: 203


meraki_mr_packets_lost_totalΒΆ

Type: πŸ”’ Gauge

Description: Total packets lost (upstream + downstream) for access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKETS_LOST_TOTAL

Variable: self._mr_packets_lost_total Source Line: 309


meraki_mr_packets_totalΒΆ

Type: πŸ”’ Gauge

Description: Total packets (upstream + downstream) for access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKETS_TOTAL

Variable: self._mr_packets_total Source Line: 294


meraki_mr_packets_upstream_lostΒΆ

Type: πŸ”’ Gauge

Description: Upstream packets lost by access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKETS_UPSTREAM_LOST

Variable: self._mr_packets_upstream_lost Source Line: 263


meraki_mr_packets_upstream_totalΒΆ

Type: πŸ”’ Gauge

Description: Total upstream packets received by access point (5-minute window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_PACKETS_UPSTREAM_TOTAL

Variable: self._mr_packets_upstream_total Source Line: 248


Type: πŸ”’ Gauge

Description: Access point port link negotiation information

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_NAME
  • LabelName.DUPLEX
Technical Details

Constant: MRMetricName.MR_PORT_LINK_NEGOTIATION_INFO

Variable: self._mr_port_link_negotiation_info Source Line: 139


Type: πŸ”’ Gauge

Description: Access point port link negotiation speed in Mbps

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_NAME
Technical Details

Constant: MRMetricName.MR_PORT_LINK_NEGOTIATION_SPEED_MBPS

Variable: self._mr_port_link_negotiation_speed Source Line: 156


meraki_mr_port_poe_infoΒΆ

Type: πŸ”’ Gauge

Description: Access point port PoE information

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_NAME
  • LabelName.STANDARD
Technical Details

Constant: MRMetricName.MR_PORT_POE_INFO

Variable: self._mr_port_poe_info Source Line: 122


meraki_mr_power_ac_connectedΒΆ

Type: πŸ”’ Gauge

Description: Access point AC power connection status (1 = connected, 0 = not connected)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_POWER_AC_CONNECTED

Variable: self._mr_power_ac_connected Source Line: 92


meraki_mr_power_infoΒΆ

Type: πŸ”’ Gauge

Description: Access point power information

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.MODE
Technical Details

Constant: MRMetricName.MR_POWER_INFO

Variable: self._mr_power_info Source Line: 76


meraki_mr_power_poe_connectedΒΆ

Type: πŸ”’ Gauge

Description: Access point PoE power connection status (1 = connected, 0 = not connected)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MRMetricName.MR_POWER_POE_CONNECTED

Variable: self._mr_power_poe_connected Source Line: 107


meraki_mr_radio_broadcastingΒΆ

Type: πŸ”’ Gauge

Description: Access point radio broadcasting status (1 = broadcasting, 0 = not broadcasting)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.BAND
  • LabelName.RADIO_INDEX
Technical Details

Constant: MRMetricName.MR_RADIO_BROADCASTING

Variable: self._mr_radio_broadcasting Source Line: 457


meraki_mr_radio_channelΒΆ

Type: πŸ”’ Gauge

Description: Access point radio channel number

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.BAND
  • LabelName.RADIO_INDEX
Technical Details

Constant: MRMetricName.MR_RADIO_CHANNEL

Variable: self._mr_radio_channel Source Line: 474


meraki_mr_radio_channel_width_mhzΒΆ

Type: πŸ”’ Gauge

Description: Access point radio channel width in MHz

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.BAND
  • LabelName.RADIO_INDEX
Technical Details

Constant: MRMetricName.MR_RADIO_CHANNEL_WIDTH_MHZ

Variable: self._mr_radio_channel_width Source Line: 491


meraki_mr_radio_power_dbmΒΆ

Type: πŸ”’ Gauge

Description: Access point radio transmit power in dBm

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.BAND
  • LabelName.RADIO_INDEX
Technical Details

Constant: MRMetricName.MR_RADIO_POWER_DBM

Variable: self._mr_radio_power Source Line: 508


meraki_mr_ssid_client_countΒΆ

Type: πŸ”’ Gauge

Description: Number of clients connected to SSID over the last day

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SSID
Technical Details

Constant: MRMetricName.MR_SSID_CLIENT_COUNT

Variable: self._ssid_client_count Source Line: 574


meraki_mr_ssid_usage_downstream_mbΒΆ

Type: πŸ”’ Gauge

Description: Downstream data usage in MB by SSID over the last day

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SSID
Technical Details

Constant: MRMetricName.MR_SSID_USAGE_DOWNSTREAM_MB

Variable: self._ssid_usage_downstream_mb Source Line: 538


meraki_mr_ssid_usage_percentageΒΆ

Type: πŸ”’ Gauge

Description: Percentage of total organization data usage by SSID over the last day

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SSID
Technical Details

Constant: MRMetricName.MR_SSID_USAGE_PERCENTAGE

Variable: self._ssid_usage_percentage Source Line: 562


meraki_mr_ssid_usage_total_mbΒΆ

Type: πŸ”’ Gauge

Description: Total data usage in MB by SSID over the last day

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SSID
Technical Details

Constant: MRMetricName.MR_SSID_USAGE_TOTAL_MB

Variable: self._ssid_usage_total_mb Source Line: 526


meraki_mr_ssid_usage_upstream_mbΒΆ

Type: πŸ”’ Gauge

Description: Upstream data usage in MB by SSID over the last day

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SSID
Technical Details

Constant: MRMetricName.MR_SSID_USAGE_UPSTREAM_MB

Variable: self._ssid_usage_upstream_mb Source Line: 550

MSCollectorΒΆ

Collector Information

Description: πŸ”€ Switch-specific metrics including port status, power, and PoE Source File: src/meraki_dashboard_exporter/collectors/devices/ms.py Metrics Count: 24

meraki_ms_poe_budget_wattsΒΆ

Type: πŸ”’ Gauge

Description: Total POE power budget for switch in watts

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MSMetricName.MS_POE_BUDGET_WATTS

Variable: self._switch_poe_budget Source Line: 150


meraki_ms_poe_network_total_watthoursΒΆ

Type: πŸ”’ Gauge

Description: Total POE power consumption for all switches in network in watt-hours (Wh)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: MSMetricName.MS_POE_NETWORK_TOTAL_WATTS

Variable: self._switch_poe_network_total Source Line: 165


meraki_ms_poe_port_power_watthoursΒΆ

Type: πŸ”’ Gauge

Description: Per-port POE power consumption in watt-hours (Wh) over the last 1 hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_ID
  • LabelName.PORT_NAME
Technical Details

Constant: MSMetricName.MS_POE_PORT_POWER_WATTS

Variable: self._switch_poe_port_power Source Line: 118


meraki_ms_poe_total_power_watthoursΒΆ

Type: πŸ”’ Gauge

Description: Total POE power consumption for switch in watt-hours (Wh)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MSMetricName.MS_POE_TOTAL_POWER_WATTS

Variable: self._switch_poe_total_power Source Line: 135


meraki_ms_port_client_countΒΆ

Type: πŸ”’ Gauge

Description: Number of clients connected to switch port

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_ID
  • LabelName.PORT_NAME
Technical Details

Constant: MSMetricName.MS_PORT_CLIENT_COUNT

Variable: self._switch_port_client_count Source Line: 84


meraki_ms_port_packets_broadcastΒΆ

Type: πŸ”’ Gauge

Description: Broadcast packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_BROADCAST

Variable: self._switch_port_packets_broadcast Source Line: 213


meraki_ms_port_packets_collisionsΒΆ

Type: πŸ”’ Gauge

Description: Collision packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_COLLISIONS

Variable: self._switch_port_packets_collisions Source Line: 237


meraki_ms_port_packets_crcerrorsΒΆ

Type: πŸ”’ Gauge

Description: CRC align error packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_CRCERRORS

Variable: self._switch_port_packets_crcerrors Source Line: 225


meraki_ms_port_packets_fragmentsΒΆ

Type: πŸ”’ Gauge

Description: Fragment packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_FRAGMENTS

Variable: self._switch_port_packets_fragments Source Line: 231


meraki_ms_port_packets_multicastΒΆ

Type: πŸ”’ Gauge

Description: Multicast packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_MULTICAST

Variable: self._switch_port_packets_multicast Source Line: 219


meraki_ms_port_packets_rate_broadcastΒΆ

Type: πŸ”’ Gauge

Description: Broadcast packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_BROADCAST

Variable: self._switch_port_packets_rate_broadcast Source Line: 256


meraki_ms_port_packets_rate_collisionsΒΆ

Type: πŸ”’ Gauge

Description: Collision packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_COLLISIONS

Variable: self._switch_port_packets_rate_collisions Source Line: 280


meraki_ms_port_packets_rate_crcerrorsΒΆ

Type: πŸ”’ Gauge

Description: CRC align error packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_CRCERRORS

Variable: self._switch_port_packets_rate_crcerrors Source Line: 268


meraki_ms_port_packets_rate_fragmentsΒΆ

Type: πŸ”’ Gauge

Description: Fragment packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_FRAGMENTS

Variable: self._switch_port_packets_rate_fragments Source Line: 274


meraki_ms_port_packets_rate_multicastΒΆ

Type: πŸ”’ Gauge

Description: Multicast packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_MULTICAST

Variable: self._switch_port_packets_rate_multicast Source Line: 262


meraki_ms_port_packets_rate_topologychangesΒΆ

Type: πŸ”’ Gauge

Description: Topology change packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_TOPOLOGYCHANGES

Variable: self._switch_port_packets_rate_topologychanges Source Line: 286


meraki_ms_port_packets_rate_totalΒΆ

Type: πŸ”’ Gauge

Description: Total packet rate on switch port (packets per second, 5-minute average)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_RATE_TOTAL

Variable: self._switch_port_packets_rate_total Source Line: 250


meraki_ms_port_packets_topologychangesΒΆ

Type: πŸ”’ Gauge

Description: Topology change packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_TOPOLOGYCHANGES

Variable: self._switch_port_packets_topologychanges Source Line: 243


meraki_ms_port_packets_totalΒΆ

Type: πŸ”’ Gauge

Description: Total packets on switch port (5-minute window)

Technical Details

Constant: MSMetricName.MS_PORT_PACKETS_TOTAL

Variable: self._switch_port_packets_total Source Line: 207


meraki_ms_port_statusΒΆ

Type: πŸ”’ Gauge

Description: Switch port status (1 = connected, 0 = disconnected)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_ID
  • LabelName.PORT_NAME
  • LabelName.LINK_SPEED
  • LabelName.DUPLEX
Technical Details

Constant: MSMetricName.MS_PORT_STATUS

Variable: self._switch_port_status Source Line: 29


meraki_ms_port_traffic_bytesΒΆ

Type: πŸ”’ Gauge

Description: Switch port traffic rate in bytes per second (averaged over 1 hour)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_ID
  • LabelName.PORT_NAME
  • LabelName.DIRECTION
Technical Details

Constant: MSMetricName.MS_PORT_TRAFFIC_BYTES

Variable: self._switch_port_traffic Source Line: 48


meraki_ms_port_usage_bytesΒΆ

Type: πŸ”’ Gauge

Description: Switch port data usage in bytes over the last 1 hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.PORT_ID
  • LabelName.PORT_NAME
  • LabelName.DIRECTION
Technical Details

Constant: MSMetricName.MS_PORT_USAGE_BYTES

Variable: self._switch_port_usage Source Line: 66


meraki_ms_power_usage_wattsΒΆ

Type: πŸ”’ Gauge

Description: Switch power usage in watts

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MSMetricName.MS_POWER_USAGE_WATTS

Variable: self._switch_power Source Line: 102


meraki_ms_stp_priorityΒΆ

Type: πŸ”’ Gauge

Description: Switch STP (Spanning Tree Protocol) priority

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MSMetricName.MS_STP_PRIORITY

Variable: self._switch_stp_priority Source Line: 177

MTSensorCollectorΒΆ

Collector Information

Description: πŸ“Š Environmental monitoring from MT sensors Source File: src/meraki_dashboard_exporter/collectors/mt_sensor.py Metrics Count: 18

meraki_mt_apparent_power_vaΒΆ

Type: πŸ”’ Gauge

Description: Apparent power in volt-amperes

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_APPARENT_POWER_VA

Variable: self._sensor_apparent_power Source Line: 248


meraki_mt_battery_percentageΒΆ

Type: πŸ”’ Gauge

Description: Battery level percentage

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_BATTERY_PERCENTAGE

Variable: self._sensor_battery Source Line: 173


meraki_mt_co2_ppmΒΆ

Type: πŸ”’ Gauge

Description: CO2 level in parts per million

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_CO2_PPM

Variable: self._sensor_co2 Source Line: 113


meraki_mt_current_ampsΒΆ

Type: πŸ”’ Gauge

Description: Current in amperes

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_CURRENT_AMPS

Variable: self._sensor_current Source Line: 218


meraki_mt_door_statusΒΆ

Type: πŸ”’ Gauge

Description: Door sensor status (1 = open, 0 = closed)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_DOOR_STATUS

Variable: self._sensor_door Source Line: 83


meraki_mt_downstream_power_enabledΒΆ

Type: πŸ”’ Gauge

Description: Downstream power status (1 = enabled, 0 = disabled)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_DOWNSTREAM_POWER_ENABLED

Variable: self._sensor_downstream_power Source Line: 293


meraki_mt_frequency_hzΒΆ

Type: πŸ”’ Gauge

Description: Frequency in hertz

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_FREQUENCY_HZ

Variable: self._sensor_frequency Source Line: 278


meraki_mt_humidity_percentΒΆ

Type: πŸ”’ Gauge

Description: Humidity percentage

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_HUMIDITY_PERCENT

Variable: self._sensor_humidity Source Line: 68


meraki_mt_indoor_air_quality_scoreΒΆ

Type: πŸ”’ Gauge

Description: Indoor air quality score (0-100)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_INDOOR_AIR_QUALITY_SCORE

Variable: self._sensor_air_quality Source Line: 188


meraki_mt_noise_dbΒΆ

Type: πŸ”’ Gauge

Description: Noise level in decibels

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_NOISE_DB

Variable: self._sensor_noise Source Line: 158


meraki_mt_pm25_ug_m3ΒΆ

Type: πŸ”’ Gauge

Description: PM2.5 particulate matter in micrograms per cubic meter

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_PM25_UG_M3

Variable: self._sensor_pm25 Source Line: 143


meraki_mt_power_factor_percentΒΆ

Type: πŸ”’ Gauge

Description: Power factor percentage

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_POWER_FACTOR_PERCENT

Variable: self._sensor_power_factor Source Line: 263


meraki_mt_real_power_wattsΒΆ

Type: πŸ”’ Gauge

Description: Real power in watts

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_REAL_POWER_WATTS

Variable: self._sensor_real_power Source Line: 233


meraki_mt_remote_lockout_statusΒΆ

Type: πŸ”’ Gauge

Description: Remote lockout switch status (1 = locked, 0 = unlocked)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_REMOTE_LOCKOUT_STATUS

Variable: self._sensor_remote_lockout Source Line: 308


meraki_mt_temperature_celsiusΒΆ

Type: πŸ”’ Gauge

Description: Temperature reading in Celsius

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_TEMPERATURE_CELSIUS

Variable: self._sensor_temperature Source Line: 53


meraki_mt_tvoc_ppbΒΆ

Type: πŸ”’ Gauge

Description: Total volatile organic compounds in parts per billion

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_TVOC_PPB

Variable: self._sensor_tvoc Source Line: 128


meraki_mt_voltage_voltsΒΆ

Type: πŸ”’ Gauge

Description: Voltage in volts

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_VOLTAGE_VOLTS

Variable: self._sensor_voltage Source Line: 203


meraki_mt_water_detectedΒΆ

Type: πŸ”’ Gauge

Description: Water detection status (1 = detected, 0 = not detected)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
Technical Details

Constant: MTMetricName.MT_WATER_DETECTED

Variable: self._sensor_water Source Line: 98

NetworkHealthCollectorΒΆ

Collector Information

Description: πŸ₯ Network-wide wireless health and performance Source File: src/meraki_dashboard_exporter/collectors/network_health.py Metrics Count: 8

meraki_ap_channel_utilization_2_4ghz_percentΒΆ

Type: πŸ”’ Gauge

Description: 2.4GHz channel utilization percentage per AP

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.UTILIZATION_TYPE
Technical Details

Constant: NetworkHealthMetricName.AP_CHANNEL_UTILIZATION_2_4GHZ_PERCENT

Variable: self._ap_utilization_2_4ghz Source Line: 52


meraki_ap_channel_utilization_5ghz_percentΒΆ

Type: πŸ”’ Gauge

Description: 5GHz channel utilization percentage per AP

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.SERIAL
  • LabelName.NAME
  • LabelName.MODEL
  • LabelName.DEVICE_TYPE
  • LabelName.UTILIZATION_TYPE
Technical Details

Constant: NetworkHealthMetricName.AP_CHANNEL_UTILIZATION_5GHZ_PERCENT

Variable: self._ap_utilization_5ghz Source Line: 68


meraki_network_bluetooth_clients_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of Bluetooth clients detected by MR devices in the last 5 minutes

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: NetworkHealthMetricName.NETWORK_BLUETOOTH_CLIENTS_TOTAL

Variable: self._network_bluetooth_clients_total Source Line: 146


meraki_network_channel_utilization_2_4ghz_percentΒΆ

Type: πŸ”’ Gauge

Description: Network-wide average 2.4GHz channel utilization percentage

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.UTILIZATION_TYPE
Technical Details

Constant: NetworkHealthMetricName.NETWORK_CHANNEL_UTILIZATION_2_4GHZ_PERCENT

Variable: self._network_utilization_2_4ghz Source Line: 85


meraki_network_channel_utilization_5ghz_percentΒΆ

Type: πŸ”’ Gauge

Description: Network-wide average 5GHz channel utilization percentage

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.UTILIZATION_TYPE
Technical Details

Constant: NetworkHealthMetricName.NETWORK_CHANNEL_UTILIZATION_5GHZ_PERCENT

Variable: self._network_utilization_5ghz Source Line: 97


meraki_network_wireless_connection_stats_totalΒΆ

Type: πŸ”’ Gauge

Description: Network-wide wireless connection statistics over the last 30 minutes (assoc/auth/dhcp/dns/success)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
  • LabelName.STAT_TYPE
Technical Details

Constant: NetworkMetricName.NETWORK_WIRELESS_CONNECTION_STATS

Variable: self._network_connection_stats Source Line: 110


meraki_network_wireless_download_kbpsΒΆ

Type: πŸ”’ Gauge

Description: Network-wide wireless download bandwidth in kilobits per second

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: NetworkHealthMetricName.NETWORK_WIRELESS_DOWNLOAD_KBPS

Variable: self._network_wireless_download_kbps Source Line: 123


meraki_network_wireless_upload_kbpsΒΆ

Type: πŸ”’ Gauge

Description: Network-wide wireless upload bandwidth in kilobits per second

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.NETWORK_ID
  • LabelName.NETWORK_NAME
Technical Details

Constant: NetworkHealthMetricName.NETWORK_WIRELESS_UPLOAD_KBPS

Variable: self._network_wireless_upload_kbps Source Line: 134

OrganizationCollectorΒΆ

Collector Information

Description: 🏒 Organization-level metrics including API usage and licenses Source File: src/meraki_dashboard_exporter/collectors/organization.py Metrics Count: 19

meraki_orgΒΆ

Type: ℹ️ Info

Description: Organization information

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_INFO

Variable: self._org_info Source Line: 53


meraki_org_api_requests_by_statusΒΆ

Type: πŸ”’ Gauge

Description: API requests by HTTP status code in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.STATUS_CODE
Technical Details

Constant: OrgMetricName.ORG_API_REQUESTS_BY_STATUS

Variable: self._api_requests_by_status Source Line: 66


meraki_org_api_requests_totalΒΆ

Type: πŸ”’ Gauge

Description: Total API requests made by the organization in the last hour

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_API_REQUESTS_TOTAL

Variable: self._api_requests_total Source Line: 60


meraki_org_application_usage_downstream_mbΒΆ

Type: πŸ”’ Gauge

Description: Downstream application usage in MB by category

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.CATEGORY
Technical Details

Constant: OrgMetricName.ORG_APPLICATION_USAGE_DOWNSTREAM_MB

Variable: self._application_usage_downstream_mb Source Line: 168


meraki_org_application_usage_percentageΒΆ

Type: πŸ”’ Gauge

Description: Application usage percentage by category

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.CATEGORY
Technical Details

Constant: OrgMetricName.ORG_APPLICATION_USAGE_PERCENTAGE

Variable: self._application_usage_percentage Source Line: 180


meraki_org_application_usage_total_mbΒΆ

Type: πŸ”’ Gauge

Description: Total application usage in MB by category

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.CATEGORY
Technical Details

Constant: OrgMetricName.ORG_APPLICATION_USAGE_TOTAL_MB

Variable: self._application_usage_total_mb Source Line: 162


meraki_org_application_usage_upstream_mbΒΆ

Type: πŸ”’ Gauge

Description: Upstream application usage in MB by category

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.CATEGORY
Technical Details

Constant: OrgMetricName.ORG_APPLICATION_USAGE_UPSTREAM_MB

Variable: self._application_usage_upstream_mb Source Line: 174


meraki_org_clients_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of active clients in the organization (1-hour window)

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_CLIENTS_TOTAL

Variable: self._clients_total Source Line: 123


meraki_org_devices_availability_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of devices by availability status and product type

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.STATUS
  • LabelName.PRODUCT_TYPE
Technical Details

Constant: OrgMetricName.ORG_DEVICES_AVAILABILITY_TOTAL

Variable: self._devices_availability_total Source Line: 93


meraki_org_devices_by_model_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of devices by specific model

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.MODEL
Technical Details

Constant: OrgMetricName.ORG_DEVICES_BY_MODEL_TOTAL

Variable: self._devices_by_model_total Source Line: 86


meraki_org_devices_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of devices in the organization

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.DEVICE_TYPE
Technical Details

Constant: OrgMetricName.ORG_DEVICES_TOTAL

Variable: self._devices_total Source Line: 80


meraki_org_licenses_expiringΒΆ

Type: πŸ”’ Gauge

Description: Number of licenses expiring within 30 days

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.LICENSE_TYPE
Technical Details

Constant: OrgMetricName.ORG_LICENSES_EXPIRING

Variable: self._licenses_expiring Source Line: 116


meraki_org_licenses_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of licenses

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
  • LabelName.LICENSE_TYPE
  • LabelName.STATUS
Technical Details

Constant: OrgMetricName.ORG_LICENSES_TOTAL

Variable: self._licenses_total Source Line: 105


meraki_org_networks_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of networks in the organization

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_NETWORKS_TOTAL

Variable: self._networks_total Source Line: 73


meraki_org_packetcaptures_remainingΒΆ

Type: πŸ”’ Gauge

Description: Number of remaining packet captures to process

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_PACKETCAPTURES_REMAINING

Variable: self._packetcaptures_remaining Source Line: 155


meraki_org_packetcaptures_totalΒΆ

Type: πŸ”’ Gauge

Description: Total number of packet captures in the organization

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_PACKETCAPTURES_TOTAL

Variable: self._packetcaptures_total Source Line: 149


meraki_org_usage_downstream_kbΒΆ

Type: πŸ”’ Gauge

Description: Downstream data usage in KB for the 1-hour window

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_USAGE_DOWNSTREAM_KB

Variable: self._usage_downstream_kb Source Line: 136


meraki_org_usage_total_kbΒΆ

Type: πŸ”’ Gauge

Description: Total data usage in KB for the 1-hour window

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_USAGE_TOTAL_KB

Variable: self._usage_total_kb Source Line: 130


meraki_org_usage_upstream_kbΒΆ

Type: πŸ”’ Gauge

Description: Upstream data usage in KB for the 1-hour window

Labels:

  • LabelName.ORG_ID
  • LabelName.ORG_NAME
Technical Details

Constant: OrgMetricName.ORG_USAGE_UPSTREAM_KB

Variable: self._usage_upstream_kb Source Line: 142

πŸ“– Complete Metrics IndexΒΆ

All metrics in alphabetical order with quick access:

Metric Name Type Collector Labels Description
OrgMetricName.ORG_LOGIN_SECURITY_ACCOUNT_LOCKOUT_ATTEMPTS πŸ”’ gauge ConfigCollector 2 labels Number of failed login attempts before lockout (0 if not set)
OrgMetricName.ORG_LOGIN_SECURITY_API_IP_RESTRICTIONS_ENABLED πŸ”’ gauge ConfigCollector 2 labels Whether API key IP restrictions are enabled (1=enabled, 0=disabled)
OrgMetricName.ORG_LOGIN_SECURITY_DIFFERENT_PASSWORDS_COUNT πŸ”’ gauge ConfigCollector 2 labels Number of different passwords required (0 if not set)
OrgMetricName.ORG_LOGIN_SECURITY_DIFFERENT_PASSWORDS_ENABLED πŸ”’ gauge ConfigCollector 2 labels Whether different passwords are enforced (1=enabled, 0=disabled)
OrgMetricName.ORG_LOGIN_SECURITY_PASSWORD_EXPIRATION_DAYS πŸ”’ gauge ConfigCollector 2 labels Number of days before password expires (0 if not set)
OrgMetricName.ORG_LOGIN_SECURITY_PASSWORD_EXPIRATION_ENABLED πŸ”’ gauge ConfigCollector 2 labels Whether password expiration is enforced (1=enabled, 0=disabled)
OrgMetricName.ORG_LOGIN_SECURITY_STRONG_PASSWORDS_ENABLED πŸ”’ gauge ConfigCollector 2 labels Whether strong passwords are enforced (1=enabled, 0=disabled)
meraki_alerts_active πŸ”’ gauge AlertsCollector 8 labels Number of active Meraki assurance alerts
meraki_alerts_total_by_network πŸ”’ gauge AlertsCollector 4 labels Total number of active alerts per network
meraki_alerts_total_by_severity πŸ”’ gauge AlertsCollector 3 labels Total number of active alerts by severity
meraki_ap_channel_utilization_2_4ghz_percent πŸ”’ gauge NetworkHealthCollector 9 labels 2.4GHz channel utilization percentage per AP
meraki_ap_channel_utilization_5ghz_percent πŸ”’ gauge NetworkHealthCollector 9 labels 5GHz channel utilization percentage per AP
meraki_client_application_usage_recv_kb πŸ”’ gauge ClientsCollector 9 labels Kilobytes received by client per application in the last hour
meraki_client_application_usage_sent_kb πŸ”’ gauge ClientsCollector 9 labels Kilobytes sent by client per application in the last hour
meraki_client_application_usage_total_kb πŸ”’ gauge ClientsCollector 9 labels Total kilobytes transferred by client per application in the last hour
meraki_client_status πŸ”’ gauge ClientsCollector 9 labels Client online status (1 = online, 0 = offline)
meraki_client_usage_recv_kb πŸ”’ gauge ClientsCollector 9 labels Kilobytes received by client in the last hour
meraki_client_usage_sent_kb πŸ”’ gauge ClientsCollector 9 labels Kilobytes sent by client in the last hour
meraki_client_usage_total_kb πŸ”’ gauge ClientsCollector 9 labels Total kilobytes transferred by client in the last hour
meraki_clients_per_ssid_count πŸ”’ gauge ClientsCollector 5 labels Count of clients per SSID
meraki_clients_per_vlan_count πŸ”’ gauge ClientsCollector 5 labels Count of clients per VLAN
meraki_device_memory_free_bytes πŸ”’ gauge DeviceCollector 9 labels Device memory free in bytes
meraki_device_memory_total_bytes πŸ”’ gauge DeviceCollector 8 labels Device memory total provisioned in bytes
meraki_device_memory_usage_percent πŸ”’ gauge DeviceCollector 8 labels Device memory usage percentage (maximum from most recent interval)
meraki_device_memory_used_bytes πŸ”’ gauge DeviceCollector 9 labels Device memory used in bytes
meraki_device_status_info πŸ”’ gauge DeviceCollector 9 labels Device status information
meraki_device_up πŸ”’ gauge DeviceCollector 8 labels Device online status (1 = online, 0 = offline)
meraki_exporter_client_dns_cache_expired πŸ”’ gauge ClientsCollector No labels Number of expired entries in DNS cache
meraki_exporter_client_dns_cache_total πŸ”’ gauge ClientsCollector No labels Total number of entries in DNS cache
meraki_exporter_client_dns_cache_valid πŸ”’ gauge ClientsCollector No labels Number of valid entries in DNS cache
meraki_exporter_client_dns_lookups_cached_total πŸ“ˆ counter ClientsCollector No labels Total number of DNS lookups served from cache
meraki_exporter_client_dns_lookups_failed_total πŸ“ˆ counter ClientsCollector No labels Total number of failed DNS lookups
meraki_exporter_client_dns_lookups_successful_total πŸ“ˆ counter ClientsCollector No labels Total number of successful DNS lookups
meraki_exporter_client_dns_lookups_total πŸ“ˆ counter ClientsCollector No labels Total number of DNS lookups performed
meraki_exporter_client_store_networks πŸ”’ gauge ClientsCollector No labels Total number of networks with clients
meraki_exporter_client_store_total πŸ”’ gauge ClientsCollector No labels Total number of clients in the store
meraki_mr_aggregation_enabled πŸ”’ gauge MRCollector 8 labels Access point port aggregation enabled status (1 = enabled, 0 = disabled)
meraki_mr_aggregation_speed_mbps πŸ”’ gauge MRCollector 8 labels Access point total aggregated port speed in Mbps
meraki_mr_clients_connected πŸ”’ gauge MRCollector 8 labels Number of clients connected to access point
meraki_mr_connection_stats_total πŸ”’ gauge MRCollector 9 labels Wireless connection statistics over the last 30 minutes (assoc/auth/dhcp/dns/success)
meraki_mr_cpu_load_5min πŸ”’ gauge MRCollector 8 labels Access point CPU load average over 5 minutes (normalized to 0-100 per core)
meraki_mr_network_packet_loss_downstream_percent πŸ”’ gauge MRCollector 4 labels Downstream packet loss percentage for all access points in network (5-minute window)
meraki_mr_network_packet_loss_total_percent πŸ”’ gauge MRCollector 4 labels Total packet loss percentage (upstream + downstream) for all access points in network (5-minute window)
meraki_mr_network_packet_loss_upstream_percent πŸ”’ gauge MRCollector 4 labels Upstream packet loss percentage for all access points in network (5-minute window)
meraki_mr_network_packets_downstream_lost πŸ”’ gauge MRCollector 4 labels Downstream packets lost for all access points in network (5-minute window)
meraki_mr_network_packets_downstream_total πŸ”’ gauge MRCollector 4 labels Total downstream packets for all access points in network (5-minute window)
meraki_mr_network_packets_lost_total πŸ”’ gauge MRCollector 4 labels Total packets lost (upstream + downstream) for all access points in network (5-minute window)
meraki_mr_network_packets_total πŸ”’ gauge MRCollector 4 labels Total packets (upstream + downstream) for all access points in network (5-minute window)
meraki_mr_network_packets_upstream_lost πŸ”’ gauge MRCollector 4 labels Upstream packets lost for all access points in network (5-minute window)
meraki_mr_network_packets_upstream_total πŸ”’ gauge MRCollector 4 labels Total upstream packets for all access points in network (5-minute window)
meraki_mr_packet_loss_downstream_percent πŸ”’ gauge MRCollector 8 labels Downstream packet loss percentage for access point (5-minute window)
meraki_mr_packet_loss_total_percent πŸ”’ gauge MRCollector 8 labels Total packet loss percentage (upstream + downstream) for access point (5-minute window)
meraki_mr_packet_loss_upstream_percent πŸ”’ gauge MRCollector 8 labels Upstream packet loss percentage for access point (5-minute window)
meraki_mr_packets_downstream_lost πŸ”’ gauge MRCollector 8 labels Downstream packets lost by access point (5-minute window)
meraki_mr_packets_downstream_total πŸ”’ gauge MRCollector 8 labels Total downstream packets transmitted by access point (5-minute window)
meraki_mr_packets_lost_total πŸ”’ gauge MRCollector 8 labels Total packets lost (upstream + downstream) for access point (5-minute window)
meraki_mr_packets_total πŸ”’ gauge MRCollector 8 labels Total packets (upstream + downstream) for access point (5-minute window)
meraki_mr_packets_upstream_lost πŸ”’ gauge MRCollector 8 labels Upstream packets lost by access point (5-minute window)
meraki_mr_packets_upstream_total πŸ”’ gauge MRCollector 8 labels Total upstream packets received by access point (5-minute window)
meraki_mr_port_link_negotiation_info πŸ”’ gauge MRCollector 10 labels Access point port link negotiation information
meraki_mr_port_link_negotiation_speed_mbps πŸ”’ gauge MRCollector 9 labels Access point port link negotiation speed in Mbps
meraki_mr_port_poe_info πŸ”’ gauge MRCollector 10 labels Access point port PoE information
meraki_mr_power_ac_connected πŸ”’ gauge MRCollector 8 labels Access point AC power connection status (1 = connected, 0 = not connected)
meraki_mr_power_info πŸ”’ gauge MRCollector 9 labels Access point power information
meraki_mr_power_poe_connected πŸ”’ gauge MRCollector 8 labels Access point PoE power connection status (1 = connected, 0 = not connected)
meraki_mr_radio_broadcasting πŸ”’ gauge MRCollector 10 labels Access point radio broadcasting status (1 = broadcasting, 0 = not broadcasting)
meraki_mr_radio_channel πŸ”’ gauge MRCollector 10 labels Access point radio channel number
meraki_mr_radio_channel_width_mhz πŸ”’ gauge MRCollector 10 labels Access point radio channel width in MHz
meraki_mr_radio_power_dbm πŸ”’ gauge MRCollector 10 labels Access point radio transmit power in dBm
meraki_mr_ssid_client_count πŸ”’ gauge MRCollector 5 labels Number of clients connected to SSID over the last day
meraki_mr_ssid_usage_downstream_mb πŸ”’ gauge MRCollector 5 labels Downstream data usage in MB by SSID over the last day
meraki_mr_ssid_usage_percentage πŸ”’ gauge MRCollector 5 labels Percentage of total organization data usage by SSID over the last day
meraki_mr_ssid_usage_total_mb πŸ”’ gauge MRCollector 5 labels Total data usage in MB by SSID over the last day
meraki_mr_ssid_usage_upstream_mb πŸ”’ gauge MRCollector 5 labels Upstream data usage in MB by SSID over the last day
meraki_ms_poe_budget_watts πŸ”’ gauge MSCollector 8 labels Total POE power budget for switch in watts
meraki_ms_poe_network_total_watthours πŸ”’ gauge MSCollector 4 labels Total POE power consumption for all switches in network in watt-hours (Wh)
meraki_ms_poe_port_power_watthours πŸ”’ gauge MSCollector 10 labels Per-port POE power consumption in watt-hours (Wh) over the last 1 hour
meraki_ms_poe_total_power_watthours πŸ”’ gauge MSCollector 8 labels Total POE power consumption for switch in watt-hours (Wh)
meraki_ms_port_client_count πŸ”’ gauge MSCollector 10 labels Number of clients connected to switch port
meraki_ms_port_packets_broadcast πŸ”’ gauge MSCollector No labels Broadcast packets on switch port (5-minute window)
meraki_ms_port_packets_collisions πŸ”’ gauge MSCollector No labels Collision packets on switch port (5-minute window)
meraki_ms_port_packets_crcerrors πŸ”’ gauge MSCollector No labels CRC align error packets on switch port (5-minute window)
meraki_ms_port_packets_fragments πŸ”’ gauge MSCollector No labels Fragment packets on switch port (5-minute window)
meraki_ms_port_packets_multicast πŸ”’ gauge MSCollector No labels Multicast packets on switch port (5-minute window)
meraki_ms_port_packets_rate_broadcast πŸ”’ gauge MSCollector No labels Broadcast packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_rate_collisions πŸ”’ gauge MSCollector No labels Collision packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_rate_crcerrors πŸ”’ gauge MSCollector No labels CRC align error packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_rate_fragments πŸ”’ gauge MSCollector No labels Fragment packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_rate_multicast πŸ”’ gauge MSCollector No labels Multicast packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_rate_topologychanges πŸ”’ gauge MSCollector No labels Topology change packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_rate_total πŸ”’ gauge MSCollector No labels Total packet rate on switch port (packets per second, 5-minute average)
meraki_ms_port_packets_topologychanges πŸ”’ gauge MSCollector No labels Topology change packets on switch port (5-minute window)
meraki_ms_port_packets_total πŸ”’ gauge MSCollector No labels Total packets on switch port (5-minute window)
meraki_ms_port_status πŸ”’ gauge MSCollector 12 labels Switch port status (1 = connected, 0 = disconnected)
meraki_ms_port_traffic_bytes πŸ”’ gauge MSCollector 11 labels Switch port traffic rate in bytes per second (averaged over 1 hour)
meraki_ms_port_usage_bytes πŸ”’ gauge MSCollector 11 labels Switch port data usage in bytes over the last 1 hour
meraki_ms_ports_active_total πŸ”’ gauge DeviceCollector 2 labels Total number of active switch ports
meraki_ms_ports_by_link_speed_total πŸ”’ gauge DeviceCollector 4 labels Total number of active switch ports by link speed
meraki_ms_ports_by_media_total πŸ”’ gauge DeviceCollector 4 labels Total number of switch ports by media type
meraki_ms_ports_inactive_total πŸ”’ gauge DeviceCollector 2 labels Total number of inactive switch ports
meraki_ms_power_usage_watts πŸ”’ gauge MSCollector 8 labels Switch power usage in watts
meraki_ms_stp_priority πŸ”’ gauge MSCollector 8 labels Switch STP (Spanning Tree Protocol) priority
meraki_mt_apparent_power_va πŸ”’ gauge MTSensorCollector 8 labels Apparent power in volt-amperes
meraki_mt_battery_percentage πŸ”’ gauge MTSensorCollector 8 labels Battery level percentage
meraki_mt_co2_ppm πŸ”’ gauge MTSensorCollector 8 labels CO2 level in parts per million
meraki_mt_current_amps πŸ”’ gauge MTSensorCollector 8 labels Current in amperes
meraki_mt_door_status πŸ”’ gauge MTSensorCollector 8 labels Door sensor status (1 = open, 0 = closed)
meraki_mt_downstream_power_enabled πŸ”’ gauge MTSensorCollector 8 labels Downstream power status (1 = enabled, 0 = disabled)
meraki_mt_frequency_hz πŸ”’ gauge MTSensorCollector 8 labels Frequency in hertz
meraki_mt_humidity_percent πŸ”’ gauge MTSensorCollector 8 labels Humidity percentage
meraki_mt_indoor_air_quality_score πŸ”’ gauge MTSensorCollector 8 labels Indoor air quality score (0-100)
meraki_mt_noise_db πŸ”’ gauge MTSensorCollector 8 labels Noise level in decibels
meraki_mt_pm25_ug_m3 πŸ”’ gauge MTSensorCollector 8 labels PM2.5 particulate matter in micrograms per cubic meter
meraki_mt_power_factor_percent πŸ”’ gauge MTSensorCollector 8 labels Power factor percentage
meraki_mt_real_power_watts πŸ”’ gauge MTSensorCollector 8 labels Real power in watts
meraki_mt_remote_lockout_status πŸ”’ gauge MTSensorCollector 8 labels Remote lockout switch status (1 = locked, 0 = unlocked)
meraki_mt_temperature_celsius πŸ”’ gauge MTSensorCollector 8 labels Temperature reading in Celsius
meraki_mt_tvoc_ppb πŸ”’ gauge MTSensorCollector 8 labels Total volatile organic compounds in parts per billion
meraki_mt_voltage_volts πŸ”’ gauge MTSensorCollector 8 labels Voltage in volts
meraki_mt_water_detected πŸ”’ gauge MTSensorCollector 8 labels Water detection status (1 = detected, 0 = not detected)
meraki_network_bluetooth_clients_total πŸ”’ gauge NetworkHealthCollector 4 labels Total number of Bluetooth clients detected by MR devices in the last 5 minutes
meraki_network_channel_utilization_2_4ghz_percent πŸ”’ gauge NetworkHealthCollector 5 labels Network-wide average 2.4GHz channel utilization percentage
meraki_network_channel_utilization_5ghz_percent πŸ”’ gauge NetworkHealthCollector 5 labels Network-wide average 5GHz channel utilization percentage
meraki_network_wireless_connection_stats_total πŸ”’ gauge NetworkHealthCollector 5 labels Network-wide wireless connection statistics over the last 30 minutes (assoc/auth/dhcp/dns/success)
meraki_network_wireless_download_kbps πŸ”’ gauge NetworkHealthCollector 4 labels Network-wide wireless download bandwidth in kilobits per second
meraki_network_wireless_upload_kbps πŸ”’ gauge NetworkHealthCollector 4 labels Network-wide wireless upload bandwidth in kilobits per second
meraki_org ℹ️ info OrganizationCollector 2 labels Organization information
meraki_org_api_requests_by_status πŸ”’ gauge OrganizationCollector 3 labels API requests by HTTP status code in the last hour
meraki_org_api_requests_total πŸ”’ gauge OrganizationCollector 2 labels Total API requests made by the organization in the last hour
meraki_org_application_usage_downstream_mb πŸ”’ gauge OrganizationCollector 3 labels Downstream application usage in MB by category
meraki_org_application_usage_percentage πŸ”’ gauge OrganizationCollector 3 labels Application usage percentage by category
meraki_org_application_usage_total_mb πŸ”’ gauge OrganizationCollector 3 labels Total application usage in MB by category
meraki_org_application_usage_upstream_mb πŸ”’ gauge OrganizationCollector 3 labels Upstream application usage in MB by category
meraki_org_clients_total πŸ”’ gauge OrganizationCollector 2 labels Total number of active clients in the organization (1-hour window)
meraki_org_configuration_changes_total πŸ”’ gauge ConfigCollector 2 labels Total number of configuration changes in the last 24 hours
meraki_org_devices_availability_total πŸ”’ gauge OrganizationCollector 4 labels Total number of devices by availability status and product type
meraki_org_devices_by_model_total πŸ”’ gauge OrganizationCollector 3 labels Total number of devices by specific model
meraki_org_devices_total πŸ”’ gauge OrganizationCollector 3 labels Total number of devices in the organization
meraki_org_licenses_expiring πŸ”’ gauge OrganizationCollector 3 labels Number of licenses expiring within 30 days
meraki_org_licenses_total πŸ”’ gauge OrganizationCollector 4 labels Total number of licenses
meraki_org_login_security_account_lockout_enabled πŸ”’ gauge ConfigCollector 2 labels Whether account lockout is enforced (1=enabled, 0=disabled)
meraki_org_login_security_idle_timeout_enabled πŸ”’ gauge ConfigCollector 2 labels Whether idle timeout is enforced (1=enabled, 0=disabled)
meraki_org_login_security_idle_timeout_minutes πŸ”’ gauge ConfigCollector 2 labels Minutes before idle timeout (0 if not set)
meraki_org_login_security_ip_ranges_enabled πŸ”’ gauge ConfigCollector 2 labels Whether login IP ranges are enforced (1=enabled, 0=disabled)
meraki_org_login_security_minimum_password_length πŸ”’ gauge ConfigCollector 2 labels Minimum password length required
meraki_org_login_security_two_factor_enabled πŸ”’ gauge ConfigCollector 2 labels Whether two-factor authentication is enforced (1=enabled, 0=disabled)
meraki_org_networks_total πŸ”’ gauge OrganizationCollector 2 labels Total number of networks in the organization
meraki_org_packetcaptures_remaining πŸ”’ gauge OrganizationCollector 2 labels Number of remaining packet captures to process
meraki_org_packetcaptures_total πŸ”’ gauge OrganizationCollector 2 labels Total number of packet captures in the organization
meraki_org_usage_downstream_kb πŸ”’ gauge OrganizationCollector 2 labels Downstream data usage in KB for the 1-hour window
meraki_org_usage_total_kb πŸ”’ gauge OrganizationCollector 2 labels Total data usage in KB for the 1-hour window
meraki_org_usage_upstream_kb πŸ”’ gauge OrganizationCollector 2 labels Upstream data usage in KB for the 1-hour window
meraki_sensor_alerts_total πŸ”’ gauge AlertsCollector 5 labels Total number of sensor alerts in the last hour by metric type
meraki_wireless_client_capabilities_count πŸ”’ gauge ClientsCollector 5 labels Count of wireless clients by capability
meraki_wireless_client_rssi πŸ”’ gauge ClientsCollector 9 labels Wireless client RSSI (Received Signal Strength Indicator) in dBm
meraki_wireless_client_snr πŸ”’ gauge ClientsCollector 9 labels Wireless client SNR (Signal-to-Noise Ratio) in dB

πŸ“š Usage GuideΒΆ

Metric Types Explained

  • πŸ”’ Gauge: Current value that can go up or down (e.g., current temperature, active connections)
  • πŸ“ˆ Counter: Cumulative value that only increases (e.g., total requests, total bytes)
  • ℹ️ Info: Metadata with labels but value always 1 (e.g., device information, configuration)

Querying with Labels

All metrics include relevant labels for filtering and aggregation. Use label selectors in your queries:

# Filter by organization
meraki_device_up{org_name="Production"}

# Filter by device type
meraki_device_up{device_model=~"MS.*"}

# Aggregate across multiple labels
sum(meraki_device_up) by (org_name, device_model)

Common Query Patterns

# Device health overview
avg(meraki_device_up) by (org_name)

# Network utilization
rate(meraki_network_traffic_bytes_total[5m])

# Alert summary
sum(meraki_alerts_total) by (severity, type)

Performance Considerations

  • Use appropriate time ranges for rate() and increase() functions
  • Consider cardinality when using high-cardinality labels
  • Monitor query performance in production environments

For more information on using these metrics, see the Overview page.