Liking cljdoc? Tell your friends :D
Clojure only.

steffan-westcott.clj-otel.exporter.jaeger-thrift

Span data exporter to Jaeger via Thrift. Deprecated - Use steffan-westcott.clj-otel.exporter.otlp.grpc.trace or steffan-westcott.clj-otel.exporter.otlp.http.trace instead.

Span data exporter to Jaeger via Thrift. Deprecated - Use
`steffan-westcott.clj-otel.exporter.otlp.grpc.trace` or
`steffan-westcott.clj-otel.exporter.otlp.http.trace` instead.
raw docstring

span-exporterclj

(span-exporter)
(span-exporter {:keys [endpoint thrift-sender]})

Returns a span exporter that exports to Jaeger via Thrift. May Take an option map as follows:

keydescription
:endpointJaeger endpoint, used with the default sender (default: "http://localhost:14268/api/traces").
:senderThriftSender instance to use for communication with the backend (default: ThriftSender instance configured to use :endpoint).
Returns a span exporter that exports to Jaeger via Thrift. May Take an
option map as follows:

| key       | description |
|-----------|-------------|
|`:endpoint`| Jaeger endpoint, used with the default sender (default: `"http://localhost:14268/api/traces"`).
|`:sender`  | `ThriftSender` instance to use for communication with the backend (default: `ThriftSender` instance configured to use `:endpoint`).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close