Cargo Features

ts_opentelemetry_jaeger has no features set by default.

[dependencies]
ts_opentelemetry_jaeger = { version = "0.19.0-beta.1", features = ["full", "collector_client", "hyper_collector_client", "hyper_tls_collector_client", "isahc_collector_client", "reqwest_blocking_collector_client", "reqwest_collector_client", "reqwest_rustls_collector_client", "surf_collector_client", "wasm_collector_client", "rt-tokio", "rt-tokio-current-thread", "rt-async-std", "integration_test"] }
full = collector_client, hyper_collector_client, hyper_tls_collector_client, integration_test, isahc_collector_client, reqwest_blocking_collector_client, reqwest_collector_client, reqwest_rustls_collector_client, rt-async-std, rt-tokio, rt-tokio-current-thread, surf_collector_client, wasm_collector_client
collector_client full? hyper_collector_client? integration_test? reqwest_blocking_collector_client? reqwest_collector_client? reqwest_rustls_collector_client? surf_collector_client? = http, ts_opentelemetry_http

Affects collector::new_collector_pipeline, config::collector

hyper_collector_client full? hyper_tls_collector_client? integration_test? = collector_client, headers, http, hyper

Enables hyper and tokio of ts_opentelemetry_http

hyper_tls_collector_client full? integration_test? = hyper-tls, hyper_collector_client
isahc_collector_client full? integration_test? = isahc

Enables isahc of ts_opentelemetry_http

reqwest_blocking_collector_client full? = collector_client, headers

Enables blocking of reqwest ^0.11, reqwest of ts_opentelemetry_http

reqwest_collector_client full? integration_test? = collector_client, headers, reqwest

Enables reqwest of ts_opentelemetry_http

reqwest_rustls_collector_client full? = collector_client, headers, reqwest

Enables rustls-tls-native-roots of reqwest ^0.11, reqwest of ts_opentelemetry_http

surf_collector_client full? integration_test? = collector_client, surf

Enables surf of ts_opentelemetry_http

wasm_collector_client full? = base64, futures-util, http, js-sys, pin-project-lite, wasm-bindgen, wasm-bindgen-futures, web-sys

Affects collector::new_wasm_collector_pipeline, config::collector

rt-tokio full? integration_test? = tokio

Enables rt-tokio of ts_opentelemetry

rt-tokio-current-thread full? = tokio

Enables rt-tokio-current-thread of ts_opentelemetry

rt-async-std full? = async-std

Enables rt-async-std of ts_opentelemetry

integration_test full? = collector_client, hyper_collector_client, hyper_tls_collector_client, isahc_collector_client, prost, prost-types, reqwest_collector_client, rt-tokio, surf_collector_client, tonic

Affects ts_opentelemetry_jaeger::testing

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-std rt-async-std?
base64 wasm_collector_client?

Enables base64 ^0.21.0

futures-util wasm_collector_client?
headers hyper_collector_client? reqwest_blocking_collector_client? reqwest_collector_client? reqwest_rustls_collector_client?

Enables headers ^0.3.2

http collector_client? hyper_collector_client? wasm_collector_client?

Enables http ^0.2

hyper hyper_collector_client?

Enables hyper ^0.14

hyper-tls hyper_tls_collector_client?

Enables hyper-tls ^0.5.0

isahc isahc_collector_client?
js-sys wasm_collector_client?
ts_opentelemetry_http collector_client? hyper_collector_client? isahc_collector_client? reqwest_blocking_collector_client? reqwest_collector_client? reqwest_rustls_collector_client? surf_collector_client?
pin-project-lite wasm_collector_client?
reqwest reqwest_blocking_collector_client? reqwest_collector_client? reqwest_rustls_collector_client?

Enables reqwest ^0.11

surf surf_collector_client?
tokio rt-tokio? rt-tokio-current-thread?
wasm-bindgen wasm_collector_client?
wasm-bindgen-futures wasm_collector_client?
tonic integration_test?

Enables tonic ^0.9.0

prost integration_test?

Enables prost ^0.11.6

prost-types integration_test?

Enables prost-types ^0.11.6

web-sys wasm_collector_client?