Monitoring Kong data plane

I have a problem with monitoring my docker kong node. I have created a control node to which I have enabled the Prometheus plug-in and a node data node. How do I see the metrics on my data plan and expose them in order to be taken by Prometheus? I am not using kubernetes. Thank you all.

Use the status interface on the data-plane node to configure an endpoint in Kong to expose prometheus metrics on the data-plane. KONG_STATUS_LISTEN environment variable can configure this.

Then, you need to configure Prometheus to scrape your data-plane node.

Thanks. i’ve solve the problem.