From 904f15887da60c866d0273421b8d43a294eb3501 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Wed, 27 Feb 2019 21:50:17 +0000 Subject: [PATCH] tracing: Capture events in tracing data (#5915) Signed-off-by: Ryan Burn Mirrored from https://github.com/envoyproxy/envoy @ 8b1a8452867a1dcd0e2414753d506aa4545fd3c1 --- .../http_connection_manager/v2/http_connection_manager.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto b/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto index cae389c9..1364e20b 100644 --- a/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto +++ b/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto @@ -116,6 +116,10 @@ message HttpConnectionManager { // :ref:`HTTP Connection Manager `. // Default: 100% envoy.type.Percent overall_sampling = 5; + + // Whether to annotate spans with additional data. If true, spans will include logs for stream + // events. + bool verbose = 6; } // Presence of the object defines whether the connection manager