trace Read endpoint

This commit is contained in:
Asim Aslam
2020-01-24 21:24:51 +00:00
parent eeb6944ce5
commit 8d2dc8a822
3 changed files with 29 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ type Span struct {
Parent string
// Start time
Started time.Time
// Finish time
Finished time.Time
// Duration in nano seconds
Duration time.Duration
// associated data
Metadata map[string]string
}