Explore renaming active job segments #3133
Labels
enhancement
Enhancement to existing features
high impact
small
version: 10.0.0
Next Major Release - Breaking Changes
Active Job segments share the naming pattern:
Ruby/ActiveJob/#{queue}/#{method}
This means that jobs from different classes are often named the same thing. It could be valuable to provide more information on what job created the segment by improving naming. One idea might be to add the class name. We should explore if this would be valuable for customers in a 10.0 release.
The text was updated successfully, but these errors were encountered: