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:| Logs | Metrics | Traces |
|---|---|---|
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
| Name | Key | Description | Default |
|---|---|---|---|
| Vivo Host | host | Required. IP address or hostname of the target HTTP Server. | calyptia-vivo |
| Port | port | Required. TCP port of the target HTTP Server. | 5489 |
| URI | uri | Required. Specifies an optional HTTP URI for the target web server. For example, /something. | /sink |
| Format | format | Required. Specifies the data format to be used in the HTTP request body. Accepted values: json, json_lines, json_stream. | json |