From e0dccf4ff3bc95319d8e9b882a3bd8f6d9709a41 Mon Sep 17 00:00:00 2001 From: Sergey Lanzman Date: Fri, 24 Aug 2018 20:57:55 +0300 Subject: [PATCH] Update trace.go --- plugin/ochttp/trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/ochttp/trace.go b/plugin/ochttp/trace.go index b8711cc6f..b2cf50412 100644 --- a/plugin/ochttp/trace.go +++ b/plugin/ochttp/trace.go @@ -28,7 +28,6 @@ import ( var defaultFormat propagation.HTTPFormat = &b3.HTTPFormat{} - // Health checking is pretty frequent and // traces collected for health endpoints // can be extremely noisy and expensive. @@ -38,6 +37,7 @@ var HealthEndpoints = map[string]bool{ "/healthz": true, "/_ah/health": true, } + // Attributes recorded on the span for the requests. // Only trace exporters will need them. const (