forked from apache/skywalking
-
Notifications
You must be signed in to change notification settings - Fork 0
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
5.0.0 rc release #1
Open
terranhu
wants to merge
40
commits into
terranhu:master
Choose a base branch
from
apache:5.0.0-rc-release
base: master
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
Conversation
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
* Added OpenAPM Badge to readme * Update README.md
* Add a separated use case list * Update README_ZH.md * Create use-case-list.md Add use cases. * Update README.md * Update README_ZH.md * Update README_ZH.md
* add Architecture-CN.md doc. * Typo:fix some problems in doc.
* add gzip support
resolve the Integer overflow,convert the value to Long type
* add activemq-plugin * fix update ActiveMQConsumerInstrumentation Enhance another class * refacor ActiveMQConsumerInstrumentation code * support both topic and queue * clear the code * add UnitTest add fix bug * fix obtain url bug * Refactor the ActiveMQProducerInstrumentation code * fix bug * fix ConstructorInterceptor BUG * add Licensed * Update application.yml Restore configuration * Restore configuration * perfect test * fix * fix License * fix Project Files * fix import class in instrumentation * fix test case * fix java doc * fix Trigger CI * fix ActiveMQConsumerAndProducerConstructorInterceptorTest * delete unit test * fix * fix * fix folder directory problem * Delete ActiveMQConsumerInstrumentation.java
* 优化代码结构,减少不必要的计算,节省计算资源 * 优化代码结构,减少不必要的计算,节省计算资源
* Update users.
add new user
* Update InstanceReferenceMetricAlarmAssertWorker.java 增加osInfo 判空 * Update InstanceReferenceMetricAlarmAssertWorker.java 增加osinfo 判空
* Add egg component * add koa component
* Fix bug stop stopSpan when not createSpan
* Moves to Maven wrapper to stabilize the version in use This will ensure those building will have similar experience due to having a fixed maven version. * Updates most plugin versions and removes redundant configuration * Sets up build enforcement for JDK 1.8 until further work occurs
* [Agent] Provide plugin for Elasticsearch 5.x Add [Agent] Elasticsearch transport client plugin fix component name add elasticsearch component add elasticSearch component into component-libraries.yml * update support list * update PlainListenableActionFutureInterceptor.java * fix set span attributes * clear runtimeContext * remove extra plugins
* Delete maven-wrapper.jar * Update .gitignore
* Fix bug stop stopSpan when not createSpan * Fix bug stop stopSpan when not createSpan * change the agent log level to millisecond
* Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywaling-ui
* Fix bug stop stopSpan when not createSpan * Fix bug stop stopSpan when not createSpan * change the agent log level to millisecond * add the function of the specified-agent-config * Update README_ZH.md * Use -D to set the specified config path * add docs * update docs * change method name * add link * change the function name * change the key * format doc
* Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywalking-ui * Update submodule skywaling-ui * Update submodule skywalking-ui
* Update CHANGES.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please answer these questions before submitting pull request
Why submit this pull request?
Bug fix
New feature provided
Improve performance
Related issues
Bug fix
Bug description.
How to fix?
New feature or improvement