Skip to content

Commit

Permalink
fix semantic convention
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Jan 22, 2024
1 parent 5299d81 commit 5f07ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (r *KeptnAppVersionReconciler) getLinkedSpans(appVersion *klcv1beta1.KeptnA
linkedCtx = otel.GetTextMapPropagator().Extract(linkedCtx, traceContextCarrier)

link := trace.LinkFromContext(linkedCtx, attribute.KeyValue{
Key: "ot-span-reference-type",
Key: "opentracing.ref_type",

Check failure on line 245 in lifecycle-operator/controllers/lifecycle/keptnappversion/controller.go

View workflow job for this annotation

GitHub Actions / Check Spelling

`opentracing` is not a recognized word. (unrecognized-spelling)
Value: attribute.StringValue("follows-from"),
})
result[i] = link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func TestKeptnAppVersionReconciler_getLinkedSpans(t *testing.T) {
}),
Attributes: []attribute.KeyValue{
{
Key: "ot-span-reference-type",
Key: "opentracing.ref_type",
Value: attribute.StringValue("follows-from"),
},
},
Expand Down

0 comments on commit 5f07ae7

Please sign in to comment.