-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(emqx_trace): add JSON trace log entry formatter #12863
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
kjellwinblad
merged 18 commits into
emqx:master
from
kjellwinblad:kjell/new_trace_log_formatter/EMQX-12025
Apr 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a655874
feat(emqx_trace): add JSON trace log entry formatter
kjellwinblad 3c5c3eb
docs: add change log entry
kjellwinblad 6fd7a06
fix: problems reported by dialyzer
kjellwinblad aa39835
feat(emqx_cli): add parameter for trace format (plain or json)
kjellwinblad 968dc2c
fix(json trace format): use best_effort_json instead of new encoder
kjellwinblad 6c0ee8b
test(emqx_trace_SUITE): fix failure due to new field
kjellwinblad ef9f8a8
fix: unreachable clause found by dialyzer
kjellwinblad 10957e7
fix: change name of the default trace log format from plain to text
kjellwinblad aa388ad
fix(json trace format): format client_ids and rule_ids as lists
kjellwinblad 3232ab5
fix(rule tracing): unset trace meta data in try-after-end
kjellwinblad 8f1486f
8000
fix: clean up trace messages to make it easier to interpret
kjellwinblad f5b0439
fix(emqx_rule_engine_api_rule_apply_SUITE): flaky test case
kjellwinblad 7be1873
test(emqx_rule_engine_api_rule_apply_SUITE): remove unnecessary code
kjellwinblad 285bfa9
fix: improve rendering of action_template_rendered trace
kjellwinblad 09b414f
test: add necessary application to test suites
kjellwinblad c163956
fix(trace formatter): remove record field to enable rolling upgrade
kjellwinblad 9e46c18
fix(emqx_trace_SUITE:t_base_create_delete): broken test case
kjellwinblad 2890bc2
fix(tracing): remove internal extra field from the trace config
kjellwinblad 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
fix(json trace format): use best_effort_json instead of new encoder
- Loading branch information
commit 968dc2ccdafd78128dbedc3dacc732138567efaa
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
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.