diff --git a/content/en/docs/concepts/signals/traces.md b/content/en/docs/concepts/signals/traces.md index d4a7942fadf0..0b6b330ee1ac 100644 --- a/content/en/docs/concepts/signals/traces.md +++ b/content/en/docs/concepts/signals/traces.md @@ -312,6 +312,9 @@ trace. Now, they are causally associated with one another. Links are optional but serve as a good way to associate trace spans with one another. +For more information regarding Span Links, see +[Link](/docs/specs/otel/trace/api/#link). + ### Span Status Each span has a status. The three possible values are: diff --git a/data/registry/instrumentation-java-http4k.yml b/data/registry/instrumentation-java-http4k.yml index c978c2bd0c88..3d7e1613e270 100644 --- a/data/registry/instrumentation-java-http4k.yml +++ b/data/registry/instrumentation-java-http4k.yml @@ -19,4 +19,4 @@ isFirstParty: true package: registry: maven name: org.http4k/http4k-opentelemetry - version: 5.44.0.0 + version: 5.44.1.0