Thanks Mike.
> Can you give me more specifics about your usecase?
We'd like to be able to group or filter metrics by tenant using the existing metrics that Pro provides ("jobs.count/perform/success/failure").
E.g. in Datadog we'd like to be able to create graphs for queries like this:
sum:sidekiq.jobs.count{env:production} by {tenant}.as_count()
or this:
max:sidekiq.jobs.perform.max{env:production,tenant:some-tenant}
If it were possible to do something like set thread-local tags that Sidekiq would include on any metrics it emits that could work great.
> That would be a reasonable feature request if you want to open an issue