Skip to content

[Fix]: Reduce default minimum allowed zoom#2775

Merged
yurishkuro merged 1 commit intojaegertracing:mainfrom
hari45678:reduce-default-zoom
May 17, 2025
Merged

[Fix]: Reduce default minimum allowed zoom#2775
yurishkuro merged 1 commit intojaegertracing:mainfrom
hari45678:reduce-default-zoom

Conversation

@hari45678
Copy link
Copy Markdown
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 <guptahariom03082003@gmail.com>
@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
Copy Markdown
Contributor Author

Current:
image

Previous:
image

@codecov
Copy link
Copy Markdown

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 <guptahariom03082003@gmail.com>
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