feat(appender-tracing): Set log_bridge.name and log_bridge.version on Instrumentation Scope#3515
feat(appender-tracing): Set log_bridge.name and log_bridge.version on Instrumentation Scope#3515cijothomas wants to merge 5 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3515 +/- ##
=====================================
Coverage 82.9% 82.9%
=====================================
Files 130 130
Lines 27768 27769 +1
=====================================
+ Hits 23040 23041 +1
Misses 4728 4728 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: cijothomas <cijo.thomas@gmail.com>
|
Thank you for your contribution! This PR has been automatically marked as stale because it has not had activity in the last 14 days. This may be due to a delay in review on our side or awaiting a response from you; either is fine, and we appreciate your patience. It will be closed in 14 days if no further activity occurs. Pushing a new commit or leaving a comment will remove the stale label and keep the PR open. |
|
Thank you for your contribution! This PR has been automatically marked as stale because it has not had activity in the last 14 days. This may be due to a delay in review on our side or awaiting a response from you; either is fine, and we appreciate your patience. It will be closed in 14 days if no further activity occurs. Pushing a new commit or leaving a comment will remove the stale label and keep the PR open. |
Draft. Prototypes the in-progress semantic convention proposed in open-telemetry/semantic-conventions#3716 (issue: open-telemetry/semantic-conventions#1550). The appender now identifies itself via
log_bridge.nameandlog_bridge.versionInstrumentation Scope attributes. Held in draft until the convention lands.