TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What metrics stack are you using for side projects

8 pointsby RandomSortalmost 3 years ago
After having worked with a nice metrics stack in my worklife. I feel kind of blind in my side projects. What are all y&#x27;all using for metrics and visualization for your side projects? I&#x27;d prefer a SaaS solution, and I&#x27;d love to be able to (easily): - Publish (time-series) metrics from my code - Create dashboards visualizing these metrics - (Optional) setup alerting on these metrics<p>The stacks I&#x27;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<p>So what are you running in your projects, where it would be overkill to run your own prometheus&#x2F;grafana&#x2F;influx&#x2F;whatevs stack?

2 comments

pqvstalmost 3 years ago
I&#x27;ve been using Grafana Cloud (free tier) for over a year now. Still very happy with it. I did a comparison with Influx Cloud:<p><a href="https:&#x2F;&#x2F;pqvst.com&#x2F;2021&#x2F;06&#x2F;22&#x2F;hosted-monitoring-evaluating-influx-and-grafana&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pqvst.com&#x2F;2021&#x2F;06&#x2F;22&#x2F;hosted-monitoring-evaluating-in...</a><p>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&#x27;t had a chance to really test it fully yet.
uaasalmost 3 years ago
The kube-prometheus-stack (helm chart) is pretty cheap to maintain. I have that plus selfhosting Loki. If you are looking for a similar setup, there’s Grafana Cloud with a generous free tier, but I haven’t tried that.