semantic-conventions icon indicating copy to clipboard operation
semantic-conventions copied to clipboard

Database semconv stability migration guide

Open trask opened this issue 1 year ago • 3 comments

Fixes #1022

Changes

Documents the changes between experimental database semantic conventions and the (to-be) stable database semantic conventions.

trask avatar May 29 '24 15:05 trask

TODO: add section to document changes to experimental metrics also

trask avatar May 31 '24 15:05 trask

TODO: add section to document changes to experimental metrics also

example: db.client.connections.usage -> db.client.connection.count

maryliag avatar May 31 '24 15:05 maryliag

I'm thinking we should wait to merge this until after stability, just to avoid confusion in case there are any last-minute changes.

But please review it and leave comments / suggestions / questions.

trask avatar Jul 10 '24 22:07 trask

Saw that Database semconv was getting ready to mark stable and I love that this has existed along side it ❤️

TylerHelmuth avatar Oct 04 '24 14:10 TylerHelmuth

@open-telemetry/specs-semconv-maintainers the policy violations seem unrelated to this PR:

Diagnostic report:

Violation: Resource 'service' cannot remove required/recommended attributes (missing '{"service.name", "service.version"}')
  - Category         : backward_compatibility
  - Type             : semconv_attribute
  - SemConv group    : service
  - SemConv attribute: 
  - Provenance: /home/weaver/source

Violation: Resource 'telemetry.sdk' cannot remove required/recommended attributes (missing '{"telemetry.sdk.language", "telemetry.sdk.name", "telemetry.sdk.version"}')
  - Category         : backward_compatibility
  - Type             : semconv_attribute
  - SemConv group    : telemetry.sdk
  - SemConv attribute: 
  - Provenance: /home/weaver/source

trask avatar Oct 08 '24 18:10 trask