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.
(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:
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 ). |
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`).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close