opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

refactor!: replace `SpanAttributes`, `MetricsAttributes` and `ResourceAttributes` with `Attributes`

Open david-luna opened this issue 1 year ago • 2 comments
trafficstars

Which problem is this PR solving?

Closes: #4175

Fixes # (issue)

Short description of the changes

  • replace SpanAttributes, MetricsAttributes and ResourceAttributes with Attributes
  • replace SpanAttibuteValue and MetricAttributeValue with AttributeValue

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

david-luna avatar Aug 19 '24 14:08 david-luna