newrelic / nri-jmx

New Relic Infrastructure JMX Integration
Apache License 2.0
6 stars 16 forks source link

Missing remote_monitoring flag to be able to inject host:port as entityName #89

Closed brushknight closed 2 years ago

brushknight commented 2 years ago

Description

When we have multiple instances of newrelic-infrastructure-agent and each of them have the same setup of nri-jmx monitoring application running on localhost, all those different instances collides to the same entityName and as result reports to the same entityId.

Expected Behavior

Have remote_monitoring:true parameter to be able to set entity name to host:port as all other integrations do.

https://github.com/newrelic/nri-cassandra/blob/master/cassandra-config.yml.sample#L17