Skip to content

Pure Ruby Implementation with OTLP Export #183

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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Conversation

xuan-cao-swi
Copy link
Contributor

Description

Test (if applicable)

# thread exit execute ensure block, better option than kill for sleep
@mutex.synchronize do
if @transaction_name[txn_name]
txn_name_exist = true

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This assignment to
txn_name_exist
is useless, since its value is never read.
@cheempz cheempz changed the title Pure otel ruby Pure Ruby Implementation with OTLP Export Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants