feat: Allow configuring custom metrics on updater #1227
ci.yml
on: pull_request
test-lint
/
lint
1m 15s
packaging
/
packaging
docker-test
/
images
quay-test
/
images
Annotations
9 errors
|
test-lint / lint
issues found
|
|
test-lint / lint:
pkg/api/models/models.go#L101
tag is not aligned, should be: example:"gpu_power_max:454" json:"max_custom_stats,omitempty" sql:"max_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L100
tag is not aligned, should be: example:"host_pwr_min:36" json:"min_custom_stats,omitempty" sql:"min_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L99
tag is not aligned, should be: example:"mem_bw_avg:2545" json:"avg_custom_stats,omitempty" sql:"avg_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L52
tag is not aligned, should be: example:"gpu_power_max:454" json:"max_custom_stats,omitempty" sql:"max_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L51
tag is not aligned, should be: example:"host_pwr_min:36" json:"min_custom_stats,omitempty" sql:"min_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L50
tag is not aligned, should be: example:"mem_bw_avg:2545" json:"avg_custom_stats,omitempty" sql:"avg_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L49
tag is not aligned, should be: example:"instr_total:454342323,cycles_total:23232323" json:"total_custom_stats,omitempty" sql:"total_custom_stats" sqlitetype:"text" swaggertype:"object,number" (tagalign)
|
|
test-lint / lint:
pkg/api/models/models.go#L98
File is not properly formatted (gci)
|