New Relic with YAML

YAML parameters for New Relic

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to NEW_RELIC.
application_id
Required
StringThe ID of the Newrelic application.
integration_hash
Required
StringThe ID of the integration.
description
Required
StringThe title of the notification.
region
Required
StringThe New Relic region. Can be either US or EU.
changelogStringThe content of the notification.
versionStringThe revision to which the application is deployed. If not set, the default value is $BUDDY_EXECUTION_REVISION.

YAML example for New Relic

actions:
- action: "NEWRELIC Action"
  type: "NEW_RELIC"
  description": "${BUDDY_PIPELINE_NAME} execution #${BUDDY_EXECUTION_ID}"
  changelog": "change log"
  application_id": "65867123"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  version: "$BUDDY_EXECUTION_REVISION"

Last modified on June 6, 2023

Get Started

Sign up for free and deploy your project in less than 10 minutes.