Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update trace.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylanzman committed Aug 24, 2018
1 parent 588ded3 commit e0dccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/ochttp/trace.go
Expand Up @@ -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.
Expand All @@ -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 (
Expand Down

0 comments on commit e0dccf4

Please sign in to comment.