Yet another cloudwatch exporter metric definition file (metrics_ya_cloudwatch_exporter.conf)
- Organization of this page
Format
[
{
"name":"trend-data-metric-names",
"default":default-selection-state,
"promql":"PromQL-statement",
"resource_en":{
"category":"metric-category-(English)",
"label":"metric-display-name-(English)",
"description":"metric-description-(English)",
"unit":"metric-unit-(English)"
},
"resource_ja":{
"category":"metric-category-(Japanese)",
"label":"metric-display-name-(Japanese)",
"description":"metric-description-(Japanese)",
"unit":"metric-unit-(Japanese)"
},
"cloud_srv": "AWS service namespace name",
"drop_legend_labels": ["label-name", ...]
}, ...
]#- #
-
The number of elements that can be described in [] is 1 to 1,000. If an out-of-range number of elements is described, a KAJY24609-E error message is output.
File
metrics_ya_cloudwatch_exporter.conf
metrics_ya_cloudwatch_exporter.conf.model (model file)
Storage directory
■Integrated manager host
- In Windows:
-
-
For a physical host
Manager-path\conf\imdd\plugin\jp1pccs\
-
For a logical host
shared-folder\jp1imm\conf\imdd\plugin\jp1pccs\
-
- In Linux:
-
-
For a physical host
/etc/opt/jp1imm/conf/imdd/plugin/jp1pccs/
-
For a logical host
shared-directory/jp1imm/conf/imdd/plugin/jp1pccs/
-
Description
This file defines the metric information of Yet another cloudwatch exporter displayed on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window.
The defined contents are used for the return values of __metricListGet method and __timeSeriesDataGet method of the JP1/IM - Agent product plug-in.
IM management nodes for Yet another cloudwatch exporter are created only for resources for metrics defined in the Yet another cloudwatch exporter metrics definition file.
If JP1/IM - Manager is in a hierarchical configuration and you want to refer to trend data stored in Trend data Management Database of lower manager from Integrated manager, you must add trend data metrics that you want to refer to metric definition file of Integrated manager.
Character code
UTF-8 (without BOM)
Line feed code
In Windows: CR+LF
In Linux: LF
When the definitions are applied
Definitions are reflected when the metric information is obtained on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window, or with the REST API.
IM management nodes in Yet another cloudwatch exporter are reflected when you run the jddcreatetree and jddupdatetree commands.
Information that is specified
The following value is setup to name and cloud_srv membership. For values that setup to other members, see the Information that is specified section in Node exporter metric definition file (metrics_node_exporter.conf).
|
Member name |
Optional |
Type |
Value to set |
|---|---|---|---|
|
name |
No |
string |
Set the metric name for the trend data. The metric name of trend data (time series data) is displayed as a character string indicating the type of trend data on the Trend tab of the Unified Operation Viewer screen. For yet another cloudwatch exporter metrics definition file, create only resources for the metrics defined here. Also, the metric name must match the metric name in Yet another cloudwatch exporter. 1 to 255 characters, and the following characters can be specified.
If it contains characters that cannot be specified, a KAJY24604-E or KAJY24605-E error message is printed. The metric name must be unique within the metric definition file. Otherwise, a KAJY24608-E error message is output. |
|
cloud_srv |
Yes |
string |
Set the AWS service namespace name. This member is required only for Yet another cloudwatch exporter metrics definition file. Set the name of the following namespace specified in the Yet another cloudwatch exporter configuration file (jpc_ya_cloudwatch_exporter.yml):
Example 1: AWS/EC2 Example 2: AWS/S33 1 to 255 characters, and the following characters can be specified.
If it contains characters that cannot be specified, a KAJY24604-E or KAJY24605-E error message is printed. |
- #
-
For details about the namespaces (services) that can be specified in Auto-discovery job's type, see the section describing the namespaces of AWS that JP1/IM - Agent supports as monitored at 3.15.6(1)(k) Creating an IM Management Node for Yet another cloudwatch exporter in the JP1/Integrated Management 3 - Manager Overview and System Design Guide.
Model file settings (initial status)
The settings (initial status) of each metric described in the model file of the Yet another cloudwatch exporter metric definition file are shown below.
-
aws_ec2_cpuutilization_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ec2_cpuutilization_average
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_ec2_cpuutilization_average and $jp1im_TrendData_labels
resource_en
category
aws_ec2
label
CPU utilization
description
The percentage of the allocated EC2 compute units that are currently in use on the instance. For details, see the description of the CPUUtilization metric for AWS/EC2.
unit
%
resource_ja
category
aws_ec2
label
CPU使用率
description
割り当てられた EC2 コンピュートユニットのうち,現在インスタンス上で使用されているものの比率。
詳細はAWS/EC2のCPUUtilizationメトリックの説明を参照してください。
unit
%
cloud_srv
AWS/EC2
-
aws_ec2_disk_read_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ec2_disk_read_bytes_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(aws_ec2_disk_read_bytes_sum and $jp1im_TrendData_labels) / 1024
resource_en
category
aws_ec2
label
Amount of data read in KB
description
Amount of data in KB read from all instance store volumes available to the instance.
For more information, see the description of the DiskReadBytes metric of AWS EC2.
unit
KB
resource_ja
category
aws_ec2
label
読み取りキロバイト数
description
インスタンスで利用できるすべてのインスタンスストアボリュームから読み取られたキロバイト数。
詳細はAWS/EC2のDiskReadBytesメトリックの説明を参照してください。
unit
キロバイト
cloud_srv
AWS/EC2
-
aws_ec2_disk_write_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ec2_disk_write_bytes_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(aws_ec2_disk_write_bytes_sum and $jp1im_TrendData_labels) / 1024
resource_en
category
aws_ec2
label
Amount of data written in KB
description
Amount of data in KB written to all instance store volumes available to the instance.
For more information, see the description of the DiskWriteBytes metric of AWS EC2.
unit
KB
resource_ja
category
aws_ec2
label
書き込みキロバイト数
description
インスタンスで利用できるすべてのインスタンスストアボリュームに書き込まれたキロバイト数。
詳細はAWS/EC2のDiskWriteBytesメトリックの説明を参照してください。
unit
キロバイト
cloud_srv
AWS/EC2
-
aws_lambda_errors_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_lambda_errors_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_lambda_errors_sum and $jp1im_TrendData_labels
resource_en
category
aws_lambda
label
Number of invocations
description
The number of invocations that result in a function error. For details, see the description of the Errors metric for AWS/Lambda.
unit
count
resource_ja
category
aws_lambda
label
呼び出し数
description
関数エラーが発生した呼び出しの数。
詳細はAWS/LambdaのErrorsメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/Lambda
-
aws_lambda_duration_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_lambda_duration_average
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_lambda_duration_average and $jp1im_TrendData_labels
resource_en
category
aws_lambda
label
Event processing time
description
The amount of time that your function code spends processing an event. For details, see the description of the Duration metric for AWS/Lambda.
unit
msec
resource_ja
category
aws_lambda
label
イベント処理時間
description
関数コードがイベントの処理に費やす時間。
詳細はAWS/LambdaのDurationメトリックの説明を参照してください。
unit
ミリ秒
cloud_srv
AWS/Lambda
-
aws_s3_bucket_size_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_s3_bucket_size_bytes_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(aws_s3_bucket_size_bytes_sum and $jp1im_TrendData_labels) / (1024*1024*1024)
resource_en
category
aws_s3
label
Amount of data stored
description
The amount of data in GB stored in a bucket in the STANDARD storage class, INTELLIGENT_TIERING storage class, Standard-Infrequent Access (STANDARD_IA) storage class, OneZone-Infrequent Access (ONEZONE_IA), Reduced Redundancy Storage (RRS) class, Deep Archive Storage (S3 Glacier Deep Archive) class or, Glacier (GLACIER) storage class. For details, see the description of the BucketSizeBytes metric for AWS/S3.
unit
GB
resource_ja
category
aws_s3
label
保存データ量
description
STANDARD ストレージクラス,INTELLIGENT_TIERING ストレージクラス,標準低頻度アクセス(STANDARD_IA)ストレージクラス,OneZone 低頻度アクセス(ONEZONE_IA),低冗長化ストレージ (RRS) クラス,ディープアーカイブストレージ(S3 Glacier Deep Archive),または Glacier (GLACIER)ストレージクラスのバケットに保存されているデータの量(ギガバイト単位)。
詳細はAWS/S3のBucketSizeBytesメトリックの説明を参照してください。
unit
ギガバイト
cloud_srv
AWS/S3
-
aws_s3_5xx_errors_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_s3_5xx_errors_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_s3_5xx_errors_sum and $jp1im_TrendData_labels
resource_en
category
aws_s3
label
Number of 5xx server errors
description
The number of HTTP 5xx server error status code requests made to an Amazon S3 bucket with a value of either 0 or 1. For details, see the description of the 5xx_errors metric for AWS/S3.
unit
count
resource_ja
category
aws_s3
label
5xxサーバエラー数
description
Amazon S3バケットに対して行われた,値が0または1のHTTP 5xxサーバーエラーステータスコードリクエストの数。
詳細はAWS/S3の5xx_errorsメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/S3
-
aws_dynamodb_consumed_read_capacity_units_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_dynamodb_consumed_read_capacity_units_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_dynamodb_consumed_read_capacity_units_sum and $jp1im_TrendData_labels
resource_en
category
aws_dynamo_db
label
Number of read capacity units
description
The total number of read capacity units consumed. For details, see the description of the ConsumedReadCapacityUnits metric for Amazon DynamoDB.
unit
count
resource_ja
category
aws_dynamo_db
label
読み込み容量ユニット数
description
消費された読み込み容量ユニットの合計。
詳細はAmazon DynamoDBのConsumedReadCapacityUnitsメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/DynamoDB
-
aws_dynamodb_consumed_write_capacity_units_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_dynamodb_consumed_write_capacity_units_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_dynamodb_consumed_write_capacity_units_sum and $jp1im_TrendData_labels
resource_en
category
aws_dynamo_db
label
Number of write capacity units
description
The total number of write capacity units consumed. For details, see the description of the ConsumedWriteCapacityUnits metric for Amazon DynamoDB.
unit
count
resource_ja
category
aws_dynamo_db
label
書き込み容量ユニット数
description
消費された書き込み容量ユニットの合計。
詳細はAmazon DynamoDBのConsumedWriteCapacityUnitsメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/DynamoDB
-
aws_states_execution_time_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_states_execution_time_average
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_states_execution_time_average and $jp1im_TrendData_labels
resource_en
category
aws_states
label
Execution time
description
The average of the interval, in milliseconds, from the start to the end of the execution of Step Functions. For details, see the description of the ExecutionTime metric for AWS Step Functions.
unit
msec
resource_ja
category
aws_states
label
実行時間
description
Step Functionsの実行の開始時点から終了時点までの間隔の平均値(ミリ秒単位)。
詳細はAWS Step FunctionsのExecutionTimeメトリックの説明を参照してください。
unit
ミリ秒
cloud_srv
AWS/States
-
aws_states_executions_failed_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_states_executions_failed_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_states_executions_failed_sum and $jp1im_TrendData_labels
resource_en
category
aws_states
label
Number of failed executions
description
The total number of failed executions of Step Functions. For details, see the description of the ExecutionsFailed metric for AWS Step Functions.
unit
count
resource_ja
category
aws_states
label
実行失敗数
description
Step Functionsの失敗した実行の合計数。
詳細はAWS Step FunctionsのExecutionsFailedメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/States
-
aws_sqs_approximate_number_of_messages_delayed_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_sqs_approximate_number_of_messages_delayed_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_sqs_approximate_number_of_messages_delayed_sum and $jp1im_TrendData_labels
resource_en
category
aws_sqs
label
Number of messages in the delay queue
description
The total number of messages in the queue that are delayed and not available for reading immediately. For details, see the description of the ApproximateNumberOfMessagesDelayed metric for Amazon SQS.
unit
count
resource_ja
category
aws_sqs
label
遅延キューメッセージ数
description
遅延が発生したため,すぐに読み取ることのできない,キューのメッセージの合計数。
詳細はAmazon SQSのApproximateNumberOfMessagesDelayedメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/SQS
-
aws_sqs_number_of_messages_deleted_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_sqs_number_of_messages_deleted_sum
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
aws_sqs_number_of_messages_deleted_sum and $jp1im_TrendData_labels
resource_en
category
aws_sqs
label
Number of messages in the deletion queue
description
The total number of messages deleted from the queue. For details, see the description of the NumberOfMessagesDeleted metric for Amazon SQS.
unit
count
resource_ja
category
aws_sqs
label
削除キューメッセージ数
description
キューから削除されたメッセージの合計数。
詳細はAmazon SQSのNumberOfMessagesDeletedメトリックの説明を参照してください。
unit
個
cloud_srv
AWS/SQS
-
aws_ebs_volume_read_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ebs_volume_read_bytes_sum
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_ebs_volume_read_bytes_sum and $jp1im_TrendData_labels
resource_en
category
aws_ebs
label
Number of bytes read
description
Total number of bytes transferred in read operations over the specified time period. For details, see the description of the VolumeReadBytes metric for AWS/EBS.
unit
byte
cloud_srv
AWS/EBS
-
aws_ebs_volume_write_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ebs_volume_write_bytes_sum
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_ebs_volume_write_bytes_sum and $jp1im_TrendData_labels
resource_en
category
aws_ebs
label
Number of bytes written
description
Total number of bytes transferred in write operations over the specified time period. For details, see the description of the VolumeWriteBytes metric for AWS/EBS.
unit
byte
cloud_srv
AWS/EBS
-
aws_ecs_cpuutilization_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ecs_cpuutilization_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_ecs_cpuutilization_average and $jp1im_TrendData_labels
resource_en
category
aws_ecs
label
CPU utilization
description
Percentage of CPU used by the cluster or service. For details, see the description of the CPUUtilization metric for AWS/ECS.
unit
%
cloud_srv
AWS/ECS
-
aws_ecs_memory_utilization_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_ecs_memory_utilization_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_ecs_memory_utilization_average and $jp1im_TrendData_labels
resource_en
category
aws_ecs
label
Memory utilization
description
Percentage of memory utilized by the cluster or service. For details, see the description of the MemoryUtilization metric for AWS/ECS.
unit
%
cloud_srv
AWS/ECS
-
aws_efs_total_iobytes_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_efs_total_iobytes_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_efs_total_iobytes_average and $jp1im_TrendData_labels
resource_en
category
aws_efs
label
Total bytes
description
The actual number of bytes for each file system operation, including read data, write data, and metadata operations. For details, see the description of the TotalIOBytes metric for AWS/EFS.
unit
byte
cloud_srv
AWS/EFS
-
aws_efs_storage_bytes_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_efs_storage_bytes_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_efs_storage_bytes_average and $jp1im_TrendData_labels
resource_en
category
aws_efs
label
Storage usage
description
File system size in bytes. For details, see the description of the StorageBytes metric for AWS/EFS.
unit
byte
cloud_srv
AWS/EFS
-
aws_fsx_data_read_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_fsx_data_read_bytes_sum
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_fsx_data_read_bytes_sum and $jp1im_TrendData_labels
resource_en
category
ws_fsx
label
Number of bytes read
description
Number of bytes in file system read operations. For details, see the description of the DataReadBytes metric for AWS/FSx.
unit
byte
cloud_srv
AWS/FSx
-
aws_fsx_data_write_bytes_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_fsx_data_write_bytes_sum
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_fsx_data_write_bytes_sum and $jp1im_TrendData_labels
resource_en
category
aws_fsx
label
Number of bytes written
description
Number of bytes in file system write operations. For details, see the description of the DataWriteBytes metric for AWS/FSx.
unit
byte
cloud_srv
AWS/FSx
-
aws_fsx_free_storage_capacity_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_fsx_free_storage_capacity_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_fsx_free_storage_capacity_average and $jp1im_TrendData_labels
resource_en
category
aws_fsx
label
Free space
description
Available storage capacity. For details, see the description of the FreeStorageCapacity metric for AWS/FSx.
unit
byte
cloud_srv
AWS/FSx
-
aws_rds_cpuutilization_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_rds_cpuutilization_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_rds_cpuutilization_average and $jp1im_TrendData_labels
resource_en
category
aws_rds
label
CPU utilization
description
CPU utilization. For details, see the description of the CPUUtilization metric for AWS/RDS.
unit
%
cloud_srv
AWS/RDS
-
aws_rds_read_iops_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_rds_read_iops_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_rds_read_iops_average and $jp1im_TrendData_labels
resource_en
category
aws_rds
label
Read IOPS
description
Average number of disk read I/O operations per second. For details, see the description of the ReadIOPS metric for AWS/RDS.
unit
count/second
cloud_srv
AWS/RDS
-
aws_rds_write_iops_average
■Settings (initial status)
Member name
Settings (initial status)
name
aws_rds_write_iops_average
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_rds_write_iops_average and $jp1im_TrendData_labels
resource_en
category
aws_rds
label
Write IOPS
description
Average number of disk write I/O operations per second. For details, see the description of the WriteIOPS metric for AWS/RDS.
unit
count/second
cloud_srv
AWS/RDS
-
aws_sns_number_of_notifications_failed_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_sns_number_of_notifications_failed_sum
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_sns_number_of_notifications_failed_sum and $jp1im_TrendData_labels
resource_en
category
aws_sns
label
Number of failed notifications
description
The number of messages that Amazon SNS failed to deliver. For details, see the description of the NumberOfNotificationsFailed metric for AWS/SNS.
unit
count
cloud_srv
AWS/SNS
-
aws_sns_number_of_notifications_filtered_out_sum
■Settings (initial status)
Member name
Settings (initial status)
name
aws_sns_number_of_notifications_filtered_out_sum
default
FALSE
promql for the metric definition file (including $jp1im_TrendData_labels)
aws_sns_number_of_notifications_filtered_out_sum and $jp1im_TrendData_labels
resource_en
category
aws_sns
label
Number of filterd out notifications
description
Number of messages rejected by subscription filter policy. For details, see the description of the NumberOfNotificationsFilteredOut metric for AWS/SNS.
unit
count
cloud_srv
AWS/SNS