This documentation describes the New Relic Dotnet Extension Buildpack for VMware Tanzu and provides instructions on how to install the tile. The tile can bind New Relic agents to Dotnet Core or Dotnet Framework apps so you can monitor them in a VMware Tanzu environment.
The New Relic Dotnet Extension Buildpack for VMware Tanzu enables you to bind your Dotnet (Core and Framework) apps to New Relic Dotnet agents. This allows you to monitor the health and performance of these apps, analyze the data captured by agents, and additionally correlate the captured agent data with VMware Tanzu infrastructure metrics and events collected by the New Relic Firehose Nozzle.
The New Relic Dotnet Extension Buildpack for VMware Tanzu can be installed via the tile in Ops Manager. Alternatively, you can extract the .Pivotal
file and install individual extension buildpacks using the cf Command Line Interface (CLI) command cf create-buildpack
.
After you start monitoring your apps, you can set alerts based on any metrics that are collected by Dotnet agents using the New Relic alerting subsystem.
The New Relic Dotnet Extension Buildpack for VMware Tanzu installs one or more of the following buildpacks depending on the tile configuration (total of 8 extension buildpacks):
New Relic Dotnet Core Extension Buildpack for Dotnet Core Applications running on Ubuntu Jammy 1.* stacks. This extension buildpack is non-cached.
New Relic Dotnet Core Extension Cached Buildpack for Dotnet Core Applications running on Ubuntu Jammy 1.* in disconnected (isolated) VMware Tanzu deployments. This is for support of air-gapped environments where there is no access to the outside world.
3 New Relic HWC Extension Buildpacks for Dotnet Framework Applications running on Windows 2019 stacks. This extension buildpack is non-cached.
3 New Relic HWC Extension Cached Buildpacks for Dotnet Framework Applications running on Windows 2019 stacks in disconnected (isolated) VMware Tanzu deployments. This is for support of air-gapped environments where there is no access to the outside world.
All buildpacks use the multi-buildpack approach of Cloud Foundry and require either the standard Dotnet Core buildpack or HWC buildpack to be specified as the last buildpack in the buildpack chain, either in the app manifest or in the cf push
command line.
Note: The cached version of this extension buildpack for both Dotnet Core and Dotnet Framework contains New Relic Dotnet Agents version 9.1.1
The following table provides version and version-support information about New Relic Dotnet Extension Buildpack for VMware Tanzu.
Element | Details |
---|---|
Tile version | 1.1.12 |
Release date | August 15, 2023 |
Software component version | New Relic Dotnet Extension Buildpack 1.1.12 |
Compatible Ops Manager version(s) | 2.9.x, 2.10.x, and 3.0.x |
Compatible VMware Tanzu Application Service for VMs versions | 2.10.x, 2.11.x, 2.12.x, 2.13.x, 3.0.x, and 4.0.x |
BOSH stemcell version | Ubuntu Jammy |
IaaS support | AWS, GCP, Azure, and vSphere |
This product has been tested and is compatible with VMware Tanzu OpsManager versions up to and including v3.0 and Tanzu Application Service 4.0.
New Relic Dotnet Extension Buildpack for VMware Tanzu requires the following:
An active New Relic account with a license key. This is used to bind Dotnet apps to New Relic Dotnet agents.
To use multi-buildpacks in the app manifest, you need cf CLI v6.38 or later. For general information about adding buildpacks to manifests, see Pushing an Application with Multiple Buildpacks in the Cloud Foundry documentation.
To use the Dotnet HWC extension, you need HWC buildpack 3.0.3 or later.
To use the Dotnet Core extension, you need the dotnet core buildpack 2.1.5 or later.
If you do not already have a New Relic account, you can obtain an account with a free trial license.
If you have feature requests, questions, or information about a bug, please submit an issue on github.