Skip to main content

Arista LANZ

Overview

This plugin provides a consumer for use with Arista Networks’ Latency Analyzer (LANZ)

Metrics are read from a stream of data via TCP through port 50001 on the switches management IP. The data is in Protobuffers format. For more information on Arista LANZ

This plugin uses Arista's sdk.

Configuration

You will need to configure LANZ and enable streaming LANZ data.

[[inputs.lanz]]
servers = [
"tcp://switch1.int.example.com:50001",
"tcp://switch2.int.example.com:50001",
]