You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
You can also go to [`membrane_videoroom`](https://github.com/membraneframework/membrane_videoroom) or [`membrane_telemetry_metrics`](https://github.com/membraneframework/membrane_telemetry_metrics) docs for more examples.
73
+
You can also go to [`membrane_videoroom`](https://github.com/membraneframework/membrane_videoroom) or [`membrane_telemetry_metrics`](https://github.com/membraneframework/membrane_telemetry_metrics) docs for more examples.
Copy file name to clipboardexpand all lines: lib/membrane_rtc_engine/metrics.ex
+8-35
Original file line number
Diff line number
Diff line change
@@ -1,48 +1,21 @@
1
1
defmoduleMembrane.RTC.Engine.Metricsdo
2
2
@moduledoc"""
3
3
Defines list of metrics, that Reporter instance can aggregate by listening on events emitted in RTC Engine.
4
-
Suggested Reporter implementation is `Membrane.TelemetryMetrics.Reporter` from `membrane_telemetry_metrics`.
5
-
`Membrane.TelemetryMetrics.Reporter` started with metrics returned by `metrics/1` function will be able to generate reports, that matches type `Membrane.RTC.Engine.Metrics.rtc_engine_report()`
6
-
You can see usage example in (`membrane_videoroom`)[github.com/membraneframework/membrane_videoroom].
0 commit comments