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.
-
<Auto-discovery configuration>
Item
Description
Modifiable
Content set by the user in JP1/IM - Agent
Default value in JP1/IM - Agent
<Auto-discovery configuration>
--
--
--
--
exportedTagsOnMetrics
List of tags per service to export to all metrics
Y
List of tags per service to export to all metrics
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/EBS:
- jp1_pc_nodelabel
AWS/ECS:
- jp1_pc_nodelabel
AWS/EFS:
- jp1_pc_nodelabel
AWS/FSx:
- jp1_pc_nodelabel
AWS/RDS:
- jp1_pc_nodelabel
AWS/SNS:
- jp1_pc_nodelabel
ECS/ContainerInsights:
- jp1_pc_nodelabel
-
<Auto-discovery job>
Item
Description
Modifiable
Content set by the user in JP1/IM - Agent
Default value in JP1/IM - Agent
<Auto-discovery job>
--
--
--
--
type
Namespace name ("AWS/EC2", "AWS/S3", etc).
REQ
Namespace name
AWS/EC2
AWS/Lambda
AWS/S3
AWS/DynamoDB
AWS/States
AWS/SQS
AWS/EBS
AWS/ECS
AWS/EFS
AWS/FSx
AWS/RDS
AWS/SNS
ECS/ContainerInsights