Skip to content

Commit 9174904

Browse files
torosentCopilot
andcommitted
Update screenshots and README with .NET-aligned span attributes
Screenshots now reflect updated span naming (orchestration:<name>), Server span kind, durabletask.type attribute, and Microsoft.DurableTask tracer name. Added span detail screenshot showing full attribute list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a300569 commit 9174904

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

samples/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,26 @@ Shows the trace from `durabletask-java-tracing-sample` service with 10 spans cov
5959

6060
Full span hierarchy showing parent-child relationships:
6161
- `create_orchestration:TracingOrchestration` (parent)
62-
- `orchestration:<instanceId>` (orchestration replays)
62+
- `orchestration:TracingOrchestration` (orchestration replays)
6363
- `activity:Reverse`
6464
- `activity:Capitalize`
65-
- `orchestration:<childInstanceId>` (ChildOrchestration)
65+
- `orchestration:ChildOrchestration` (sub-orchestration)
6666
- `activity:AddSuffix`
6767

6868
![Jaeger trace detail](images/jaeger-full-trace-detail.png)
6969

70+
### Jaeger — Span Attributes
71+
72+
Activity span showing attributes aligned with the .NET SDK schema:
73+
- `durabletask.type=activity`
74+
- `durabletask.task.name=Reverse`
75+
- `durabletask.task.instance_id=<orchestrationId>`
76+
- `durabletask.task.task_id=0`
77+
- `otel.scope.name=Microsoft.DurableTask`
78+
- `span.kind=server`
79+
80+
![Jaeger span detail](images/jaeger-span-detail.png)
81+
7082
### DTS Dashboard — Completed Orchestrations
7183

7284
Both `TracingOrchestration` and `ChildOrchestration` completed successfully.
419 Bytes
Loading
-1.06 KB
Loading
129 KB
Loading
240 Bytes
Loading

0 commit comments

Comments
 (0)