diff --git a/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml b/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml index 4152f8866e..082f45247a 100644 --- a/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml @@ -74,8 +74,7 @@ expected_metrics: - *uuid_label - *gpu_number_label notes: - - &dcgm_profiling_note - Not available on GPU models P100 and P4. + - &dcgm_profiling_note Not available on GPU models P100 and P4. - type: workload.googleapis.com/gpu.dcgm.pipe.utilization value_type: DOUBLE kind: GAUGE diff --git a/integration_test/third_party_apps_test/applications/dcgmv1/metadata.yaml b/integration_test/third_party_apps_test/applications/dcgmv1/metadata.yaml index de3929ebd9..9f59b91360 100644 --- a/integration_test/third_party_apps_test/applications/dcgmv1/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/dcgmv1/metadata.yaml @@ -68,8 +68,7 @@ expected_metrics: name: instrumentation_source value_regex: agent.googleapis.com/dcgm notes: - - &dcgm_profiling_note - Not available on GPU models P100 and P4. + - &dcgm_profiling_note Not available on GPU models P100 and P4. representative: true - type: workload.googleapis.com/dcgm.gpu.profiling.sm_occupancy value_type: DOUBLE diff --git a/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml b/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml index bd9ae6c1c9..191e600a04 100644 --- a/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml @@ -282,8 +282,7 @@ expected_logs: type: number description: 'The number of merge passes that the sort algorithm has had to do' notes: - - &log_slow_verbosity_note - These fields are only provided if the `log_slow_verbosity` system variable contains `'query_plan'`. + - &log_slow_verbosity_note These fields are only provided if the `log_slow_verbosity` system variable contains `'query_plan'`. - name: jsonPayload.createdTmpTables type: number description: 'The number of internal temporary tables created by the server' diff --git a/integration_test/third_party_apps_test/applications/mysql/metadata.yaml b/integration_test/third_party_apps_test/applications/mysql/metadata.yaml index 08322f765a..0c3a2c43f2 100644 --- a/integration_test/third_party_apps_test/applications/mysql/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mysql/metadata.yaml @@ -242,8 +242,7 @@ expected_logs: type: number description: 'The statement error number, or 0 if no error occurred' notes: - - &log_slow_extra_note - These fields are only provided if the `log_slow_extra` system variable is set to `'ON'`. This variable is available as of MySQL 8.0.14. + - &log_slow_extra_note These fields are only provided if the `log_slow_extra` system variable is set to `'ON'`. This variable is available as of MySQL 8.0.14. - name: jsonPayload.killed type: number description: 'If the statement was terminated, the error number indicating why, or 0 if the statement terminated normally'