Most Liked
jakemorrison
We use Exometer for metrics, and Prometheus to collect them. We wrote this module to format metrics: GitHub - cogini/prometheus_exometer: Elixir library which adds Prometheus support to Erlang Exometer metrics library · GitHub
We host our own Prometheus instances, provisioned with Ansible. We use Grafana for graphs.
We use Elasticsearch / Logstash / Kibana for logs. We have found AWS Elasticsearch to be flaky and slow to release updated versions, so we generally run our own instances even in cloud hosted applications.
We send transaction logs via Kafka directly from Elixir, then do real time stream processing on them in Elixir and other tools. We are using brod directly, rather than one of the Elixir wrappers.
sneako
For metrics, I use exometer to gather erlang stats and some custom metrics, which are sent to statsd, and from there to datadog(SaaS), where I can visualize them. I’ve been quite happy with this setup but would still be interested to hear about other solutions in use around the forum.
shall3790
We use statix library sending data to telegraf… the results end up in Influx and Chronograf makes it super easy to visualize the metrics.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









