• EnglishEspañol日本語한국어Português
  • Log inStart now

Meraki controller entities have metrics missing

Problem

During Meraki API monitoring, you don't see all of the expected metrics for your entity.

Solution

Identify what metrics exist in New Relic by running the following NRQL query:

FROM Metric, KExtEvent SELECT
count(*)
FACET
metricName OR eventType(),
instrumentation.name
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 configuration change event being collected from your Meraki controller in the last hour. The configuration documentation for the Meraki API integration describes the metrics and attributes available based on different options in your settings.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.