vmware-archive / newrelic_pivotal_agent

MIT License
36 stars 42 forks source link

Exception while processing metrics #49

Open vishalud opened 9 years ago

vishalud commented 9 years ago

On running ./pivotal_agent the below error is thrown RabbitMQ] Exception while processing metrics. Check configuration. stack level too deep

newrelic_plugin.yml is using management_api_url: http://auth:password@localhost:15672 The management api url works fine from the browser

Also tried using the server's ip address to see if this gets fixed but in vain

Jinkxed commented 9 years ago

Yup same issue.

akash1808 commented 9 years ago

This is an issue starting with the commit 3765b5b09f978fe361c389d06f833671dd0da7ee When debug mode is false, it gives the above error. It only works for debug mode. Checkout 6cc42cdfc4b9305e03aadc6e84cbc9180f9cde01 . It will work fine.

wjs-broadcom commented 9 years ago

I think this was caused by an issue in the master branch which had been resolved but not pushed to github. Can you confirm that it is working now?