Alex Gray

Results 4 comments of Alex Gray

No love: ``` UWSGI_EMBED_PLUGINS=stats_pusher_statsd pip install --no-cache-dir uwsgi uwsgi --plugin-list 2>&1| grep stats stats_pusher_socket stats_pusher_statsd find / | grep stats_pusher_statsd_plugin.so # File not found and when I try to run...

I don't know if this helps, but I got it working via these packages in my `requirements.txt`: ``` uWSGI==2.0.22 flask==2.3.2 ``` And this in my Dockerfile (I don't know if...

We got bit by this too. We have the following setup: CNAME->Public-ALB(cert termination)->Jenkins Instance. In Jenkins/Configure, the URL is the https public CNAME. But within the VPC, we can hit...

Quick Question: Is there an API to get Sentry to get stats per environment? If so, that could be a good workaround for people who need this data.