这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading