How to change the polling interval in Newrelic platform -


how can change polling interval default 60 s in newrelic platform plugin api? using ruby api, , have statistics report lengthy calculate , cannot completed in default interval. cannot find relevant documentation on topic.

you can set default value here:

https://github.com/newrelic-platform/newrelic_plugin/blob/fffddc35e9085d8320f893c6a1c10bd4103800d1/lib/newrelic_platform_binding/config.rb#l31

units in seconds.

it should noted new relic expecting data once per minute have drops in graphs if not post once per minute. new relic suggests if change polling time not set value greater 300 seconds.

one alternative changing default report same metric multiple polling cycles. when have new metric send update , send new relic.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -