Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,324 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in apache/skywalking that received 4 comments
Add change logs for 8.2.0
@hanahmily @ascrutae @xbkaishui If you want to add new features, please update the changelogs.
- Revert "Make the duration error message more specific"
- Update README.md
- Upgrade jackson-version to 2.9.11
- Add browser performance dashboard.
- Fix a comment
- Separate UI template files for further enhancement.
- Add SW_NO_UPSTREAM_REAL_ADDRESS config doc
- Add a missing link of the health check doc.
- Fix 3 format issue of CI control file.
- Embrace the maven cache in the GitHub action.
- Apply tags from Correlation Context key/values to Spans
- support oal list includes and excludes & add tags to some source
- add transmission latency for MQ case
- Add async-http-client plugin
- Add ThreadPoolExecutor for handle kafka message.
- add http client parameter collector
- Change toolkit plugin test dependency to release version
- Add health checker for cluster management module
- Catch all exception when consume kafka record
- Make the duration error message more specific
- Add `slowTraceSegmentThreshold` to forcibly sample slow traces
- fix transaction too large error when use TiDB as storage
- fix typo in PULL_REQUEST_TEMPLATE
- Support choose files to activate the meter analyzer
- remove finagle-6.25.0-scenario
- Make okhttp3 ,feign http9.x plugin to support java 14
- Add the SuperDataset annotation for BrowserErrorLog
- Remove dead links and fix several typos
- Add Byte Dance to PoweredBy page.
- Improve Kubernetes service registry for ALS analysis
- Improve the pull request template and changelog
- Start next iteration 8.3.0
- Meter Analysis Language
- Add syncBulkActions config to avoid the large amount of metrics data written ES in a single sync bulk request.
- added essence.com.cn
- Some pull request reviews not shown.
- Change logs for 4.0.0
- Add 8.2.0 to compatibility check
- Add `services` resource role
- bugfix: hasPrefix arguments positions are wrong
- Add endpoints resources to cluster role
- Allow overriding arbitrary files under /skywalking/config and only start es-init when the storage type is ES
- Allow overriding the default configuration files
- Refactor to unify the usages of different SkyWalking versions
Created an issue in apache/skywalking that received 3 comments
Add health check for Storage/Cluster management module
In the previous releases, @hanahmily added the health check module and its implementation for the storage modules(H2, MySQL, and ES), we need to ad…