nestjs-otel
nestjs-otel copied to clipboard
feat: metric prefixes
Description
This PR adds the ability to define custom prefixes for metrics. This prefix can be set for custom individual metrics, or for all API metrics. Host metrics are handled through an external dependency, so this is left for future work.
Fixes #265