MM-25005: Remove HttpRequestsDuration bucket (#14520)
* MM-25005: Remove HttpRequestsDuration bucket The ApiTimesHistograms already captures what HttpRequestsDuration does. And it's more granular than that. So there's no need to duplicate stuff. Let's remove this one. * Updating resource class to xlarge Co-authored-by: mattermod <mattermod@users.noreply.github.com> Co-authored-by: Jason Deland <jaydeland@gmail.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5686268a5a
Коммит
624980ff54
@@ -16,7 +16,6 @@ type MetricsInterface interface {
|
||||
|
||||
IncrementHttpRequest()
|
||||
IncrementHttpError()
|
||||
ObserveHttpRequestDuration(elapsed float64)
|
||||
|
||||
IncrementClusterRequest()
|
||||
ObserveClusterRequestDuration(elapsed float64)
|
||||
|
||||
@@ -181,11 +181,6 @@ func (_m *MetricsInterface) ObserveClusterRequestDuration(elapsed float64) {
|
||||
_m.Called(elapsed)
|
||||
}
|
||||
|
||||
// ObserveHttpRequestDuration provides a mock function with given fields: elapsed
|
||||
func (_m *MetricsInterface) ObserveHttpRequestDuration(elapsed float64) {
|
||||
_m.Called(elapsed)
|
||||
}
|
||||
|
||||
// ObservePluginApiDuration provides a mock function with given fields: pluginID, apiName, success, elapsed
|
||||
func (_m *MetricsInterface) ObservePluginApiDuration(pluginID string, apiName string, success bool, elapsed float64) {
|
||||
_m.Called(pluginID, apiName, success, elapsed)
|
||||
|
||||
Ссылка в новой задаче
Block a user