Skip to content

Commit

Permalink
Add timestamp field to ServiceMetricEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
maytasm committed Jun 15, 2024
1 parent aec1d5d commit d5b1e4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public EventMap toMap()

return EventMap.builder()
.put(FEED, getFeed())
.put("timestamp", createdTime.toString())
.put(DATASOURCE, dataSource)
.put(CREATED_TIME, createdTime)
.put(START_TIME, startTime)
Expand Down

0 comments on commit d5b1e4b

Please sign in to comment.