Cisco ACI/APIC extension

  • Latest Dynatrace
  • Extension
  • Published Oct 27, 2025

Get insights into your Cisco Application Centric Infrastructure (ACI).

Cisco ACI fabric dashboardCisco ACI fabric metricsCisco ACI tenants dashboard
1 of 3Cisco ACI fabric dashboard

Get started

Overview

Cisco ACI/APIC extension uses Cisco APIC REST API to collect information about the network fabric managed by Application Policy Infrastructure Controllers (APIC).

The extension provides comprehensive visibility into the ACI Fabric and Tenants.

The extension collects performance metrics, health scores, and faults from ACI Fabric components, including leaf and spine nodes, controller cluster elements, and Layer 1 physical and Management interfaces. It also gathers information about Tenants and their Application Profiles, Private Networks, Bridge Domains, Contracts, and Endpoint Groups (EPGs).

Use cases

  • Comprehensive monitoring of ACI Fabric and Tenants health and performance
  • Integration with broader infrastructure and application monitoring in Dynatrace
  • Root cause analysis of network issues, in the light of the entire application and infrastructure landscape observed by Dynatrace.

Requirements

  • Connectivity is required between the ActiveGate, where the extension is deployed, and the Application Policy Infrastructure Controller.

Create a specific APIC user

For Dynatrace integration, we recommend creating a specific user with read-only privileges. Users can be defined locally on APIC or can be remotely authenticated, based on APIC login policies.

This is an example of crerating a locally authenticated user:

  1. Select Admin > AAA > Users (left pannel) > Local (right area) > Action > Create Local User

Create Local User

  1. Provide required information:

    • General
      • Username
      • Password
      • Confirm password
    • Setting
      • Set account status as Active
      • Contact information

User Settings

  1. Add Security Domains

    • Select Select Security Domain.

    Select Security Domain

  • Choose security domain: all.

Choose security domain

  • Select Add Role.

Add Role

  • Select Select Role.

Select Role

  • Select admin role and confirm.

Choose Admin Role

  • Confirm selected Read Privilege.

Confirm Read Privilege

  • Select Add.

Add Security Domain

  • Repeat above steps for security domains common and mgmt

  • Confirm Save to create a new user.

Confirm new user

Compatibility information

  • Cisco APIC version 6.0 and above
  • API interface on Cisco ACI/APIC is available by design. Integration was implemented and tested on ACI/APIC version 6.0(7e).

Activation and setup

  1. Find the extension in Dynatrace Hub and add it to your environment.
  2. Create a new monitoring configuration.

Details

The extension package contains

  • Extension code that integrates with APIC REST API endpoints to collect metrics
  • Dashboards providing high-level overviews of the ACI Fabric and Tenants
  • Unified Analysis pages for Fabric pods, nodes, node systems, controller nodes, and physical/management interfaces
  • Unified Analysis pages for Tenants, Application Profiles, Private Networks, Bridge Domains, Contracts, EPGs, and EPG Contract Providers/Consumers
  • Fault reporting available both as log records and as Dynatrace events
  • Analysis screens integrated with Infrastructure and Operations app

Summary of the monitored entities

  • Fabric
    • Fabric Pods
    • Fabric Nodes (Leafs and Spines)
    • ACI Top Systems
    • ACI Controller Cluster Elements
    • L1 Physical Interfaces
    • Management Interfaces
    • Controller Physical Interfaces
  • Tenants
    • Application Profiles
    • Private Networks
    • Bridge Domains
    • Contracts
    • Endpoint Groups (EPGs)
    • EPG Contract Providers and Consumers
    • Relationships between Bridge Domains and EPGs

The ACI extension metrics grouping (featureSets)

The following featureSets categorize various metrics collected by the Cisco ACI extension from the APIC controller:

  • default – Provides an overview of overall Cisco ACI health, including interface and device-specific metrics used in the Infrastructure & Operations application.
  • fabric – Covers Fabric-related metrics.
  • fabric_if_stats – Captures Fabric interface metrics with a 5-minute aggregation.
  • tenants – Covers Tenant-related metrics.
  • tenants_stats – Captures ingress and egress metrics for Tenant entities with a 15-minute aggregation.
  • self-monitoring (optional) – Metrics for fine-tuning and diagnostics of the extension itself.

