MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/netdata/usr/lib/netdata/conf.d/go.d/azure_monitor.profiles/default/nat_gateway.yaml
---
display_name: Azure NAT Gateway
resource_type: Microsoft.Network/natGateways
metrics:
  - id: datapath_availability
    azure_name: DatapathAvailability
    time_grain: PT1M
    series:
      - aggregation: average
        kind: gauge
  - id: byte_count
    azure_name: ByteCount
    time_grain: PT1M
    series:
      - aggregation: total
        kind: counter
  - id: packet_count
    azure_name: PacketCount
    time_grain: PT1M
    series:
      - aggregation: total
        kind: counter
  - id: packet_drop_count
    azure_name: PacketDropCount
    time_grain: PT1M
    series:
      - aggregation: total
        kind: counter
  - id: snat_connection_count
    azure_name: SNATConnectionCount
    time_grain: PT1M
    series:
      - aggregation: total
        kind: gauge
  - id: total_connection_count
    azure_name: TotalConnectionCount
    time_grain: PT1M
    series:
      - aggregation: total
        kind: gauge
template:
  family: Azure NAT Gateway
  context_namespace: nat_gateway
  chart_defaults:
    label_promotion:
      - resource_name
      - resource_group
      - region
      - resource_type
      - profile
    instances:
      by_labels:
        - resource_uid
  charts:
    - id: am_azure_nat_gateway__datapath_availability
      title: Azure NAT Gateway Datapath Availability
      context: datapath_availability
      family: Availability
      type: line
      units: percentage
      algorithm: absolute
      dimensions:
        - selector: datapath_availability_average
          name: average
    - id: am_azure_nat_gateway__byte_throughput
      title: Azure NAT Gateway Byte Throughput
      context: byte_throughput
      family: Throughput
      type: line
      units: bytes/s
      algorithm: incremental
      dimensions:
        - selector: byte_count_total
          name: total
    - id: am_azure_nat_gateway__packet_throughput
      title: Azure NAT Gateway Packet Throughput
      context: packet_throughput
      family: Throughput
      type: line
      units: packets/s
      algorithm: incremental
      dimensions:
        - selector: packet_count_total
          name: total
    - id: am_azure_nat_gateway__dropped_packets
      title: Azure NAT Gateway Dropped Packets
      context: dropped_packets
      family: Errors
      type: line
      units: packets/s
      algorithm: incremental
      dimensions:
        - selector: packet_drop_count_total
          name: total
    - id: am_azure_nat_gateway__snat_connections
      title: Azure NAT Gateway SNAT Connections
      context: snat_connections
      family: Connections
      type: line
      units: connections
      algorithm: absolute
      dimensions:
        - selector: snat_connection_count_total
          name: total
    - id: am_azure_nat_gateway__total_connections
      title: Azure NAT Gateway Total SNAT Connections
      context: total_connections
      family: Connections
      type: line
      units: connections
      algorithm: absolute
      dimensions:
        - selector: total_connection_count_total
          name: total