Hitachi

JP1 Version 13 JP1/Integrated Management 3 - Manager Command, Definition File and API Reference


Yet another cloudwatch exporter configuration file (jpc_ya_cloudwatch_exporter.yml)

The following shows a sample code for AWS namespaces compatible with IM Exporter, and modified default values to accommodate AWS resources added for the Yet another cloudwatch exporter configuration file (jpc_ya_cloudwatch_exporter.yml) for JP1/IM - Agent. No further changes to other specifications have been made with IM Exporter.

Organization of this page

Syntax

The following shows a YAML format sample of AWS namespaces supported by IM Exporter.

discovery:
  exportedTagsOnMetrics:
    AWS/EC2:
      - jp1_pc_nodelabel
    AWS/Lambda:
      - jp1_pc_nodelabel
    AWS/S3:
      - jp1_pc_nodelabel
    AWS/DynamoDB:
      - jp1_pc_nodelabel
    AWS/States:
      - jp1_pc_nodelabel
    AWS/SQS:
      - jp1_pc_nodelabel
    AWS/ESC:
      - jp1_pc_nodelabel
    AWS/EBS:
      - jp1_pc_nodelabel
    AWS/EFS:
      - jp1_pc_nodelabel
    AWS/FSx:
      - jp1_pc_nodelabel
    AWS/SNS:
      - jp1_pc_nodelabel
    AWS/RDS:
      - jp1_pc_nodelabel
  jobs:
  - type: AWS/EC2
    regions:
      - ap-northeast-1
    period: 0
    length: 600
    delay: 120
    metrics:
      - name: CPUUtilization
        statistics:
        - Average
      - name: DiskReadBytes
        statistics:
        - Sum
      - name: DiskWriteBytes
        statistics:
        - Sum

Content description

The following shows JP1/IM - Agent default values that have been modified to accommodate added AWS resources.