HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mehdig10

no profile record

Submissions

Show HN: Pull, Replay or Inspect any webhook event

github.com
2 points·by mehdig10·hace 6 meses·0 comments

Show HN: Basehook – consume, inspect or replay any webhook event

github.com
2 points·by mehdig10·hace 6 meses·0 comments

[untitled]

1 points·by mehdig10·hace 6 meses·0 comments

Show HN: Basehook – Webhook management system built on Postgres

github.com
1 points·by mehdig10·hace 6 meses·4 comments

Show HN: LLM-powered data extraction from messy spreadsheets

github.com
1 points·by mehdig10·hace 7 meses·0 comments

Show HN: A Grafana you can share with anyone

github.com
1 points·by mehdig10·hace 7 meses·0 comments

Show HN: I built a Grafana your support team can use

github.com
1 points·by mehdig10·hace 7 meses·0 comments

Show HN: Dashfrog – Customer-scoped observability for B2B SaaS

github.com
1 points·by mehdig10·hace 7 meses·0 comments

Ask HN: How do you expose telemetry data to non-tech?

10 points·by mehdig10·hace 10 meses·6 comments

comments

mehdig10
·hace 6 meses·discuss
Thanks !

Since we're storing events in an intermediate collection and you consume them at your own rate, there is actually no need for this. They will just pile up until you can consume them
mehdig10
·hace 6 meses·discuss
Well yeah for a simple queue where messages live in memory and disappear once consumed there are plenty of technologies that work (rabbitmq, redis...). Here is the goal is not to just build a queue but rather have something persisted where you can inspect payload and replay even days after the original even was sent
mehdig10
·hace 10 meses·discuss
yeah promql is a nightmare... don't know if datadog's better at that
mehdig10
·hace 10 meses·discuss
yeah but in my experience it's either the information is very shallow (like status page) or too technical (like traces). i feel like non engineering parts of the org still want to have a view of what's slow, what's fast, how much data we ingested and things like that