You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that it should have it's own package with opentelemetry/api deps.
Also in order to be sure that attributes is spec conform, we should provide function that would check
all naming convention rules (1.) for a specific Resource. This function would be used in all plugins during tests (perhaps some automation could be done but not mandatory).
Describe alternatives you've considered
Stay as is.
Please add any thoughs / Diagrams on how you see this.
The text was updated successfully, but these errors were encountered:
From #788 (comment)
We should implement Resource API specs.
Describe the solution you'd like
Implementing following specs:
I believe that it should have it's own package with
opentelemetry/api
deps.Also in order to be sure that attributes is spec conform, we should provide function that would check
all naming convention rules (1.) for a specific
Resource
. This function would be used in all plugins during tests (perhaps some automation could be done but not mandatory).Describe alternatives you've considered
Stay as is.
Please add any thoughs / Diagrams on how you see this.
The text was updated successfully, but these errors were encountered: