Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmix
326 days ago
I wonder what production monitoring is like for that. Does Elixir have a good monitoring platform like NewRelic for tracking the state of these processes?
1 comments
lknuth
326 days ago
Elixir has OpenTelemetry bindings which integrate into most of these platforms. At work, we use DataDog.
link