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

[#8843] Add time series Apdex score chart #8844

Merged
merged 2 commits into from
May 26, 2022

Conversation

donghun-cho
Copy link
Contributor

#8843

  • Add time series Apdex score chart

    • inspector chart format
    • system metric chart format
  • add apdex score api

@donghun-cho donghun-cho self-assigned this May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #8844 (43e0593) into master (225f6d6) will increase coverage by 0.05%.
The diff coverage is 53.16%.

@@             Coverage Diff              @@
##             master    #8844      +/-   ##
============================================
+ Coverage     39.71%   39.77%   +0.05%     
- Complexity    11593    11647      +54     
============================================
  Files          3279     3291      +12     
  Lines         89638    89985     +347     
  Branches      10005    10029      +24     
============================================
+ Hits          35603    35789     +186     
- Misses        50980    51138     +158     
- Partials       3055     3058       +3     
Impacted Files Coverage Δ
.../pinpoint/web/controller/ApdexScoreController.java 0.00% <0.00%> (ø)
...avercorp/pinpoint/web/metric/common/model/Tag.java 0.00% <0.00%> (ø)
...rp/pinpoint/web/service/ApdexScoreServiceImpl.java 0.00% <0.00%> (ø)
.../web/vo/stat/chart/agent/AgentApdexScoreChart.java 0.00% <0.00%> (ø)
.../chart/application/ApplicationApdexScoreChart.java 0.00% <0.00%> (ø)
...ercorp/pinpoint/web/vo/stat/SampledApdexScore.java 41.66% <41.66%> (ø)
...orp/pinpoint/web/vo/stat/chart/InspectorValue.java 66.66% <66.66%> (ø)
...com/navercorp/pinpoint/web/view/InspectorView.java 74.07% <74.07%> (ø)
...inpoint/web/vo/stat/chart/InspectorValueGroup.java 85.71% <85.71%> (ø)
.../web/vo/stat/chart/InspectorValueGroupBuilder.java 94.28% <94.28%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 225f6d6...43e0593. Read the comment docs.

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.

None yet

3 participants