To enable metrics for the PDN Server, make the following configuration changes to the PDN Server system.yaml
.
pdnserver: metrics: enabled: true interval: 5 exclude: - prefix_1 - prefix_2
Next, to enable metrics in the PDN Node, make the following configuration changes to the PDN Node system.yaml
.
pdnNode: metrics: enabled: true interval: 5 exclude: - prefix_1 - prefix_2 basicAuthUsername: <username> basicAuthPassword: <password>