mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-59033 Increase maximum bucket size for Load Event End metric
This commit is contained in:
parent
e50d293a61
commit
6e5c741a7b
@ -1218,6 +1218,7 @@ func New(ps *platform.PlatformService, driver, dataSource string) *MetricsInterf
|
||||
Subsystem: MetricsSubsystemClientsWeb,
|
||||
Name: "page_load",
|
||||
Help: "The amount of time from when the browser starts loading the web app until when the web app's load event has finished (seconds)",
|
||||
Buckets: []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10, 20, 40},
|
||||
},
|
||||
[]string{"platform", "agent"},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user