Problem
During Meraki API monitoring, you don't see all of the expected metrics for your controller.
Solutions
Identify what metrics exist in New Relic by running the following NRQL query:
FROM Metric, KExtEvent SELECTcount(*)FACET metricName OR eventType()WHERE instrumentation.name LIKE 'meraki%'OR eventType() = 'KExtEvent'SINCE 1 HOUR AGO LIMIT MAX
This query will give you a list of every dimensional metric and event being collected from your Meraki controller in the last hour. The sections below map each metric and event to its relative visualization in the Meraki controller entity dashboard.