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

Instrumentation for Spring Batch v4 and v5 #1792

Merged
merged 1 commit into from Mar 14, 2024
Merged

Conversation

jtduffy
Copy link
Contributor

@jtduffy jtduffy commented Mar 8, 2024

Resolves #1718

These modules provide instrumentation for Spring Batch v4 and v5 frameworks.

Only single process, single threaded jobs are supported. Single process, multi-threaded and
multi-process jobs are not supported.

The README has full details on reported transaction names and metrics.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.00%. Comparing base (97330dc) to head (833611a).
Report is 42 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1792      +/-   ##
============================================
- Coverage     70.86%   70.00%   -0.86%     
+ Complexity     9947     9849      -98     
============================================
  Files           826      827       +1     
  Lines         39868    39880      +12     
  Branches       6040     6043       +3     
============================================
- Hits          28253    27919     -334     
- Misses         8890     9275     +385     
+ Partials       2725     2686      -39     

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

@jtduffy jtduffy requested a review from a team March 8, 2024 14:42
@jtduffy jtduffy merged commit 2472bbb into main Mar 14, 2024
104 checks passed
@jtduffy jtduffy deleted the spring-batch-instr-module branch March 14, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Support for Spring Batch 4
3 participants