Skip to content

Commit

Permalink
Update cmd/refinery/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Quirk <[email protected]>
  • Loading branch information
MikeGoldsmith and kentquirk authored Nov 15, 2024
1 parent dcc1dc6 commit 5917586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/refinery/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func main() {
// let's set up some OTel tracing
tracer, shutdown = otelutil.SetupTracing(c.GetOTelTracingConfig(), resourceLib, resourceVer)

// add telemtry callback so husky can enrich spans with attributes
// add telemetry callback so husky can enrich spans with attributes
husky.AddTelemetryAttributeFunc = func(ctx context.Context, key string, value any) {
span := trace.SpanFromContext(ctx)
span.SetAttributes(attribute.String(key, value.(string)))
Expand Down

0 comments on commit 5917586

Please sign in to comment.