manukall

manukall

PryIn - Performance Monitoring built with and for Elixir and Phoenix

PryIn is the first performance monitoring platform built with and for Elixir and Phoenix - and it’s public now.

PryIn gives you performance metrics about your Phoenix controllers, channels and views, as well as Ecto queries.

With Elixir in mind from the beginning, PryIn also allows you to monitor your BEAM resources.
Get feedback about your application’s process count, scheduler usage, reductions count and a lot more.
See how much memory is used and for what (processes, binaries, atoms, …).

It’s also possible (and easy) to instrument custom functions and include them in your traces.
This allows monitoring the impact of outgoing API requests or Elasticseach queries for example.

To trace non-standard interactions like background jobs, custom tracing functionality is provided.
Just wrap those interactions in two function calls and get both aggregated and detailed data.

To reward early adopters, the free trial period is extended to 60 days for those signing up before July.
So hurry and check it out :slight_smile:

Most Liked

kseg

kseg

manukall

manukall

@kseg Pretty late reply, I know, but PryIn lets you decide which percentile you want to look at now: https://blog.pryin.io/why-pryin-lets-you-choose-percentiles-and-what-alerts-have-to-do-with-that/

manukall

manukall

PryIn now supports GenServer instrumentation:

https://blog.pryin.io/monitoring-gen-servers-with-pryin/

Where Next?

Popular in Discussions Top

Rustixir
Hi everyone, im working on find best language/framework/system for high concurrency, high performance and stable performance after wor...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
ricklove
I was just introduced to Elixir and Phoenix. I was told about the 2 million websocket test that was done 2 years ago. From my research, t...
New
lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 14049 124
New
lorenzo
Hey everone! I created a prototype for my app using Nodejs for the api. But the framework I chose wasnt great (in general theresnt any g...
New
Crowdhailer
I’ve been hearing much about the new formatter and it’s something I have been keen to try. I find examples buy far the most illuminating...
248 19365 150
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
PragTob
Hey everyone, this has been brewing in my head some time and it came up again while reading Adopting Elixir. GenServers, supervisors et...
New
Qqwy
I would like to spark a discussion about the static access operator: .. For whom does not know: it is used in Elixir to access fields of...
New
opsb
We’re considering our architecture from a viewpoint of scaling our traffic heavily over the next 6 months. Our current deployment is runn...
New

Other popular topics Top

sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New
boundedvariable
I am going through the kafka architecture. All the features what the kafka is providing are already in Erlang. I would like hear your opi...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New

We're in Beta

About us Mission Statement