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

Commit e0dccf4

Browse files
Update trace.go
1 parent 588ded3 commit e0dccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/ochttp/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import (
2828

2929
var defaultFormat propagation.HTTPFormat = &b3.HTTPFormat{}
3030

31-
3231
// Health checking is pretty frequent and
3332
// traces collected for health endpoints
3433
// can be extremely noisy and expensive.
@@ -38,6 +37,7 @@ var HealthEndpoints = map[string]bool{
3837
"/healthz": true,
3938
"/_ah/health": true,
4039
}
40+
4141
// Attributes recorded on the span for the requests.
4242
// Only trace exporters will need them.
4343
const (

0 commit comments

Comments
 (0)