nginx-otel-nix/src
Pavel Pautov a45a594801 Support sending custom headers to export endpoint (fix #62).
The headers are configured by "header" directive in "otel_exporter" block, e.g.
    otel_exporter {
        endpoint localhost:4317;
        header X-API-Token "token value";
    }
2024-12-20 14:53:37 -08:00
..
batch_exporter.hpp Consolidate transport related parameters into a struct. 2024-12-20 14:53:37 -08:00
grpc_log.cpp Use Abseil logging for gRPC v1.65.0 and above. 2024-07-23 09:22:48 -07:00
grpc_log.hpp Move gRPC/Protobuf logs handling to a dedicated file. 2024-02-29 16:09:15 -08:00
http_module.cpp Support sending custom headers to export endpoint (fix #62). 2024-12-20 14:53:37 -08:00
modules.c Nginx OTel module. 2023-06-13 16:59:02 -07:00
ngx.hpp Move gRPC/Protobuf logs handling to a dedicated file. 2024-02-29 16:09:15 -08:00
str_view.hpp Support custom span name and attributes. 2023-06-13 16:59:02 -07:00
trace_context.hpp Trace context propagation. 2023-06-13 16:59:02 -07:00
trace_service_client.hpp Support sending custom headers to export endpoint (fix #62). 2024-12-20 14:53:37 -08:00