when I post to the path /v1/users/post and get 201 as a result the metrics object contain:
endpoints['v1/users/|post'][201]
and when I post to the same path with the same method and I get 409 :
endpoints['v1/users/|post'][409] ==undefined
and
endpoints['/|post'][409] is valid
screenshot is attached:

when I post to the path /v1/users/post and get 201 as a result the metrics object contain:
endpoints['v1/users/|post'][201]
and when I post to the same path with the same method and I get 409 :
endpoints['v1/users/|post'][409] ==undefined
and
endpoints['/|post'][409] is valid
screenshot is attached: