Statsd plugin don't send all metrics by default!

Hi. I have a kong gateway (3.4.2 OSS), statsd plugin, statsd-exporter, prometheus and at the end garafana. I have a problem with statsd plugin. I set it generally and default, also I have auth-key plugin on my service and consumer. it should be send all metrics to statsd-exporter, but it send only:
kong_kong_latency
kong_kong_latency_sum
kong_kong_latency_count

kong_latency
kong_latency_sum
kong_latency_count

kong_upstream_latency
kong_upstream_latency_sum
kong_upstream_latency_count

kong_request_count
kong_request_size
kong_response_size
kong_shdict_capacity
kong_shdict_free_space

And not send below metrics:
status_count
unique_users
request_per_user
status_count_per_user
status_count_per_workspace
status_count_per_user_per_route
shdict_usage

I checked all traffic with tcpdump in kong container.
Can you help me? I need to give all metrics.

@soot , can you provide a full configuration and sample request to help reproduce this issue? If you have a docker compose or similar setup this could help me triage your issue.

Thanks

@soot Is it possible share a configuration (services/routes/plugins) that reproduces the issue? You can use deck gateway dump if that helps to generate a file.