Skip to content
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5adec9b
feat: support async-profiler
Sep 30, 2024
5a88a8f
fix: reduce the default max_duration of async-profiler
Oct 11, 2024
e5243b2
fix: Cooperate with proto modification
Oct 24, 2024
c236129
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 25, 2024
7417103
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 25, 2024
d327dd2
fix: proto git sha
Oct 26, 2024
1a417ac
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 26, 2024
3b59da7
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 26, 2024
fdbb15c
Merge remote-tracking branch 'origin/async-profiler' into async-profiler
Oct 26, 2024
faa8732
fix: comment
Oct 26, 2024
fbc24ef
fix: comment & data sender
Oct 28, 2024
dbb7bff
fix: data sender and server communication
Oct 28, 2024
9aa2ec4
Merge branch 'main' into async-profiler
lujiajing1126 Oct 28, 2024
2f1cdd8
fix: data sender
Oct 28, 2024
bcc5f30
fix: data sender
Oct 29, 2024
cef065d
fix: protocol update
Oct 29, 2024
c960a6b
fix: dependency location
Oct 29, 2024
cacaa4e
fix: some issue
Oct 29, 2024
e66546a
fix: some issue
Oct 30, 2024
2f28e5f
fix: unit test
Oct 30, 2024
17990e0
fix: comment
Oct 30, 2024
d6dcbff
fix: unit test
Oct 30, 2024
e8aef4c
fix: comment
Oct 30, 2024
b3fe849
fix: lazy init && config
Oct 30, 2024
4a6d7f5
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 30, 2024
599fb98
fix: volatile
Oct 30, 2024
2ccbd23
Merge remote-tracking branch 'origin/async-profiler' into async-profiler
Oct 30, 2024
0435607
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 30, 2024
efa9ce9
Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking…
zhengziyi0117 Oct 30, 2024
bbd987f
fix: log grammar
Oct 30, 2024
071d062
Merge remote-tracking branch 'origin/async-profiler' into async-profiler
Oct 30, 2024
d09acd4
fix: log && code format
Oct 30, 2024
5f91af8
feat: CHANGES.md
Oct 30, 2024
fe831b9
Merge branch 'main' into async-profiler
Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release Notes.
* Add agent self-observability.
* Fix intermittent ClassCircularityError by preloading ThreadLocalRandom since ByteBuddy 1.12.11
* Add witness class/method for resteasy-server plugin(v3/v4/v6)
* Add async-profiler feature for performance analysis

All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/222?closed=1)

Expand Down