.. _envoy_v3_api_file_envoy/config/trace/v3/http_tracer.proto: Tracing ======= This documentation is for the Envoy v3 API. As of Envoy v1.18 the v2 API has been removed and is no longer supported. If you are upgrading from v2 API config you may wish to view the v2 API documentation: :ref:`config/trace/v2/http_tracer.proto ` Tracing :ref:`architecture overview `. .. _envoy_v3_api_msg_config.trace.v3.Tracing: config.trace.v3.Tracing ----------------------- :repo:`[config.trace.v3.Tracing proto] ` The tracing configuration specifies settings for an HTTP tracer provider used by Envoy. Envoy may support other tracers in the future, but right now the HTTP tracer is the only one supported. .. attention:: Use of this message type has been deprecated in favor of direct use of :ref:`Tracing.Http `. .. code-block:: json { "http": "{...}" } .. _envoy_v3_api_field_config.trace.v3.Tracing.http: http (:ref:`config.trace.v3.Tracing.Http `) Provides configuration for the HTTP tracer. .. _envoy_v3_api_msg_config.trace.v3.Tracing.Http: config.trace.v3.Tracing.Http ---------------------------- :repo:`[config.trace.v3.Tracing.Http proto] ` Configuration for an HTTP tracer provider used by Envoy. The configuration is defined by the :ref:`HttpConnectionManager.Tracing ` :ref:`provider ` field. .. code-block:: json { "name": "...", "typed_config": "{...}" } .. _envoy_v3_api_field_config.trace.v3.Tracing.Http.name: name (`string `_, *REQUIRED*) The name of the HTTP trace driver to instantiate. The name must match a supported HTTP trace driver. See the :ref:`extensions listed in typed_config below ` for the default list of the HTTP trace driver. .. _envoy_v3_api_field_config.trace.v3.Tracing.Http.typed_config: typed_config (`Any `_) Trace driver specific configuration which must be set according to the driver being instantiated. .. _extension_category_envoy.tracers: .. tip:: This extension category has the following known extensions: - :ref:`envoy.tracers.datadog ` - :ref:`envoy.tracers.dynamic_ot ` - :ref:`envoy.tracers.lightstep ` - :ref:`envoy.tracers.opencensus ` - :ref:`envoy.tracers.skywalking ` - :ref:`envoy.tracers.xray ` - :ref:`envoy.tracers.zipkin `