Kong 2.8 http_status per target

We are using Pormetheus kongplugin to collect some metrics, kong (2.8). Among those metrics, http_status and upstream_target_health.
It is specified that this metric (kong_http_status) uses a counter, that counter increases each time a route is hit, the route point to a loadbalancer that forward traffic to two or more servers, http_status gives the totoal request per route. Is there a way to capture the number of request but per target same as upstream_target_health?