diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index a378fa48..45263e38 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -11,6 +11,9 @@ Version history * admin: added ``/stats/prometheus`` as an alternative endpoint for getting stats in prometheus format. * logger: all :ref:`logging levels ` can be configured at run-time: trace debug info warning error critical. +* tracing: the sampling decision is now delegated to the tracers, allowing the tracer to decide when and if + to use it. For example, if the :ref:`x-b3-sampled ` header + is supplied with the client request, its value will override any sampling decision made by the Envoy proxy. 1.6.0 =====