Skip to content

Commit

Permalink
docs: add missing span link to example (#3286)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Mar 18, 2024
1 parent 707377c commit 7ddf94c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ metadata:
spec:
metadata:
commitID: {{.Values.commitID}}
spanLinks:
- {{.Values.traceParent}} # (1)!
2 changes: 2 additions & 0 deletions docs/docs/guides/multi-stage-application-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ containing the manifests for the `dev` and `production` stage:
{% include "./assets/multi-stage-delivery/application-production.yaml" %}
```

1. Setting the spanLink here connects deployment traces of this stage with the traces of the dev stage

=== "production/Chart.yaml"

The `Chart.yaml` that is required by helm:
Expand Down

0 comments on commit 7ddf94c

Please sign in to comment.