New Relic with YAML
Tip
YAML parameters for New Relic
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to NEW_RELIC . |
application_id Required | String | The ID of the Newrelic application. |
integration Required | String | The ID of the integration. |
description Required | String | The title of the notification. |
region Required | String | The New Relic region. Can be either US or EU. |
changelog | String | The content of the notification. |
version | String | The revision to which the application is deployed. If not set, the default value is $BUDDY_EXECUTION_REVISION. |
YAML example for New Relic
yamlactions: - action: "NEWRELIC Action" type: "NEW_RELIC" description": "${BUDDY_PIPELINE_NAME} execution #${BUDDY_EXECUTION_ID}" changelog": "change log" application_id": "65867123" integration: "my_integration" version: "$BUDDY_EXECUTION_REVISION"
Last modified on Sep 23, 2024