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)
ClientsCollector
ClientsCollector
ClientsCollector
π Gauges - Values that can increase or decrease (current state) (151 metrics)
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
AlertsCollector
AlertsCollector
AlertsCollector
NetworkHealthCollector
NetworkHealthCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
DeviceCollector
DeviceCollector
DeviceCollector
DeviceCollector
DeviceCollector
DeviceCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
ClientsCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MRCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
MSCollector
DeviceCollector
DeviceCollector
DeviceCollector
DeviceCollector
MSCollector
MSCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
MTSensorCollector
NetworkHealthCollector
NetworkHealthCollector
NetworkHealthCollector
NetworkHealthCollector
NetworkHealthCollector
NetworkHealthCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
ConfigCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
ConfigCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
OrganizationCollector
AlertsCollector
ClientsCollector
ClientsCollector
βΉοΈ Info Metrics - Metadata and configuration information (1 metrics)
By CollectorΒΆ
- DeviceCollector (10 metrics)
- MRCollector (38 metrics)
- MSCollector (24 metrics)
- MTSensorCollector (18 metrics)
- NetworkHealthCollector (8 metrics)
- AlertsCollector (4 metrics)
- ClientsCollector (21 metrics)
- ConfigCollector (14 metrics)
- OrganizationCollector (19 metrics)
π 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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.ALERT_TYPELabelName.CATEGORY_TYPELabelName.SEVERITYLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.CLIENT_IDLabelName.MACLabelName.DESCRIPTIONLabelName.HOSTNAMELabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAME
Technical Details
Constant: MSMetricName.MS_PORTS_ACTIVE_TOTAL
Variable: self._ms_ports_active_total Source Line: 127
meraki_ms_ports_by_link_speed_totalΒΆ
Type: π’ Gauge
Description: Total number of active switch ports by link speed
Labels:
LabelName.ORG_IDLabelName.ORG_NAMELabelName.MEDIALabelName.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_IDLabelName.ORG_NAMELabelName.MEDIALabelName.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_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPE
Technical Details
Constant: MRMetricName.MR_PACKETS_UPSTREAM_TOTAL
Variable: self._mr_packets_upstream_total Source Line: 248
meraki_mr_port_link_negotiation_infoΒΆ
Type: π’ Gauge
Description: Access point port link negotiation information
Labels:
LabelName.ORG_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_NAMELabelName.DUPLEX
Technical Details
Constant: MRMetricName.MR_PORT_LINK_NEGOTIATION_INFO
Variable: self._mr_port_link_negotiation_info Source Line: 139
meraki_mr_port_link_negotiation_speed_mbpsΒΆ
Type: π’ Gauge
Description: Access point port link negotiation speed in Mbps
Labels:
LabelName.ORG_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.BANDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.BANDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.BANDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.BANDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_IDLabelName.PORT_NAMELabelName.LINK_SPEEDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_IDLabelName.PORT_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.PORT_IDLabelName.PORT_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.SERIALLabelName.NAMELabelName.MODELLabelName.DEVICE_TYPELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.NETWORK_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.ORG_NAMELabelName.NETWORK_IDLabelName.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_IDLabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.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_IDLabelName.ORG_NAMELabelName.STATUSLabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.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_IDLabelName.ORG_NAMELabelName.LICENSE_TYPELabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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_IDLabelName.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:
Common Query Patterns
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.