-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: remove unused semconv packages and document #2182
docs: remove unused semconv packages and document #2182
Conversation
This could potentially add instr-bunyan. See #2195 (review) |
The instr-bunyan update went in (#2195) without a README reference. @JamieDanielson If you like you could add the "This package does not currently generate" README blurb to instr-bunyan as well here. Else I can in a separate PR. |
OK yeah I'll add that here real quick 👍 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2182 +/- ##
==========================================
- Coverage 90.97% 90.00% -0.98%
==========================================
Files 146 140 -6
Lines 7492 6903 -589
Branches 1502 1453 -49
==========================================
- Hits 6816 6213 -603
- Misses 676 690 +14 |
Which problem is this PR solving?
Short description of the changes
@opentelemetry/semantic-conventions
package that is unused:@opentelemetry/instrumentation-lru-memoizer
@opentelemetry/instrumentation-dns
@opentelemetry/instrumentation-generic-pool
@opentelemetry/instrumentation-pino
@opentelemetry/instrumentation-winston
@opentelemetry/plugin-react-load
@opentelemetry/sampler-aws-xray
Note these are intentionally done in separate commits to make it easier to see each change, and also so I can easily move these into separate PRs if that seems easier to deal with. I combined for now because of the minimal impact overall but very open to feedback.
Also, part of this will need to be addressed in some follow-ups after discussion from #2170 ... namely that some of these are still emitting attributes, just not semantic-convention attributes. This does not address that in any way, only documenting the current state.