haproxy-otel 0.1.0

HAProxy OpenTelemetry tracing support
Documentation
[dependencies.const-hex]
version = "1.14.0"

[dependencies.haproxy-api]
version = "0.8.3"

[dependencies.mlua]
features = ["macros"]
version = "0.9"

[dependencies.opentelemetry]
default-features = false
features = ["trace"]
version = "0.28"

[dependencies.opentelemetry-http]
version = "0.28"

[dependencies.opentelemetry-jaeger-propagator]
version = "0.28"

[dependencies.opentelemetry-otlp]
default-features = false
features = ["http-proto", "http-json", "trace", "reqwest-client"]
version = "0.28"

[dependencies.opentelemetry-semantic-conventions]
features = ["semconv_experimental"]
version = "0.28"

[dependencies.opentelemetry-zipkin]
default-features = false
version = "0.28"

[dependencies.opentelemetry_sdk]
default-features = false
features = ["trace", "rt-tokio", "experimental_trace_batch_span_processor_with_async_runtime"]
version = "0.28"

[dependencies.quick_cache]
version = "0.6.10"

[lib]
name = "haproxy_otel"
path = "src/lib.rs"

[package]
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HAProxy OpenTelemetry tracing support"
edition = "2021"
keywords = ["haproxy", "opentelemetry"]
license = "MIT"
name = "haproxy-otel"
readme = "README.md"
repository = "https://github.com/khvzak/haproxy-otel"
version = "0.1.0"