Skip to content
Commit 72a123dd authored by Javier Marcet's avatar Javier Marcet
Browse files

movistar_u7d.py: since we are taking measure of latencies, expose


them as Prometheus /metrics, segregated by channel and whether live
or catchup streams. This will be great to analyze stream response
times, for example with:

 sanic_request_latency_sec_sum{method='catchup'}/sanic_request_latency_sec_count{method='catchup'}

&

 sanic_request_latency_sec_sum{method='live'}/sanic_request_latency_sec_count{method='live'}

Signed-off-by: default avatarJavier Marcet <javier@marcet.info>
parent 1ca3f831
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment