SIGN IN SIGN UP

fix(observability)!: Correct all `*_nanoseconds` metrics to `_seconds` (#7373)

* fix(observability): Correct all `*_nanoseconds` metrics to `_seconds`

All the referenced metrics labelled as "nanoseconds" are passed a
`Duration` as the value, which the `metrics` crate automatically
converts into (fractional) seconds internally. As such, all these names
are incorrect and need correction.

* Fix some more named `*_ns` but were really seconds too

Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
B
Bruce Guenter committed
f0c1cd24d0f0047bb6911a1c1002abfe06a27442
Parent: d955955
Committed by GitHub <noreply@github.com> on 5/7/2021, 5:10:49 PM