HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mehdig10

no profile record

投稿

Show HN: Pull, Replay or Inspect any webhook event

github.com
2 ポイント·投稿者 mehdig10·6 か月前·0 コメント

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

github.com
2 ポイント·投稿者 mehdig10·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 mehdig10·6 か月前·0 コメント

Show HN: Basehook – Webhook management system built on Postgres

github.com
1 ポイント·投稿者 mehdig10·6 か月前·4 コメント

Show HN: LLM-powered data extraction from messy spreadsheets

github.com
1 ポイント·投稿者 mehdig10·7 か月前·0 コメント

Show HN: A Grafana you can share with anyone

github.com
1 ポイント·投稿者 mehdig10·7 か月前·0 コメント

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

github.com
1 ポイント·投稿者 mehdig10·7 か月前·0 コメント

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

github.com
1 ポイント·投稿者 mehdig10·7 か月前·0 コメント

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

10 ポイント·投稿者 mehdig10·10 か月前·6 コメント

コメント

mehdig10
·6 か月前·議論
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
·6 か月前·議論
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
·10 か月前·議論
yeah promql is a nightmare... don't know if datadog's better at that
mehdig10
·10 か月前·議論
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