Skip to content

Index duration_ms as float

Jan Provaznik requested to merge duration_ms into master

Assures that duration_ms fields are indexed as floats by elasticsearch. This field is used in performance bar logfile, if this change is not good, it's also not problem to switch to start logging duration using duration_s instead of duration_ms in the application.

Related to https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/12793

Merge request reports