When creating metrics via annotations like @timed and @counter it is possible to inject static common tags.
However, there doesn't seem to be a way to add tags upon method execution as tags can be dynamic and change from request to request.
Or maybe there is one and I am missing it?
ability to add the tags seems to be in code - but not through the annotations.