by RandomSort on 8/1/22, 7:35 AM with 2 comments
The stacks I've been able to find are either very tied to Prometheus, or tracing. I would like to emit more metrics semantically more close to the application. Examples: - Backlog size - Concurrent items being processed - Number of items in a specific state
So what are you running in your projects, where it would be overkill to run your own prometheus/grafana/influx/whatevs stack?
by pqvst on 8/1/22, 10:05 AM
https://pqvst.com/2021/06/22/hosted-monitoring-evaluating-in...
I also recently started using Logtail for one of my projects. They also have a good free-tier and it comes with a Grafana instance embedded, so that you can visualize metrics computed from your logs. Seems quite useful but haven't had a chance to really test it fully yet.
by uaas on 8/1/22, 9:54 AM