Abstract interface for creating and managing value recorders.
Implementations should allow creating value recorders with specific names and tags for organizing and categorizing metrics.
Gets or creates a value recorder with the specified name and tags.
The name of the recorder (typically operation name).
Key-value pairs that categorize the metric (e.g., service, operation).
A value recorder for recording values.
Abstract interface for creating and managing value recorders.
Implementations should allow creating value recorders with specific names and tags for organizing and categorizing metrics.