vladimirkokshenev

Results 2 comments of vladimirkokshenev

Nginx has a set of variables associated used to measure time: $request_time, $session_time, $connection_time, $upstream_connect_time, $upstream_first_byte_time, $upstream_header_time, $upstream_response_time, $upstream_queue_time, $upstream_session_time. One can use these variables in spans to get visibility...

We have this feature (and few other features) in our roadmap: ``` otel_exporter { ssl on | off; # “off” by default trusted_certificate “path/to/ca/bundle“; } ``` Trying to understand priorities...