-
Notifications
You must be signed in to change notification settings - Fork 848
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
Changed TraceConfigz zPage form to use POST request #1521
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ec31e3e
Removed URLEncoder
williamhu99 e0fe0ed
Fixed typo
williamhu99 cf7f5c8
Added URLDecoding
williamhu99 9db8e7e
Included comment for string replacement
williamhu99 4127978
Added unit tests for special characters in span names
williamhu99 e17c337
Resolved URL decoding issues
williamhu99 bb58b26
Moved url decoding to parseQueryMap and updated the corresponding uni…
williamhu99 80a5ccf
Added a README file for zPage quickstart
williamhu99 dcbd9aa
Add images for README
williamhu99 24ffce2
Updated README
williamhu99 5047849
Add frontend images
williamhu99 85a539e
Add backend images
williamhu99 4156123
Added our design doc
williamhu99 265cf27
Added details on package
wty27 c102e45
Reworded a few lines
williamhu99 e977dcf
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
williamhu99 ed8ef33
Moved DESIGN.md to a docs folder and changed gradle config to impleme…
williamhu99 f595909
Changed wording regarding HttpServer requirement
wty27 806b632
Added zpages folder under docs, resolved broken image links
wty27 9e4dde8
Resolved comments for the design md file
williamhu99 86c2a51
Made a few wording changes
williamhu99 a3c9a5a
Wrote a benchmark test for TracezSpanBuckets (#23)
williamhu99 07b2fcf
Updated README file (#25)
wty27 542f756
Wrote benchmark tests for TracezDataAggregator (#24)
williamhu99 fe056e3
Merged with original repo
williamhu99 f714b43
Added Javadocs to the TracezDataAggregator benchmark tests
williamhu99 922e950
Removed benchmark results from README and added a param to the Tracez…
williamhu99 13d82c4
Update sdk_extensions/zpages/src/jmh/java/io/opentelemetry/sdk/extens…
williamhu99 5ab6f6a
Added multiple param values for TracezDataAggregatorBenchmark
williamhu99 18a4141
Merge branch 'master' of github.com:williamhu99/opentelemetry-java in…
williamhu99 0ad0ebe
Merged with OpenTelemetry repo for latest updates
wty27 48138f7
Changed TraceConfigz zPage form submit to use POST request
wty27 1eb5332
Added requestMethod parameter to emitHtml, limited TraceConfig change…
wty27 0f09288
Removed duplicate parse function, added test for update on POST reque…
wty27 8044ba1
Added separate method for processing request
wty27 95ff5b7
Removed unnecessary error check in tests, used try resources for inpu…
wty27 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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section seems like an error applying the config, not an error generating HTML right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea it's error applying config, I will adjust the error message