feat/Add histograms for duration metrics #5542
Annotations
1 error and 11 warnings
|
pkg/metrics/object.go#L41
var-naming: don't use underscores in Go names; struct field getDuration_counter should be getDurationCounter (revive)
|
pkg/metrics/engine.go#L11
var-naming: don't use underscores in Go names; struct field listContainersDuration_counter should be listContainersDurationCounter (revive)
|
pkg/metrics/object.go#L42
var-naming: don't use underscores in Go names; struct field putDuration_counter should be putDurationCounter (revive)
|
pkg/metrics/object.go#L43
var-naming: don't use underscores in Go names; struct field headDuration_counter should be headDurationCounter (revive)
|
pkg/metrics/engine.go#L12
var-naming: don't use underscores in Go names; struct field estimateContainerSizeDuration_counter should be estimateContainerSizeDurationCounter (revive)
|
pkg/metrics/engine.go#L13
var-naming: don't use underscores in Go names; struct field deleteDuration_counter should be deleteDurationCounter (revive)
|
pkg/metrics/object.go#L44
var-naming: don't use underscores in Go names; struct field searchDuration_counter should be searchDurationCounter (revive)
|
pkg/metrics/object.go#L45
var-naming: don't use underscores in Go names; struct field deleteDuration_counter should be deleteDurationCounter (revive)
|
pkg/metrics/engine.go#L14
var-naming: don't use underscores in Go names; struct field existsDuration_counter should be existsDurationCounter (revive)
|
pkg/metrics/engine.go#L15
var-naming: don't use underscores in Go names; struct field getDuration_counter should be getDurationCounter (revive)
|
|
The logs for this run have expired and are no longer available.
Loading