Description
This was a surprising one to me. I have a background thread (created with TSThreadCreate) doing some periodic work, and I noticed that it wasn't incrementing its metrics. It turns out that metrics can only be incremented on an Ethread, which is a bit surprising and inconvenient.