New Relic Nozzle for VMware Tanzu collects metrics and events generated by all VMware Tanzu components and applications that run on VMware Tanzu Diego cells via the Loggregator Firehose. The nozzle collects data via the Remote Log Proxy (RLP) gateway and pushes it to New Relic for processing and visualization.
After installation, the nozzle starts collecting and pushing Firehose events to New Relic for processing and visualization. New Relic organizes the data based on Firehose event types, and shows each Firehose event type in its own separate dashboard.
The nozzle can be installed as a tile in Ops Manager or deployed using the CLI command cf push
as a regular application. You can then monitor the health and performance of your VMware Tanzu deployments, and set alerts based on any metrics that are collected from VMware Tanzu Firehose.
You can monitor health and performance data of VMware Tanzu components, including:
Select the item from a list of values for any of the above metrics and filter the dashboard based on the selected value. You can also filter a dashboard by multiple metrics.
When a large number of events is streamed from the Firehose, you may want to filter out undesired events that are generated by the Firehose.
If you need any of the Firehose event types (ValueMetric
, CounterEvent
, ContainerMetric
, HttpStartStop
, LogMessage
) to be captured by the nozzle and pushed to New Relic Insights, you must specify them as a comma-separated list of event types in the "Selected Events"
property, located in the Advanced Settings tab of the tile settings.
Starting with version 2.X of the nozzle, ContainerMetric
, CounterEvent
, and ValueMetric
events are aggregated. Events include the min
, max
, sum
, sample count
, and last
value of each metric. This reduces the number of events created by the nozzle while still providing detail on each metric type.
If needed, configure LogMessage Filters to include or exclude subsets of LogMessage events.
Multiple LogMessage filters can be combined to limit event creation. Include filters are processed before exclude filters.
Note: When you run the nozzle as an application, you can use the above environment variables in the application manifest file.
The following table provides version and version-support information about New Relic Nozzle for VMware Tanzu.
Element | Details |
---|---|
Tile version | 2.8.0 |
Release date | September 1, 2023 |
Software component version | New Relic Nozzle v2.8.0 |
Compatible Ops Manager version(s) | v2.9.x, v2.10.x and v3.0.x |
Compatible VMware Tanzu Application Service for VMs versions | v2.10.x, v2.11.x, v2.12.x, v2.13.x, v3.0.x and v4.0.x |
BOSH stemcell version | Ubuntu Jammy |
IaaS support | AWS, GCP, Azure, and vSphere |
This project is compatible with VMware Tanzu versions v2.10.x through v4.0.x.
New Relic Nozzle for VMware Tanzu has the following requirements:
If you do not already have a New Relic account, you can obtain a 14-day free trial license.
If you have a feature request, questions, or information about a bug, please submit an issue on github.