• EnglishEspañol日本語한국어Português
  • ログイン今すぐ開始

この機械翻訳は、参考として提供されています。

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

問題を作成する

Meraki コントローラ エンティティにメトリックがありません

問題

Meraki API監視中に、エンティティに期待されるすべてのメトリクスが表示されるわけではありません。

解決

次のNRQLクエリを実行して、NewRelicに存在するメトリックを特定します。

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

このクエリにより、過去 1 時間に Meraki コントローラから収集されたすべてのディメンション メトリックと構成変更イベントのリストが得られます。Meraki API 統合の設定ドキュメントには、設定のさまざまなオプションに基づいて利用できるメトリクスと属性が説明されています。

Copyright © 2024 New Relic株式会社。

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