Skip to content

Commit

Permalink
Some metrics protocol changes (#806)
Browse files Browse the repository at this point in the history
* Some metrics protocol changes

- Add an envelope time stamp. That should be timestamp when the packet
  is actually sent.
- Remove `start_timestamp`/`end_timestamp` from `TimeseriesMetric` as it
  is not clear how it will be used. Can add later if needed.

* generated protobuf

* change comment

* generated protobuf

* comments

* generated protobuf

* clean up

* generated protobuf

* comment to mention absolute time

* generated protobuf

* adding server normalized timestamps

* generated protobuf

* comment

* generated protobuf

* comments

* generated protobuf

* Changeset

* remove incorrect changeset

* try again

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
boks1971 and github-actions[bot] committed Sep 13, 2024
1 parent 8163db1 commit fa6619c
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 145 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-carrots-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"github.com/livekit/protocol": patch
"@livekit/protocol": patch
---

Metrics server side timestamp
Loading

0 comments on commit fa6619c

Please sign in to comment.