Closed pbrisbin closed 2 years ago
In https://github.com/contribsys/faktory/wiki/Ent-Metrics#job-execution, it just says jobs.perform Gauge (time).
jobs.perform
I'm having trouble correlating values I'm seeing with other sources, so I just want to know for sure: is this metric sent in seconds or milliseconds?
Thanks in advance.
It calls client.Timing() under the covers, which is documented as milliseconds.
client.Timing()
https://pkg.go.dev/github.com/DataDog/datadog-go/v5/statsd?utm_source=godoc#Client.Timing
In https://github.com/contribsys/faktory/wiki/Ent-Metrics#job-execution, it just says
jobs.perform
Gauge (time).I'm having trouble correlating values I'm seeing with other sources, so I just want to know for sure: is this metric sent in seconds or milliseconds?
Thanks in advance.