Interface for handling metrics events.
Implement this interface to integrate with your observability backend.
Optional
Called when the client is closed, allowing cleanup
Record a counter increment
Record a gauge value
Record a timed operation metric
Interface for handling metrics events.
Implement this interface to integrate with your observability backend.