- May 2019
-
docs.newrelic.com docs.newrelic.com
-
Record a deployment with POST
Newrelic deployment markers can also be generated via a post request although it's generally simpler to use the agent specific method.
-
-
docs.newrelic.com docs.newrelic.com
-
config_file: Path to the config file name
Since Hypothesis uses a server side config I'm not sure what to do here as there is no config file to provide. 🤔
If it turns out this isn't feasible (although I'm sure there's a solution for this config_file issue) the alternative approach would be to use the post method.
-
newrelic-admin record-deploy config_file description [revision changelog user]
To enable recording of deploys on the python agent via New Relic, you can simply call the newrelic-admin record-deploy command and pass it the necessary revision information. This will place a deployment marker on any graph you view in newrelic as a vertical line-indicating that a new revision of the code was released at that point in time.
-