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

[#9597] add new inspector function #10070

Merged

Conversation

minwoo-jung
Copy link
Member

No description provided.

@minwoo-jung minwoo-jung self-assigned this Jun 23, 2023
@minwoo-jung minwoo-jung added this to the 2.5.3 milestone Jun 23, 2023
@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Merging #10070 (8449112) into master (f00f184) will decrease coverage by 0.19%.
The diff coverage is 8.98%.

❗ Current head 8449112 differs from pull request most recent head 7d36956. Consider uploading reports for the commit 7d36956 to get more accurate results

@@             Coverage Diff              @@
##             master   #10070      +/-   ##
============================================
- Coverage     38.60%   38.42%   -0.19%     
- Complexity    11638    11650      +12     
============================================
  Files          3579     3608      +29     
  Lines         93397    93910     +513     
  Branches      10327    10364      +37     
============================================
+ Hits          36056    36084      +28     
- Misses        54257    54735     +478     
- Partials       3084     3091       +7     
Impacted Files Coverage Δ
.../collector/dao/hbase/stat/DefaultAgentStatDao.java 0.00% <0.00%> (ø)
...om/navercorp/pinpoint/common/util/ObjectUtils.java 0.00% <0.00%> (ø)
...ercorp/pinpoint/inspector/web/InspectorWebApp.java 0.00% <0.00%> (ø)
...inspector/web/config/InspectorRegistryHandler.java 0.00% <0.00%> (ø)
.../web/config/InspectorWebPinotDaoConfiguration.java 0.00% <0.00%> (ø)
.../inspector/web/controller/AgentStatController.java 0.00% <0.00%> (ø)
...spector/web/dao/model/InspectorQueryParameter.java 0.00% <0.00%> (ø)
...pector/web/dao/pinot/MultiValueTagTypeHandler.java 0.00% <0.00%> (ø)
...int/inspector/web/dao/pinot/PinotAgentStatDao.java 0.00% <0.00%> (ø)
.../inspector/web/definition/AggregationFunction.java 0.00% <0.00%> (ø)
... and 33 more

... and 13 files with indirect coverage changes

@minwoo-jung minwoo-jung merged commit 67c83ac into pinpoint-apm:master Jun 23, 2023
if (dataPoint instanceof JvmGcBo)
{
JvmGcBo jvmGcBo = (JvmGcBo) dataPoint;
System.out.println("#### time : " + new Date(jvmGcBo.getTimestamp()) + " Gc count : " + jvmGcBo.getGcOldCount());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

디버그용 stdout print가 포함된 것 같습니다

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.

2 participants