Skip to content

Commit

Permalink
fix json type
Browse files Browse the repository at this point in the history
  • Loading branch information
viglia committed Jul 5, 2024
1 parent ba4a1e8 commit 7154e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/flamegraph/span_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
)

type SpanInterval struct {
Start uint64 `json:"start,string"`
End uint64 `json:"end,string"`
Start uint64 `json:"start"`
End uint64 `json:"end"`
ActiveThreadID string `json:"active_thread_id"`
}

Expand Down

0 comments on commit 7154e5c

Please sign in to comment.