Arjun RP

Results 4 issues of Arjun RP

Metrics exposed has duplicate label 'le'; hence, metrics cannot be imported to Prometheus. ``` rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.01"} 0.0 rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.025"} 0.0 rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.05"} 0.0 rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.1"} 0.0 ``` ### ENV ``` gem "prometheus-client", '~> 4.2.0'...

I am getting an exception while using `yabeda_prometheus` plugin in `config/puma.rb` error: ``` Puma caught this error: undefined method `registry' for Yabeda::Prometheus:Module (NoMethodError) /Users/arjun/x/vendor/cache/ruby/2.7.0/gems/yabeda-prometheus-0.9.0/lib/yabeda/prometheus/exporter.rb:53:in `initialize' /Users/arjun/x/vendor/cache/ruby/2.7.0/gems/rack-2.2.7/lib/rack/builder.rb:158:in `new' /Users/arjun/x/vendor/cache/ruby/2.7.0/gems/rack-2.2.7/lib/rack/builder.rb:158:in `block in...

Using label for identifying thumbnail track (other metadata tracks was creating issues), label should be `thumbs` use background-image instead of clip([deprecated](https://developer.mozilla.org/en-US/docs/Web/CSS/clip))

As per the docs, for authentication `nchan_authorize_request` is called and inside the location block `$server_port` and `$scheme` variables are empty. ``` #authentication block location ~ /auth/(\d+) { set $args $args&account_id=$1;...