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

[backend] Add tracing with OpenTelemetry #1404

Merged
merged 5 commits into from
Sep 18, 2024
Merged

Conversation

RomuDeuxfois
Copy link
Member

Proposed changes

  • Add tracing with OpenTelemetry
  • Add exporter on Jaeger
  • Add Jaeger in docker compose

image
image

@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Sep 9, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 36 lines in your changes missing coverage. Please review.

Project coverage is 31.35%. Comparing base (8d75ef9) to head (b9b14af).
Report is 35 commits behind head on master.

Files with missing lines Patch % Lines
...java/io/openbas/telemetry/OpenTelemetryConfig.java 0.00% 22 Missing ⚠️
.../main/java/io/openbas/telemetry/TracingAspect.java 0.00% 14 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1404      +/-   ##
============================================
- Coverage     31.41%   31.35%   -0.07%     
- Complexity     1407     1408       +1     
============================================
  Files           525      527       +2     
  Lines         13682    13718      +36     
  Branches        808      808              
============================================
+ Hits           4298     4301       +3     
- Misses         9185     9218      +33     
  Partials        199      199              

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

Copy link
Member

@Dimfacion Dimfacion left a comment

Choose a reason for hiding this comment

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

I did some tests, looks good to me :)

@RomuDeuxfois RomuDeuxfois merged commit ba2f515 into master Sep 18, 2024
7 checks passed
@RomuDeuxfois RomuDeuxfois deleted the improvment/telemetry branch September 18, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants