mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-01 23:31:51 +00:00
Using histogram metrics instead of summary
Kubernetes-commit: 42214c5ac423289a6c87e0f3c1014f652d58bf62
This commit is contained in:
committed by
Kubernetes Publisher
parent
c270b352df
commit
6658e1f4a3
@@ -155,11 +155,11 @@ func (m *testMetricsProvider) NewAddsMetric(name string) CounterMetric {
|
||||
return &m.adds
|
||||
}
|
||||
|
||||
func (m *testMetricsProvider) NewLatencyMetric(name string) SummaryMetric {
|
||||
func (m *testMetricsProvider) NewLatencyMetric(name string) HistogramMetric {
|
||||
return &m.latency
|
||||
}
|
||||
|
||||
func (m *testMetricsProvider) NewWorkDurationMetric(name string) SummaryMetric {
|
||||
func (m *testMetricsProvider) NewWorkDurationMetric(name string) HistogramMetric {
|
||||
return &m.duration
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user