• English日本語한국어
  • 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 controller.

Solutions

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

FROM Metric, KExtEvent SELECT
count(*)
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.

Meraki API metrics

Copyright © 2023 New Relic Inc.

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