Skip to content
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

[#9189] Make ApdexScore pass additional information used in calculating ApdexScore #9193

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

intr3p1d
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Merging #9193 (ad52b57) into master (e43b9a8) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #9193      +/-   ##
============================================
- Coverage     39.84%   39.84%   -0.01%     
+ Complexity    11751    11749       -2     
============================================
  Files          3362     3362              
  Lines         90654    90660       +6     
  Branches      10086    10086              
============================================
- Hits          36120    36119       -1     
- Misses        51454    51460       +6     
- Partials       3080     3081       +1     
Impacted Files Coverage Δ
...point/web/applicationmap/histogram/ApdexScore.java 83.33% <100.00%> (+4.16%) ⬆️
...rp/pinpoint/rpc/packet/ControlHandshakePacket.java 44.82% <0.00%> (-24.14%) ⬇️
...pinpoint/profiler/instrument/AccessorAnalyzer.java 51.61% <0.00%> (-9.68%) ⬇️
...pc/server/LoggingServerMessageListenerFactory.java 80.95% <0.00%> (-9.53%) ⬇️
...rc/main/java/com/navercorp/pinpoint/test/Item.java 72.22% <0.00%> (-3.71%) ⬇️
...tor/metric/datasource/DefaultDataSourceMetric.java 85.18% <0.00%> (-3.71%) ⬇️
...vercorp/pinpoint/web/vo/ApplicationAgentsList.java 90.24% <0.00%> (-2.44%) ⬇️
...om/navercorp/pinpoint/rpc/codec/PacketDecoder.java 51.66% <0.00%> (-1.67%) ⬇️
...ollector/cluster/zookeeper/ZookeeperJobWorker.java 80.10% <0.00%> (+1.61%) ⬆️
...p/pinpoint/rpc/stream/StreamChannelRepository.java 78.94% <0.00%> (+21.05%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@emeroad emeroad merged commit 47b0e1c into pinpoint-apm:master Sep 19, 2022
@emeroad emeroad added this to the 2.5.0 milestone Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make ApdexScore pass additional information used in calculating ApdexScore
3 participants