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.