Skip to content

Update unit to seconds in GraphQL logs

Catalin Irimie requested to merge cat-fix-graphql-duration-unit into master

What does this MR do?

In !31759 (merged) we changed the unit name for the GraphQL logs to duration_s but the duration conversion was still happening from seconds to microseconds.

This updates the duration calculation and adds a test for it.

Edited by Catalin Irimie

Merge request reports