View with rename function #3365
Labels
area:metrics
Part of OpenTelemetry Metrics
blocked:specification
Waiting on clarification of the OpenTelemetry specification before progress can be made
enhancement
New feature or request
pkg:SDK
Related to an SDK package
Problem Statement
When creating a new view, I really like to add prefix string to all my instruments or regex to change it. I am thinking to add my service name as prefix.
Now I can just rename directly but if something like give a function to rename, I can write my new names based on instrument name.
This can also break the safety check of the rename but it would be good this kind of wildcard rename.
Proposed Solution
This is just an example code of how to implement:
The text was updated successfully, but these errors were encountered: