Metrics, benchmarks

I’m looking for a some ways to measure times of different things using Nomad. Things that I want to measure are startup time, time of self healing of given pod and average time of response when I’m using loadbalancer. Is there any built-in/extension tool for checking metrics like these?

Thanks for help.

Telemetry

Metrics

Besides this, you can collect any metrics you like, from any tasks, but you’d have to set up the publishing & collection yourself.

As far as I know.

How is possible to create my own metrics? I think that I mostly want to measure is startup time and selfhealing time.