Skip to content

Conversation

chahatsagarmain
Copy link
Contributor

@chahatsagarmain chahatsagarmain commented Jul 17, 2025

Which problem is this PR solving?

Description of the changes

  • Changed ingress , helm values of jaeger and monitoring stack

Checklist

Signed-off-by: chahat sagar <109112505+chahatsagarmain@users.noreply.github.com>
@chahatsagarmain chahatsagarmain requested a review from a team as a code owner July 17, 2025 22:15
@chahatsagarmain chahatsagarmain marked this pull request as draft July 17, 2025 22:16
@dosubot dosubot bot added the ui label Jul 17, 2025
@@ -6,6 +6,7 @@ hotrod:
- all
extraArgs:
- --otel-exporter=otlp
- --basepath=hotrod
Copy link
Contributor

Choose a reason for hiding this comment

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

The --basepath argument needs a leading slash to align with the ingress path configuration. Please update from --basepath=hotrod to --basepath=/hotrod to ensure proper routing between the ingress and the application.

Suggested change
- --basepath=hotrod
- --basepath=/hotrod

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@@ -15,8 +15,8 @@ spec:
name: jaeger-query
port:
number: 16686
- path: /grafana
pathType: Prefix
- path: /grafana(/|$)(.*)
Copy link
Member

Choose a reason for hiding this comment

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

(/|$) doesn't make sense if followed by .*, since $ marks the end of the string

Copy link

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.26%. Comparing base (598e0a2) to head (b2838cc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7328   +/-   ##
=======================================
  Coverage   96.26%   96.26%           
=======================================
  Files         377      377           
  Lines       22900    22900           
=======================================
  Hits        22044    22044           
  Misses        647      647           
  Partials      209      209           
Flag Coverage Δ
badger_v1 9.17% <ø> (ø)
badger_v2 1.75% <ø> (ø)
cassandra-4.x-v1-manual 11.91% <ø> (ø)
cassandra-4.x-v2-auto 1.74% <ø> (ø)
cassandra-4.x-v2-manual 1.74% <ø> (ø)
cassandra-5.x-v1-manual 11.91% <ø> (ø)
cassandra-5.x-v2-auto 1.74% <ø> (ø)
cassandra-5.x-v2-manual 1.74% <ø> (ø)
elasticsearch-6.x-v1 16.77% <ø> (ø)
elasticsearch-7.x-v1 16.82% <ø> (ø)
elasticsearch-8.x-v1 16.98% <ø> (ø)
elasticsearch-8.x-v2 1.75% <ø> (ø)
grpc_v1 10.42% <ø> (ø)
grpc_v2 1.75% <ø> (ø)
kafka-3.x-v1 9.33% <ø> (ø)
kafka-3.x-v2 1.75% <ø> (ø)
memory_v2 1.75% <ø> (ø)
opensearch-1.x-v1 16.86% <ø> (ø)
opensearch-2.x-v1 16.86% <ø> (ø)
opensearch-2.x-v2 1.75% <ø> (ø)
query 1.75% <ø> (ø)
tailsampling-processor ?
unittests 95.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Signed-off-by: chahat sagar <109112505+chahatsagarmain@users.noreply.github.com>
@chahatsagarmain chahatsagarmain marked this pull request as ready for review July 17, 2025 22:25
@yurishkuro yurishkuro added the changelog:exprimental Change to an experimental part of the code label Jul 18, 2025
@yurishkuro yurishkuro merged commit 207565b into jaegertracing:main Jul 18, 2025
58 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:exprimental Change to an experimental part of the code ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants