Skip to main content
The Vivo destination plugin (name: http, alias: vivo) lets you configure your telemetry pipeline to send your telemetry data to a remote HTTP endpoint exposed by Vivo Exporter.

Supported telemetry types

The for Chronosphere Telemetry Pipeline supports these telemetry types:
LogsMetricsTraces

Configuration parameters

Use the parameters in this section to configure the . The Telemetry Pipeline web interface uses the items in the Name column to describe these parameters. Pipeline configuration files use the items in the Key column as YAML keys.

Advanced

NameKeyDescriptionDefault
Vivo HosthostRequired. IP address or hostname of the target HTTP Server.calyptia-vivo
PortportRequired. TCP port of the target HTTP Server.5489
URIuriRequired. Specifies an optional HTTP URI for the target web server. For example, /something./sink
FormatformatRequired. Specifies the data format to be used in the HTTP request body. Accepted values: json, json_lines, json_stream.json