track
Increments the unlabeled gauge while the block is running, and decrements it when the block completes.
This is useful for tracking concurrency or in-flight tasks.
Increments the labeled gauge while the block is running, and decrements it when the block completes.
This is useful for tracking concurrency or in-flight tasks by label.