forked from livepeer/go-livepeer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
monitor: Create realtime ratio histogram metric (livepeer#1989)
* monitor: Create realtime ratio histogram metric This will allow for simpler queries to be performed to evaluate our transcoding performance. Using Prometheus' histogram_quantile() [1] function, we can actually plot and alert on a concrete p99 value for the transcoding realtime ratio. [1] https://prometheus.io/docs/prometheus/latest/querying/functions/#histogram_quantile * monitor: Add some additional histogram buckets * Update monitor/census.go Co-authored-by: Yondon Fu <[email protected]> * Update monitor/census.go Co-authored-by: Yondon Fu <[email protected]> * Update CHANGELOG_PENDING Co-authored-by: Yondon Fu <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters