NewRelic Integration

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

A NewRelic integration is used to connect JFrog Pipelines to NewRelic for recording deployments.

Creating a NewRelic Integration

You can add this integration by following steps on the Managing Pipelines Integrations page.

Here is the information you need to create this integration:

  • Name: choose a friendly name for the integration

  • URL: NewRelic API endpoint. This is already hard-coded to https://api.newrelic.com/v2.

  • Token: NewRelic API Token

Usage

The NewRelic integration can be added directly to a step in the integrations section.

The send_notification utility function can be used with a NewRelic integration to send a notification message.

Default Environment Variables

When you add this integration to a step, a set of environment variables is automatically made available.

Environment variable

Description

int_<integration-name>_url

NewRelic API endpoint

int_<integration-name>_token

Token used to communicate with NewRelic