opentelemetry-js
opentelemetry-js copied to clipboard
refactor!: replace `SpanAttributes`, `MetricsAttributes` and `ResourceAttributes` with `Attributes`
trafficstars
Which problem is this PR solving?
Closes: #4175
Fixes # (issue)
Short description of the changes
- replace
SpanAttributes,MetricsAttributesandResourceAttributeswithAttributes - replace
SpanAttibuteValueandMetricAttributeValuewithAttributeValue
Type of change
Please delete options that are not relevant.
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- [ ] compile all modules to check types are correct
- [ ] ran unit tests
Checklist:
- [x] Followed the style guidelines of this project
- [ ] Unit tests have been added
- [ ] Documentation has been updated