-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds JLog output config feature flags - Change jlog exporter to be more jlib centric - Replace lock w/ std:atomic bool - Suppress empty json elemets - Remove CSpan toLog - Remove toLog unittest - Remove log output at CSPan start/end - Updates tracing README - Adds jlog config sample - Defaults tracing to jlog Signed-off-by: Rodrigo Pastrana <[email protected]>
- Loading branch information
Showing
5 changed files
with
200 additions
and
281 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
global: | ||
tracing: | ||
exporter: | ||
type: JLog | ||
logSpanDetails: true | ||
logParentInfo: true | ||
logAttributes: true | ||
logEvents: true | ||
logLinks: true | ||
logResources: true |
Oops, something went wrong.