Add child logger with instance named tags support#2
Open
Fire-Dragon-DoL wants to merge 11 commits intomasterfrom
Open
Add child logger with instance named tags support#2Fire-Dragon-DoL wants to merge 11 commits intomasterfrom
Fire-Dragon-DoL wants to merge 11 commits intomasterfrom
Conversation
Ensures every attribute value is OTLP‑compatible. Hashes become a JSON string, nil is dropped, arrays become arrays of strings/numbers/bools.
opentelemetry-logs-sdk Logger does not expose logger_provider, causing NoMethodError on flush/close. Guards & rescues to avoid shutdown noise.
…y-logs-sdk-logger-does-not-expose-logger-provider Fix opentelemetry-logs-sdk logger does not expose logger_provider, causing NoMethodError on flush/close.
These let NewRelic tie log messages to specific transactions. They're thread-local, so trying to capture them from an async appender thread would return nil
In puma 7.0.0 callback hooks were renamed, on_worker_boot was renamed to before_worker_boot. https://github.com/puma/puma/blob/master/History.md#700--2025-09-03 puma/puma#3438
Change on_worker_boot to before_worker_boot for config/puma.rb in docs
Fix missing trace.id/span.id in NewRelic logs
…yload-method-coerces-values
…mental-formatter-so-its-payload-method-coerces-values Fix the experimental OpenTelemetry formatter, so its payload method coerces values.
2148968 to
f051c5e
Compare
f051c5e to
631704d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.