Skip to content

Commit

Permalink
Fix typo in jaeger example (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvwells committed Jan 19, 2022
1 parent 0c1f156 commit 3c2e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/jaeger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func tracerProvider(url string) (*tracesdk.TracerProvider, error) {
tp := tracesdk.NewTracerProvider(
// Always be sure to batch in production.
tracesdk.WithBatcher(exp),
// Record information about this application in an Resource.
// Record information about this application in a Resource.
tracesdk.WithResource(resource.NewWithAttributes(
semconv.SchemaURL,
semconv.ServiceNameKey.String(service),
Expand Down

0 comments on commit 3c2e08a

Please sign in to comment.