hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
1.94k stars 1.3k forks source link

added batch job related attributes to OpenTelemetry span #5972

Closed mrdnctrk closed 3 weeks ago

mrdnctrk commented 1 month ago

This PR introduces OpenTelemetry spans named hapifhir.batch_job.execute created by the batch job worker threads. These spans have the following span attributes related to the batch job:

close #5980

github-actions[bot] commented 1 month ago

Formatting check succeeded!

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.42%. Comparing base (497b9f2) to head (7613fc5). Report is 82 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5972 +/- ## ============================================ + Coverage 83.39% 83.42% +0.03% - Complexity 26927 27117 +190 ============================================ Files 1681 1694 +13 Lines 103965 104733 +768 Branches 13189 13275 +86 ============================================ + Hits 86702 87376 +674 - Misses 11613 11658 +45 - Partials 5650 5699 +49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.