Fabric interface metrics are aggregated over 5-minute intervals and reported at least once every 5 minutes. Tenant entity ingress and egress metrics are aggregated over 15-minute intervals and reported at least once every 15 minutes.

Faults reporting and event integration

The extension supports ingesting ACI Faults and reporting them as log messages and as Dynatrace events.

  • Log Message Reporting:

    • Faults can be ingested and reported as log messages.
    • Filtering by fault severity is supported, allowing you to report only the relevant faults.
    • The extension can also report fault records as log messages. Fault records track state changes of faults, which can be useful for custom processing.
  • Dynatrace Event Generation: Faults can also be raised as Dynatrace events with the following advanced options::

    • Custom Event Type Mapping: Map fault severities, types, and domains to specific Dynatrace event types (e.g., ERROR_EVENT, CUSTOM_ALERT, CUSTOM_INFO).

    • Default and Conditional Event Overrides: Define a default event type (e.g.,ERROR_EVENT) and override it conditionally based on specific criteria.

    • Event Suppression: Suppress selected events entirely using a dedicated suppression value.

Note: Event generation applies only to faults that are already enabled for log message reporting.

Licensing and cost

There is no charge for obtaining the extension, only for the data that the extension ingests. The details of license consumption will depend on which licensing model you are using. This will either be Dynatrace classic licensing or the Dynatrace Platform Subscription (DPS) model.

Metrics

License consumption is based on the number of metric data points ingested. The following formula will provide approximate annual data points ingested assuming all feature sets are enabled.

(
10 (featureSet: fabric)
+ 8 * <Number of Fabric Pods> (featureSet: fabric)
+ 2 * <Number of Fabric Nodes> (featureSet: fabric)
+ (6 + 37) * <Number of leaf or spine Fabric Nodes> (featureSets: default and fabric)
+ 3 * <Number of controller Fabric Nodes> (featureSet: fabric)
+ (3 + 8) * <Number of Layer 1 Physical Interfaces with the traffic> (spines and leaves, featureSets: default and fabric-if-stats)
+ (1 + 3) * <Number of Layer 1 Physical Interfaces without the traffic> (spines and leaves, featureSets: default and fabric-if-stats)
+ (3 + 8) * <Number of Management Interfaces with the traffic> (spines and leaves, featureSets: default and fabric-if-stats)
+ (1 + 3) * <Number of Management Interfaces without the traffic> (spines and leaves, featureSets: default and fabric-if-stats)
+ (1 + 2) * <Number of Controller Physical Interfaces> (controllers, featureSet: fabric)
+ <Number of faults grouped by type, domain, severity and delegated flag> (featureSet: fabric)
+ 5 * <Number of Tenants> (featureSet: tenants)
+ 1 * <Number of Application Profiles> (featureSet: tenants)
+ 1 * <Number of Private Networks> (featureSet: tenants)
+ 1 * <Number of Bridge Domains> (featureSet: tenants)
+ 3 * <Number of EPGs> (featureSet: tenants)
+ 8 // Optional - Self monitoring metrics (featureSet: self-monitoring)
) * 60 minutes * 24 hours * 365 days / <interval-default-5min> data points per year
+
(
12 * <Number of Tenants> (featureSet: tenants-stats)
+ 12 * <Number of Application Profiles> (featureSet: tenants-stats)
+ 12 * <Number of Private Networks> (featureSet: tenants-stats)
+ 12 * <Number of Bridge Domains> (featureSet: tenants-stats)
+ 12 * <Number of EPGs> (featureSet: tenants-stats)
) * 60 minutes * 24 hours * 365 days / 15 min data points per year

Logs

Key component of the license consumption formula is the log volume ingested. The following formula will provide approximate log volume ingested assuming an estimated size of a single log record equal 5000 bytes. Note that charges for log data retention and query will apply accordingly to your rate card. Also note that number of faults and fault records depends on your environment and may vary a lot.

(
(
<Number of Fabric Pods>
+ <Number of Fabric Nodes>
+ <Number of leaf or spine Fabric Nodes>
+ <Number of controller Fabric Nodes>
+ <Number of Layer 1 Physical Interfaces>
+ <Number of Management Interfaces>
+ <Number of Controller Physical Interfaces>
+ <Number of Tenants>
+ <Number of Application Profiles>
+ <Number of Private Networks>
+ <Number of Bridge Domains>
+ <Number of EPGs>
+ <Number of EPG Contract Providers>
+ <Number of EPG Contract Consumers>
+ <Number of relation between Bridge Domain and EPG>
) * 60 minutes * 24 hours * 365 days / <interval-default-60min> log records per year
+
(
+ <Number of faults> (if configured to report faults as log records)
+ <Number of fault records> (if configured to report fault records as log records)
) log records
) * 0.000005 GiB log ingest per year

Classic licensing

In the classic licensing model, metric ingestion will consume Davis Data Units (DDUs) at the rate of .001 DDUs per metric data point. Multiply the above metric formula for annual data points by .001 to estimate annual DDU usage by metrics.

Logs ingestion will consume DDUs at the rate of .0005 DDU per log line. Use the annual amount of log lines calculated by the logs formula above to estimate logs DDU usage, using .0005 DDU multiplier instead of 0.000005 GiB per log-line.

FAQ

No, not all feature sets are required.

  • self-monitoring is optional and is only needed for fine-tuning and diagnostics of the extension itself.
  • If you want to view PLATFORM screens (generic network device and interface metrics) within Infrastructure & Operations Application, only default feature set is needed.
  • If you want to view both CLASSIC screens and all PLATFORM screens for Fabric (generic network device and interface metrics and Fabric metrics), enable fabric and fabric-if-stats feature sets.
  • If you want to view both CLASSIC screens and all PLATFORM screens for Tenants (Tenants metrics), enable tenants and tenants-stats feature sets.

We recommend a 5-minute monitoring interval. In very large environments, increasing monitoring interval may help with scalability; this however is always occupied with data fidelity loss. We don't recommend going beyond 15 minutes.

If you need higher data fidelity for entity health metrics, you can reduce the monitoring interval to 1 minute. Please note that if the number of samples within a 1-minute interval is zero, the health metric will not be reported. This can occur due to APIC sampling behavior and the timing of the extension’s data collection.

Feature sets

When activating your extension using monitoring configuration, you can limit monitoring to one of the feature sets. To work properly the extension has to collect at least one metric after the activation.

In highly segmented networks, feature sets can reflect the segments of your environment. Then, when you create a monitoring configuration, you can select a feature set and a corresponding ActiveGate group that can connect to this particular segment.

All metrics that aren't categorized into any feature set are considered to be the default and are always reported.

A metric inherits the feature set of a subgroup, which in turn inherits the feature set of a group. Also, the feature set defined on the metric level overrides the feature set defined on the subgroup level, which in turn overrides the feature set defined on the group level.

Metric nameMetric keyDescription
Egress Bytes Cumulativecisco.aci.l1_phys_if.eqpt_egr_total_hist_5min.bytes_cum.countPhysical Interface - Egress Bytes Cumulative
Egress Bytes Ratecisco.aci.l1_phys_if.eqpt_egr_total_hist_5min.bytes_ratePhysical Interface - Egress Bytes Rate
Egress Packets ratecisco.aci.l1_phys_if.eqpt_egr_total_hist_5min.pkts_ratePhysical Interface - Egress Packets rate
Egress Link Utilizationcisco.aci.l1_phys_if.eqpt_egr_total_hist_5min.util_avgPhysical Interface - Egress Link Utilization
Ingress Bytes Cumulativecisco.aci.l1_phys_if.eqpt_ingr_total_hist_5min.bytes_cum.countPhysical Interface - Ingress Bytes Cumulative
Ingress Bytes ratecisco.aci.l1_phys_if.eqpt_ingr_total_hist_5min.bytes_ratePhysical Interface - Ingress Bytes Rate
Ingress Packets ratecisco.aci.l1_phys_if.eqpt_ingr_total_hist_5min.pkts_ratePhysical Interface - Ingress Packets rate
Ingress Link Utilizationcisco.aci.l1_phys_if.eqpt_ingr_total_hist_5min.util_avgPhysical Interface - Ingress Link Utilization
Egress Bytes Cumulativecisco.aci.mgmt_if.eqpt_egr_total_hist_5min.bytes_cum.countManagement Interface - Egress Bytes Cumulative
Egress Bytes Ratecisco.aci.mgmt_if.eqpt_egr_total_hist_5min.bytes_rateManagement Interface - Egress Bytes Rate
Egress Packets ratecisco.aci.mgmt_if.eqpt_egr_total_hist_5min.pkts_rateManagement Interface - Egress Packets rate
Egress Link Utilizationcisco.aci.mgmt_if.eqpt_egr_total_hist_5min.util_avgManagement Interface - Egress Link Utilization
Ingress Bytes Cumulativecisco.aci.mgmt_if.eqpt_ingr_total_hist_5min.bytes_cum.countManagement Interface - Ingress Bytes Cumulative
Ingress Bytes Ratecisco.aci.mgmt_if.eqpt_ingr_total_hist_5min.bytes_rateManagement Interface - Ingress Bytes Rate
Ingress Packets ratecisco.aci.mgmt_if.eqpt_ingr_total_hist_5min.pkts_rateManagement Interface - Ingress Packets rate
Ingress Link Utilizationcisco.aci.mgmt_if.eqpt_ingr_total_hist_5min.util_avgManagement Interface - Ingress Link Utilization
Metric nameMetric keyDescription
Global pcTagcisco.aci.apic.global_pc_tagsAPIC - Fabric Capacity - Global pcTag
MAC Endpointscisco.aci.apic.global_mac_endpointsAPIC - Fabric Capacity - MAC Endpoints
IPv6 Endpointscisco.aci.apic.global_ipv6_endpointsAPIC - Fabric Capacity - IPv6 Endpoints
IPv4 Endpointscisco.aci.apic.global_ipv4_endpointsAPIC - Fabric Capacity - IPv4 Endpoints
Proxy Database Entriescisco.aci.apic.global_proxy_db_entriesAPIC - Fabric Capacity - MAC + IP Endpoints
Fabric Health AVGcisco.aci.apic.health_avgAPIC - Fabric Health AVG in a 5 minute sampling interval
Fabric Health MAXcisco.aci.apic.health_maxAPIC - Fabric Health MAX in a 5 minute sampling interval
Fabric Health MINcisco.aci.apic.health_minAPIC - Fabric Health MIN in a 5 minute sampling interval
Fabric Total Health Scorecisco.aci.apic.health_totalAPIC - Fabric Total Health Score
APIC Monitoring Endpoint Statuscisco.aci.apic.statusAPIC - Extension Monitoring Endpoint Status. A state metric representing a monitored APIC endpoint, whose value is always 1 and its dimensions indicate its endpoint configuration details.
Administrative state (in-service)cisco.aci.cluster_element.admin_state_in_serviceCuster Element - Administrative state of the cluster is: in-service
Appliance's health (fully-fit)cisco.aci.cluster_element.health_fully_fitCluster Element - Appliance's health is: fully-fit
Runtime State (available)cisco.aci.cluster_element.oper_state_availableCluster Element - Runtime State is available
Admin Statuscisco.aci.cnw_phys_if.admin_statusCluster Element Physical Interface - Administrative status
Operational Statuscisco.aci.cnw_phys_if.oper_statusCluster Element Physical Interface - Operational status
Administrative State (on)cisco.aci.fabric_node.admin_state_onFabric Node - Administrative State is: on
Fabric State (active)cisco.aci.fabric_node.fabric_state_activeFabric Node - Fabric State is: active
Fabric Pod Controllerscisco.aci.fabric_pod.controllersFabric Pod - Controllers
Fabric Pod Nodescisco.aci.fabric_pod.fabric_nodesFabric Pod - Nodes
Fabric Health AVGcisco.aci.fabric_pod.health_avgFabric Pod - Fabric Health AVG in a 5 minute sampling interval
Fabric Health MAXcisco.aci.fabric_pod.health_maxFabric Pod - Fabric Health MAX in a 5 minute sampling interval
Fabric Health MINcisco.aci.fabric_pod.health_minFabric Pod - Fabric Health MIN in a 5 minute sampling interval
Fabric Total Health Scorecisco.aci.fabric_pod.health_totalFabric Pod - Fabric Total Health Score
Fabric Pod Leavescisco.aci.fabric_pod.leavesFabric Pod - Leaves
Fabric Pod Leavescisco.aci.fabric_pod.spinesFabric Pod - Leaves
Faults by Domaincisco.aci.fault_count.domainFaults by Domain
Faults by Typecisco.aci.fault_count.typeFaults by Type
Admin Statuscisco.aci.l1_phys_if.admin_statusPhysical Interface - Admin status
Interface Healthcisco.aci.l1_phys_if.healthPhysical Interface - Health
Operational Statuscisco.aci.l1_phys_if.oper_statusPhysical Interface - Operational status
Operational Statuscisco.aci.mgmt_if.admin_statusManagement Interface - Operational status
Interface Healthcisco.aci.mgmt_if.healthManagement Interface - Health
Operational Statuscisco.aci.mgmt_if.oper_statusManagement Interface - Operational status
System Health Scorecisco.aci.system.healthSystem - Health Score
System Health AVGcisco.aci.system.health_avgSystem - System Node Health AVG in a 5 minute sampling interval
System Health MAXcisco.aci.system.health_maxSystem - System Node Health MAX in a 5 minute sampling interval
System Health MINcisco.aci.system.health_minSystem - System Node Health MIN in a 5 minute sampling interval
Total L2 Endpointscisco.aci.system.l2_total_ep_lastLeaf Layer2 usage statistics - Total L2 Endpoints in a 5 minute sampling interval
L2 Endpoints Capacitycisco.aci.system.l2_total_ep_maxLeaf Layer2 usage statistics - L2 Endpoints capacity in a 5 minute sampling interval
L2 Endpoints Usagecisco.aci.system.l2_total_ep_percLeaf Layer2 usage statistics - Total L2 Endpoints divided by L2 Endpoints capacity
TCAMscisco.aci.system.pol_tcamsLeaf Policy entries usage statistics - TCAMs = (Cumulative - Baseline)
Policy Usage Capacitycisco.aci.system.pol_tcams_maxLeaf Policy entries usage statistics - Policy Usage Capacity
TCAMs Usagecisco.aci.system.pol_tcams_percLeaf Policy entries usage statistics - TCAMs Usage = (Cumulative - Baseline) / Capacity
Policy Usage Baselinecisco.aci.system.pol_usage_baseLeaf Policy entries usage statistics - Policy Usage Baseline
Policy Usage Cumulativecisco.aci.system.pol_usage_cumLeaf Policy entries usage statistics - Policy Usage Cumulative
System Kernel CPU Utilization AVGcisco.aci.system.proc_sys_cpu_kernel_avgSystem - Kernel CPU Utilization AVG
System Kernel CPU Utilization AVG Lastcisco.aci.system.proc_sys_cpu_kernel_avg_lastSystem - Kernel CPU Utilization AVG Last
System User CPU Utilization AVGcisco.aci.system.proc_sys_cpu_user_avgSystem - User CPU Utilization AVG
System User CPU Utilization AVG Lastcisco.aci.system.proc_sys_cpu_user_avg_lastSystem - User CPU Utilization AVG Last
System System CPU Utilization AVGcisco.aci.system.proc_sys_load_avgSystem - System CPU Utilization AVG
System System CPU Utilization AVG Lastcisco.aci.system.proc_sys_load_avg_lastSystem - System CPU Utilization AVG Last
System Memory Free Lastcisco.aci.system.proc_sys_mem_free_lastSystem - Memory Free Last
System Memory Total Lastcisco.aci.system.proc_sys_mem_total_lastSystem - Memory Total Last
System Memory Used Lastcisco.aci.system.proc_sys_mem_used_lastSystem - Memory Used Last
System Memory Used % Lastcisco.aci.system.proc_sys_mem_used_perc_lastSystem - Memory Used % Last
System Uptimecisco.aci.system.system_uptimeSystem - Uptime
IPv4 Addressescisco.aci.system.v4_addressesLeaf Layer3 v4/32 total entries usage statistics - IPv4 Addresses = (Cumulative - Baseline)
Total v4 Endpoints Capacitycisco.aci.system.v4_addresses_maxLeaf Layer3 total entries usage capacity - Total v4 Endpoints capacity current value
IPv4 Addresses Usagecisco.aci.system.v4_addresses_percLeaf Layer3 v4/32 total entries usage statistics, Leaf Layer3 total entries usage capacity - IPv4 Addresses Usage = (Cumulative - Baseline) / Capacity
Total v4 32 Endpoints Baselinecisco.aci.system.v4_ep_baseLeaf Layer3 v4/32 total entries usage statistics - Total v4 32 Endpoints Baseline
Total v4 32 Endpoints Cumulativecisco.aci.system.v4_ep_cumLeaf Layer3 v4/32 total entries usage statistics - Total v4 32 Endpoints Cumulative
Total Vlan Entries Baselinecisco.aci.system.vlan_usage_total_baseLeaf Vlan entries usage statistics - Total vlan entries Baseline
Total Vlan Entries Cumulativecisco.aci.system.vlan_usage_total_cumLeaf Vlan entries usage statistics - Total Vlan Entries Cumulative
Vlanscisco.aci.system.vlan_vlansLeaf Vlan entries usage statistics - Vlans = (Cumulative - Baseline)
Vlan Entries Capacitycisco.aci.system.vlan_vlans_maxLeaf Vlan entries usage statistics - Vlan Entries Capacity
Vlans Usagecisco.aci.system.vlan_vlans_percLeaf Vlan entries usage statistics - Vlans Usage = (Cumulative - Baseline) / Capacity
Metric nameMetric keyDescription
Application Profile Healthcisco.aci.app_profile.healthApplication Profile - Health
Bridge Domain Healthcisco.aci.bridge_domain.healthBridge Domain - Health
Endpoint Group Contract Consumerscisco.aci.endpoint_group.contract_consumersEndpoint Group - Contract Consumers
Endpoint Group Contract Providerscisco.aci.endpoint_group.contract_providersEndpoint Group - Contract Providers
Endpoint Group Healthcisco.aci.endpoint_group.healthEndpoint Group - Health
Private Network Healthcisco.aci.private_network.healthPrivate Network - Health
Application Profilescisco.aci.tenant.app_profilesApplication Profiles
Bridge Domainscisco.aci.tenant.bridge_domainsBridge Domains
Contractscisco.aci.tenant.contractsContracts
Tenant healthcisco.aci.tenant.healthTenant - Health
Private Networkscisco.aci.tenant.private_networksPrivate Networks
Metric nameMetric keyDescription
cisco.aci.app_profile.l2_egr_bytes_ag_hist.multicast_cum
Application Profile Multicast Egress Bytes Ratecisco.aci.app_profile.l2_egr_bytes_ag_hist.multicast_rateApplication Profile - Multicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.app_profile.l2_egr_bytes_ag_hist.unicast_cum
Application Profile Unicast Egress Bytes Ratecisco.aci.app_profile.l2_egr_bytes_ag_hist.unicast_rateApplication Profile - Unicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.app_profile.l2_ingr_bytes_ag_hist.drop_cum
Application Profile Ingress Drop Ratecisco.aci.app_profile.l2_ingr_bytes_ag_hist.drop_rateApplication Profile - Ingress Drop Rate in a 15 minute sampling interval
cisco.aci.app_profile.l2_ingr_bytes_ag_hist.flood_cum
Application Profile Ingress Flood Ratecisco.aci.app_profile.l2_ingr_bytes_ag_hist.flood_rateApplication Profile - Ingress Flood Rate in a 15 minute sampling interval
cisco.aci.app_profile.l2_ingr_bytes_ag_hist.multicast_cum
Application Profile Multicast Ingress Bytes Ratecisco.aci.app_profile.l2_ingr_bytes_ag_hist.multicast_rateApplication Profile - Multicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.app_profile.l2_ingr_bytes_ag_hist.unicast_cum
Application Profile Unicast Ingress Bytes Ratecisco.aci.app_profile.l2_ingr_bytes_ag_hist.unicast_rateApplication Profile - Unicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.bridge_domain.l2_egr_bytes_ag_hist.multicast_cum
Bridge Domain Multicast Egress Bytes Ratecisco.aci.bridge_domain.l2_egr_bytes_ag_hist.multicast_rateBridge Domain - Multicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.bridge_domain.l2_egr_bytes_ag_hist.unicast_cum
Bridge Domain Unicast Egress Bytes Ratecisco.aci.bridge_domain.l2_egr_bytes_ag_hist.unicast_rateBridge Domain - Unicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.drop_cum
Bridge Domain Ingress Drop Ratecisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.drop_rateBridge Domain - Ingress Drop Rate in a 15 minute sampling interval
cisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.flood_cum
Bridge Domain Ingress Flood Ratecisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.flood_rateBridge Domain - Ingress Flood Rate in a 15 minute sampling interval
cisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.multicast_cum
Bridge Domain Multicast Ingress Bytes Ratecisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.multicast_rateBridge Domain - Multicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.unicast_cum
Bridge Domain Unicast Ingress Bytes Ratecisco.aci.bridge_domain.l2_ingr_bytes_ag_hist.unicast_rateBridge Domain - Unicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.endpoint_group.l2_egr_bytes_ag_hist.multicast_cum
Endpoint Group Multicast Egress Bytes Ratecisco.aci.endpoint_group.l2_egr_bytes_ag_hist.multicast_rateEndpoint Group - Multicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.endpoint_group.l2_egr_bytes_ag_hist.unicast_cum
Endpoint Group Unicast Egress Bytes Ratecisco.aci.endpoint_group.l2_egr_bytes_ag_hist.unicast_rateEndpoint Group - Unicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.drop_cum
Endpoint Group Ingress Drop Ratecisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.drop_rateEndpoint Group - Ingress Drop Rate in a 15 minute sampling interval
cisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.flood_cum
Endpoint Group Ingress Flood Ratecisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.flood_rateEndpoint Group - Ingress Flood Rate in a 15 minute sampling interval
cisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.multicast_cum
Endpoint Group Multicast Ingress Bytes Ratecisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.multicast_rateEndpoint Group - Multicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.unicast_cum
Endpoint Group Unicast Ingress Bytes Ratecisco.aci.endpoint_group.l2_ingr_bytes_ag_hist.unicast_rateEndpoint Group - Unicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.private_network.l2_egr_bytes_ag_hist.multicast_cum
Private Network Multicast Egress Bytes Ratecisco.aci.private_network.l2_egr_bytes_ag_hist.multicast_ratePrivate Network - Multicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.private_network.l2_egr_bytes_ag_hist.unicast_cum
Private Network Unicast Egress Bytes Ratecisco.aci.private_network.l2_egr_bytes_ag_hist.unicast_ratePrivate Network - Unicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.private_network.l2_ingr_bytes_ag_hist.drop_cum
Private Network Ingress Drop Ratecisco.aci.private_network.l2_ingr_bytes_ag_hist.drop_ratePrivate Network - Ingress Drop Rate in a 15 minute sampling interval
cisco.aci.private_network.l2_ingr_bytes_ag_hist.flood_cum
Private Network Ingress Flood Ratecisco.aci.private_network.l2_ingr_bytes_ag_hist.flood_ratePrivate Network - Ingress Flood Rate in a 15 minute sampling interval
cisco.aci.private_network.l2_ingr_bytes_ag_hist.multicast_cum
Private Network Multicast Ingress Bytes Ratecisco.aci.private_network.l2_ingr_bytes_ag_hist.multicast_ratePrivate Network - Multicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.private_network.l2_ingr_bytes_ag_hist.unicast_cum
Private Network Unicast Ingress Bytes Ratecisco.aci.private_network.l2_ingr_bytes_ag_hist.unicast_ratePrivate Network - Unicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.tenant.l2_egr_bytes_ag_hist.multicast_cum
Tenant Multicast Egress Bytes Ratecisco.aci.tenant.l2_egr_bytes_ag_hist.multicast_rateTenant - Multicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.tenant.l2_egr_bytes_ag_hist.unicast_cum
Tenant Unicast Egress Bytes Ratecisco.aci.tenant.l2_egr_bytes_ag_hist.unicast_rateTenant - Unicast Egress Bytes Rate in a 15 minute sampling interval
cisco.aci.tenant.l2_ingr_bytes_ag_hist.drop_cum
Tenant Ingress Drop Ratecisco.aci.tenant.l2_ingr_bytes_ag_hist.drop_rateTenant - Ingress Drop Rate in a 15 minute sampling interval
cisco.aci.tenant.l2_ingr_bytes_ag_hist.flood_cum
Tenant Ingress Flood Ratecisco.aci.tenant.l2_ingr_bytes_ag_hist.flood_rateTenant - Ingress Flood Rate in a 15 minute sampling interval
cisco.aci.tenant.l2_ingr_bytes_ag_hist.multicast_cum
Tenant Multicast Ingress Bytes Ratecisco.aci.tenant.l2_ingr_bytes_ag_hist.multicast_rateTenant - Multicast Ingress Bytes Rate in a 15 minute sampling interval
cisco.aci.tenant.l2_ingr_bytes_ag_hist.unicast_cum
Tenant Unicast Ingress Bytes Ratecisco.aci.tenant.l2_ingr_bytes_ag_hist.unicast_rateTenant - Unicast Ingress Bytes Rate in a 15 minute sampling interval
Metric nameMetric keyDescription
com.dynatrace.extension.network_device.sysuptime
com.dynatrace.extension.network_device.memory_usage
com.dynatrace.extension.network_device.memory_free
com.dynatrace.extension.network_device.memory_total
com.dynatrace.extension.network_device.memory_used
com.dynatrace.extension.network_device.cpu_usage
com.dynatrace.extension.network_device.if.status
com.dynatrace.extension.network_device.if.bytes_in.count
com.dynatrace.extension.network_device.if.bytes_out.count
Metric nameMetric keyDescription
Overall Metrics Data Collection Timesfm.cisco.aci.monitor.run.durationTotal duration of all queries to collect data reported as metrics and log records
Metrics Data Collection Errorsfm.cisco.aci.monitor.run.errorIndicates whether an error occurred during the most recent data collection.
Paged Data Query Durationsfm.cisco.aci.fetch_class_page.durationDuration of paged queries to collect data reported as metrics and log records
Paged Data Query Errorssfm.cisco.aci.fetch_class_page.errorNumber of errors that occurred during the most recent paged queries to collect data reported as metrics and log records
Paged Data Count Query Durationsfm.cisco.aci.fetch_class_count.durationDuration of queries to get object counts for paged queries
Paged Data Count Query Errorssfm.cisco.aci.fetch_class_count.errorNumber of errors that occurred during the most recent queries to get object counts for paged queries
Object Count Query Durationsfm.cisco.aci.fetch_count_query.durationDuration of queries to get object counts reported as metrics
Object Count Query Errorssfm.cisco.aci.fetch_count_query.errorNumber of errors that occurred during the most recent queries to get object counts reported as metrics
Related tags
NetworkPythonNetwork managementCiscoInfrastructure Observability