Reputation: 1
I have installed new relic on my kubernetes cluster infrastructure using the helm solution, i need to stop the ingestion/scraping of metrics related to containers, node, network, disk and memory etc to new relic from the kubernetes cluster. How do i need to approach ?
I have even tried adding config -
exclude:
- "memory"
- "disk"
- "network"
- "container"
- "node"
# Include additional specific metrics if needed
include:
- "cpu"
under the newrelic.yaml file -> source newrelic-infrastructure/templates/kubelet/agent-configmap.yaml i am still witnessing the metrics related to the excluded ones on the new relic ui.
My expectation is to stop the metrics related to the ones mentioned to be present on the newrelic ui. i want to do it from the new relic helm installation solution for kubernetes itself and not using drop rules.
Upvotes: 0
Views: 27