Skip to content

[#14039] Remove obsolete query parameters from serviceMap request#14056

Merged
minwoo-jung merged 1 commit into
pinpoint-apm:masterfrom
minwoo-jung:issue-14016
Jul 23, 2026
Merged

[#14039] Remove obsolete query parameters from serviceMap request#14056
minwoo-jung merged 1 commit into
pinpoint-apm:masterfrom
minwoo-jung:issue-14016

Conversation

@minwoo-jung

Copy link
Copy Markdown
Member

Summary

  • [#14039] Query serviceMap by service unit #14040 dropped SearchOption (callerRange/calleeRange/bidirectional/wasOnly) and keepServiceNames from GET /serviceMap; the service map is now queried per service unit with a fixed search depth.
  • Stop sending these now-ignored parameters from the FE (GetServiceMap.Parameters, useGetServiceMap, ServiceMapFetcher).

Test plan

  • /serviceMap request URL no longer includes callerRange/calleeRange/bidirectional/wasOnly/keepServiceNames
  • Service map renders correctly with the remaining parameters (no regression)

… request

Backend PR pinpoint-apm#14040 dropped SearchOption (callerRange/calleeRange/
bidirectional/wasOnly) and keepServiceNames from GET /serviceMap;
the service map is queried per service unit with a fixed search
depth. Stop sending these now-ignored parameters from the FE.
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.67%. Comparing base (f4b3e88) to head (a1814de).

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14056      +/-   ##
============================================
- Coverage     34.67%   34.67%   -0.01%     
+ Complexity    12320    12319       -1     
============================================
  Files          4204     4204              
  Lines         99910    99910              
  Branches      10701    10701              
============================================
- Hits          34644    34643       -1     
  Misses        62323    62323              
- Partials       2943     2944       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jihea-park jihea-park left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@minwoo-jung
minwoo-jung merged commit 2414528 into pinpoint-apm:master Jul 23, 2026
7 checks passed
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