<@U22BBEZQU> to achieve this you've got a few opti...
# http4k
d
@jdiaz to achieve this you've got a few options off the top of my head - all of them involving supplying a custom
HttpTransactionLabeller
to
ReportHttpTransaction()
. You could: 1. use a RequestContext and use a Filter to register your custom label which the labeller retrieves 2. add a filter to the chain to add a custom label to the request as a header which the labeller retrieves 3. just add a different instance of the
ReportHttpTransaction
filter to each endpoint which is configured with a custom labeller that adds the endpoint name