-
Notifications
You must be signed in to change notification settings - Fork 624
feat(instrumentation-bunyan): add log sending to Logs Bridge API #1713
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
Merged
pichlermarc
merged 38 commits into
open-telemetry:main
from
trentm:trentm/logs-bridge-bunyan
Nov 28, 2023
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
59f11f3
feat(instrumentation-bunyan): add log sending to Logs Bridge API
trentm 7d8a21f
Merge branch 'main' into trentm/logs-bridge-bunyan
trentm 03c1c16
markdown lint fixes
trentm 3fbfc0c
markdown lint fixes
trentm 57b6628
Merge branch 'main' into trentm/logs-bridge-bunyan
trentm d5a92d1
catch up with recent core-deps update
trentm 5b9aecb
some type tweaks suggested by David
trentm e3ed22c
more specific type
trentm bd507e2
use more self-explanatory code for mapping Bunyan level to OTel sever…
trentm 45f2b1d
export OpenTelemetryBunyanStream for direct usage in Bunyan loggers w…
trentm 7d1532f
.apply over .call suggestion
trentm ed9ddaf
consistency suggestion
trentm 0f77516
suggestion to use the longer (perhaps clearer) logger var name
trentm aa81256
Merge branch 'main' into trentm/logs-bridge-bunyan
trentm 4c94dba
switch to false-by-default config vars to avoid surprises with undefi…
trentm 21e3a55
document using OpenTelemetryBunyanStream without the instrumentation
trentm 44d20bd
fix https://eslint.org/docs/latest/rules/prefer-spread lint error
trentm 751f95a
drop options to OpenTelemetryBunyanStream constructor because YAGNI
trentm 43ab672
Merge branch 'main' into trentm/logs-bridge-bunyan
trentm 2f0a89a
temporarily drop CI caching to test theory on unit-test (18) CI failure
trentm c283178
more CI debugging: restore cache, add some 'npm ls -a' to look into N…
trentm 3638f72
elide Bunyan 'pid' and 'hostname' fields in OTel log record attributes
trentm 303b6ab
update test for having elided 'pid' and 'hostname' fields
trentm 018118e
CI debugging: ignore the 'npm ls -a' exit status, they shouldn't brea…
trentm 284e4d6
fix lint and compile errors
trentm 7fc0842
CI debugging: turn on diag DEBUG to test a theory
trentm 54d2477
turn off diag in this example
trentm 6de5de1
undo CI debugging changes
trentm bb9b2e4
Merge branch 'main' into trentm/logs-bridge-bunyan
trentm af2a216
Merge branch 'main' into trentm/logs-bridge-bunyan
hectorhdzg f3c4d03
update deps to current releases and sync package-lock.json
trentm c740b76
disableInjection -> disableLogCorrelation
trentm f850a63
disableLogsBridge -> disableLogSending
trentm 45cbb8b
Merge branch 'main' into trentm/logs-bridge-bunyan
trentm b597a92
Merge branch 'main' into trentm/logs-bridge-bunyan
hectorhdzg 39b8507
correct the default instrumentation scope name (as discussed earlier)
trentm a149912
tests: fix test for intrumentationScope.name change in previous commit
trentm ca18034
fix lint
trentm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
switch to false-by-default config vars to avoid surprises with undefi…
…ned values See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#boolean-value Suggestion from blumamir.
- Loading branch information
commit 4c94dbac52856cdf40f8659f9b2ab70dfa71533d
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.