@SanjayReddy As per the doc suggested by you, I am trying configure remote storage in prometheus. https://www.splunk.com/en_us/blog/devops/prometheus-direct-integration-comes-signalfx.html Few questions on this. What is Splunk Infrastructure Monitoring Metricproxy. How to use this. In which file in prometheus the following configuration should go. {
“ListenAddr”: “0.0.0.0:12003”,
“Type”: “prometheus”,
“ListenPath”: “/write”
} in 2nd Configuration update what will be the value for url in <remote_write>.
... View more