You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of v4.2, Spring Batch provides a micrometer metric called spring.batch.job.active of type LongTaskTimer that gives the number of active jobs. However, it is impossible to know which jobs are active because this metric is not tagged with the job name.
Tagging this metric with the job name would make it possible to know which jobs are active.
The text was updated successfully, but these errors were encountered:
As of v4.2, Spring Batch provides a micrometer metric called
spring.batch.job.active
of typeLongTaskTimer
that gives the number of active jobs. However, it is impossible to know which jobs are active because this metric is not tagged with the job name.Tagging this metric with the job name would make it possible to know which jobs are active.
The text was updated successfully, but these errors were encountered: