testing - How do I test New Relic (in Python) during local development? -


i'm interested in using new relic python agent's concept of data source capture custom metric via polling. documentation clear enough think understand how set up; (understandly) i'd verify code locally before deploying it.

what i'm not seeing new relic's docs way test code collects custom metrics locally, without sending data new relic's servers. see there's developer_mode configuration setting; seems verifies nothing breaks code-wise (not custom metrics work). tried enabling in tandem log_file setting in hope produce logs show me new relic once deploy changes; didn't seem produce logs.

how handled? teams using new relic have dev application (that pay for) , report stats during local dev? not test new relic stuff locally?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -