-
Notifications
You must be signed in to change notification settings - Fork 240
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
feat: OpenTelemetry.logger_provider API, ProxyLoggers, Configuration, and Instrument Registry #1725
Open
kaylareopelle
wants to merge
15
commits into
open-telemetry:main
Choose a base branch
from
kaylareopelle:logs-configuration-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: OpenTelemetry.logger_provider API, ProxyLoggers, Configuration, and Instrument Registry #1725
kaylareopelle
wants to merge
15
commits into
open-telemetry:main
from
kaylareopelle:logs-configuration-patch
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f70094d - Browse repository at this point
Copy the full SHA f70094dView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6fb046 - Browse repository at this point
Copy the full SHA f6fb046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679c085 - Browse repository at this point
Copy the full SHA 679c085View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6d7079 - Browse repository at this point
Copy the full SHA a6d7079View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9554df - Browse repository at this point
Copy the full SHA c9554dfView commit details -
feat: Add Instrument Registry to LoggerProvider
Create a registry for loggers to make sure a logger with an identical name and version is created only once and reused
Configuration menu - View commit details
-
Copy full SHA for 0e1ad90 - Browse repository at this point
Copy the full SHA 0e1ad90View commit details -
feat: Rescue NameError for OTLP logs exporter
When OTLP logs exporter not installed, rescue the error, emit a message and set the exporter to nil.
Configuration menu - View commit details
-
Copy full SHA for 6a624e6 - Browse repository at this point
Copy the full SHA 6a624e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe8f44 - Browse repository at this point
Copy the full SHA dfe8f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234cc95 - Browse repository at this point
Copy the full SHA 234cc95View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b53e6a3 - Browse repository at this point
Copy the full SHA b53e6a3View commit details -
Merge branch 'logs-configuration-patch' of github.com:kaylareopelle/o…
…pentelemetry-ruby into logs-configuration-patch
Configuration menu - View commit details
-
Copy full SHA for 34c8f44 - Browse repository at this point
Copy the full SHA 34c8f44View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 654385d - Browse repository at this point
Copy the full SHA 654385dView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acf5cdb - Browse repository at this point
Copy the full SHA acf5cdbView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e2b8ee - Browse repository at this point
Copy the full SHA 9e2b8eeView commit details -
fix: Do not emit logs if stopped
Previously, a no-op Logger was returned when LoggerProvider#logger was called after the provider was stopped. Now, when the provider is stopped, the on_emit method will return early and not emit any log records. This more closely follows the behavior in the TracerProvider.
Configuration menu - View commit details
-
Copy full SHA for 06e4b05 - Browse repository at this point
Copy the full SHA 06e4b05View commit details
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.