Update unit to seconds in GraphQL logs
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