A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/exporter/faroexporter below:

faroexporter package - github.com/open-telemetry/opentelemetry-collector-contrib/exporter/faroexporter - Go Packages

Faro Exporter

The Faro exporter sends telemetry data to a Faro endpoint.

Configuration

The following settings are required:

The following settings can be optionally configured:

Example:

exporters:
  faro:
    endpoint: https://faro.example.com/collect
    timeout: 10s
    headers:
      X-API-Key: "my-api-key"

The full list of settings exposed for this exporter are documented here with detailed sample configurations here.

Getting Started

The following settings are required:

To use TLS, specify https:// as the protocol scheme in the URL passed to the endpoint property. See Advanced Configuration for more TLS options.

Example:

exporters:
  faro:
    endpoint: "https://faro.example.com/collect"

  faro/tlsnoverify:
    endpoint: "https://faro.example.com/collect"
    tls:
      insecure_skip_verify: true
Advanced Configuration

Several helper files are leveraged to provide additional capabilities automatically:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4