hs-opentelemetry-exporter-otlp-0.0.1.3: OpenTelemetry exporter supporting the standard OTLP protocol
Copyright(c) Ian Duncan 2021
LicenseBSD-3
MaintainerIan Duncan
Stabilityexperimental
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

OpenTelemetry.Exporter.OTLP

Description

The OTLP Exporter is the recommend exporter format to use where possible.

A number of vendors offer support for exporting traces, logs, and metrics using the vendor-agnostic OTLP protocol.

Additionally, the OTLP format is supported by the OpenTelemetry Collector.

The OpenTelemetry Collector offers a vendor-agnostic implementation of how to receive, process and export telemetry data. It removes the need to run, operate, and maintain multiple agents/collectors. This works with improved scalability and supports open-source observability data formats (e.g. Jaeger, Prometheus, Fluent Bit, etc.) sending to one or more open-source or commercial back-ends. The local Collector agent is the default location to which instrumentation libraries export their telemetry data.

Synopsis

Initializing the exporter

Configuring the exporter

data CompressionFormat Source #

Constructors

None 
GZip 

data Protocol Source #

Constructors

HttpProtobuf

Note: grpc and http/json will likely be supported eventually, but not yet.

Default local endpoints