Skip to content

[Fix]: Reduce default minimum allowed zoom #2775

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

Merged
merged 1 commit into from
May 17, 2025

Conversation

hari45678
Copy link
Contributor

Which problem is this PR solving?

Description of the changes

  • This PR allows reducing the default minimum zoon value so less number of nodes doesn't get too scaled

How was this change tested?

  • Manually

Checklist

Signed-off-by: Hariom Gupta <[email protected]>
@hari45678 hari45678 requested a review from a team as a code owner May 17, 2025 10:12
@hari45678 hari45678 requested review from mahadzaryab1 and removed request for a team May 17, 2025 10:12
@hari45678
Copy link
Contributor Author

Current:
image

Previous:
image

Copy link

codecov bot commented May 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.86%. Comparing base (641392c) to head (6ca2526).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2775   +/-   ##
=======================================
  Coverage   96.86%   96.86%           
=======================================
  Files         256      256           
  Lines        7951     7951           
  Branches     2053     2076   +23     
=======================================
  Hits         7702     7702           
  Misses        248      248           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 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.

@yurishkuro yurishkuro added the changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements label May 17, 2025
@yurishkuro yurishkuro added this pull request to the merge queue May 17, 2025
Merged via the queue into jaegertracing:main with commit 3a74ad1 May 17, 2025
9 of 10 checks passed
vishvamsinh28 pushed a commit to vishvamsinh28/jaeger-ui that referenced this pull request May 19, 2025
## Which problem is this PR solving?
- fixes jaegertracing#2699

## Description of the changes
- This PR allows reducing the default minimum zoon value so less number
of nodes doesn't get too scaled

## How was this change tested?
- Manually

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `npm run lint` and `npm run test`

Signed-off-by: Hariom Gupta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DAG View Improvements
2 participants