Collecting data for additional performance and instance type configuration metrics
You can collect additional performance metrics and instance type configuration metrics according to your requirements. The AWS API ETL does not collect these metrics by default. To collect these metrics, you must define them in JSON files and configure the ETL to use these JSON files.
Collecting additional CloudWatch metrics
You can collect additional performance metrics from CloudWatch. These metrics are not available for collection by default. To collect these metrics, you must add them in a JSON file. When you configure the ETL to use this JSON file and run the ETL, the database is populated with these additional metrics.
To collect additional performance metrics:
- Download the JSON file.
Open the JSON file, and add the details of additional performance metrics that you want to collect. You can use the following JSON code as an example:
- Save the file. For example, aws-metric-conf.json.
- Upload the file to a directory on the ETL engine server.
- In BMC Helix Continuous Optimization, complete these steps:
- Click Administration > ETL and System Tasks > ETL Tasks.
- On the ETL tasks page, click the AWS API ETL that you want to configure. The ETL details are displayed.
- Click Edit. The ETL configuration settings are displayed.
- Click Advanced > Amazon Web Services Connection.
- In the Additional CloudWatch metrics JSON file path field, specify the path where the JSON file is saved.
The path must include the file name also. For example, /opt/bmc/bco/aws-metric-conf.json - Click Save.
- Run the ETL or after the next scheduled ETL run, verify that the additional metrics are collected. For information about running the ETL and verifying data collection, see Amazon-Web-Services-AWS-API-Extractor.
Collecting additional instance type configuration metrics
You can define additional configuration metrics of an instance that you want to collect in a JSON file. When you configure the ETL to use this JSON file and run it, the database is populated with these additional configuration metrics.
To collect additional configuration metrics:
- Download the sample file.
- Open the file, and complete these steps:
Add the details of additional configuration metrics.
The following JSON file code shows some sample configuration metrics.Update the version parameter to add the current date in the yyyymmdd format.
- Save the file on your computer. For example, aws-instance-type.json.
- Upload the file to a directory on the ETL Engine Server.
- In BMC Helix Continuous Optimization, complete these steps:
- Click Administration > ETL and System Tasks > ETL Tasks.
- On the ETL tasks page, click the AWS API ETL that you want to configure. The ETL details are displayed.
- Click Edit
. The ETL configuration settings are displayed. - Click Advanced > Amazon Web Services Connection.
- In the Instance type definition JSON file path field, type the path where the JSON file is saved.
- Click Save.
- Run the ETL or after the next scheduled ETL run, verify that the additional metrics are collected. For information about running the ETL and verifying data collection, see Amazon-Web-Services-AWS-API-Extractor.