Telemetry UI - how to add custom events?

I’ve been playing with Telemetry UI to store events in postgres for later inspection as graphs, and it works great, but I must be missing something and I can’t see how to make it track my own events. For example I use telemetry to measure the duration of some functions, I can’t see how to make Telemetry UI record these.

Has anyone an example on how to add more events to track in Telemetry UI?

1 Like

OK, after some proper sleep and two coffees I finally saw what I was doing wrong.

I put together a simple example repo:

1 Like