| Module | Services | Data types | Constants |
|---|---|---|---|
| zipkinDependencies | Dependencies DependencyLink |
| Key | Field | Type | Description | Requiredness | Default value |
|---|---|---|---|---|---|
| 1 | parent | string | parent service name (caller) | default | |
| 2 | child | string | child service name (callee) | default | |
| 4 | callCount | i64 | total traced calls made from parent to child | default | |
| 5 | errorCount | i64 | how many calls are known to be errors | default |
| Key | Field | Type | Description | Requiredness | Default value |
|---|---|---|---|---|---|
| 1 | start_ts | i64 | milliseconds from epoch | default | |
| 2 | end_ts | i64 | milliseconds from epoch | default | |
| 3 | links | list< | default |