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

Use service duration query option in the jaeger query UI #903

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

rubenvp8510
Copy link
Collaborator

@rubenvp8510 rubenvp8510 commented Apr 28, 2024

Depends on : #900

@rubenvp8510 rubenvp8510 changed the title Add ttl to services Add TTL to services Apr 28, 2024
@rubenvp8510 rubenvp8510 changed the title Add TTL to services Use service start/end parameters to fetch queries. Apr 28, 2024
@rubenvp8510 rubenvp8510 changed the title Use service start/end parameters to fetch queries. Use service duration query option in the jaeger query UI Apr 28, 2024
@rubenvp8510 rubenvp8510 added the Do Not Merge This PR is not ready to be merged. label Apr 28, 2024
//
// +optional
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="ServicesQueryDuration"
ServicesQueryDuration *metav1.Duration `json:"servicesQueryDuration,omitempty"`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can this feature be used without Jaeger query/ui?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, the tempo tags endpoint now have the ability to ask for a time range (my large PR that was merged sometime ago). But this is how the jaeger query used it to ask for the service. So this configuration is specific for jaeger-ui

@rubenvp8510 rubenvp8510 force-pushed the add_ttl_to_services branch 5 times, most recently from a430a42 to 76bef2f Compare April 29, 2024 18:55
@rubenvp8510 rubenvp8510 removed the Do Not Merge This PR is not ready to be merged. label Apr 29, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 30, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 76.07%. Comparing base (068e64f) to head (08df0f0).

Files Patch % Lines
internal/manifests/config/build.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #903      +/-   ##
==========================================
- Coverage   76.07%   76.07%   -0.01%     
==========================================
  Files          93       93              
  Lines        5856     5859       +3     
==========================================
+ Hits         4455     4457       +2     
- Misses       1134     1135       +1     
  Partials      267      267              
Flag Coverage Δ
unittests 76.07% <40.00%> (-0.01%) ⬇️

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.

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

Add duration of services in the jaeger query list

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
@rubenvp8510 rubenvp8510 merged commit d5513dc into grafana:main Apr 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants