Glad to see another option! Good luck on making this work.
Before I even dive into it, I would recommend that agent start should be automatic if the package is included. In the same way that Kadira makes that currently.
Glad to see another option! Good luck on making this work.
Before I even dive into it, I would recommend that agent start should be automatic if the package is included. In the same way that Kadira makes that currently.
Thanks you for this idea, I am planning to do this after I complete the main part (features, bug fixes, etc.)
Good stuff. A few questions:
Hi, thanks for your good questions:
Now I am working to fully copy the main Kadira functions and metrics, but the development is going slow. Soo please be patient I will release the first production version as soon as possible.
Hmm - but the data is being generated on the server where the application runs, doesn’t it? I thought it can be easy to just store it in a database and then build some kind of UI to visualize it.
That’s great that you’re working on that @kschingiz. You should also check out Monti APM which is being actively developed.
One thing that would be really cool to work into your design of your agent from the start would be the idea of different providers. So maybe the existing Kadira server could be one, your new solution with Elastic could be another and then others could come along and add theirs in the future. It would be really useful if it could send different data to different providers too, so maybe client errors to Sentry and server errors and performance metrics to Elastic.
@marklynch That’s a great idea, I was doing something like you mean in other repository
It supports multiple senders, can be easily extended to support new one, my example was with graphite apm
But the project was abandoned, because I want to complete with elastic apm.
Maybe I will do something you said in future versions.
That’s great that we have MontiAPM based on Kadira, but I want these kind of tools in open source world.
I don’t understand you, you mean to build some new custom UI that will visualize the saved data? Why do we need this? It will be easier to take some open source APM server and integrate it with meteor app.
Great to see alternatives rising up. Will definitely follow your work. Since the ELK stack is a quite common setup I like the idea of building on top of those tools!
I have added new features:
TODO:
Thanks a lot for your work put down here.
I would very much like to replace my Kadira installation with the elastic-stack just because it’s monitoring support seems to be so much more flexible when it comes to other things than Meteor itself.
I know you’ve listed what this package monitors, but could you also provide a list (or a todo-list) of features Kadira has but this stack does not support as of now?
Btw. I like the fact you added http-request monitoring. Something which is a reason for me to switch right away.
Thanks a lot for your feedback. I am now testing this package in my test projects, when I will be sure that it’s production ready I will release it with detailed documentation and comparison with Kadira.
For now I can say that:
HTTP.call
. My package monitors ALL outcoming requetsI can’t do 1. and 2. because I don’t know yet how to show transactions in convenient time-series graph (Not a priority now, I will ask Elastic how to do this in future)
I will be happy if you help with testing and give me a feedback of how it works with your project. As I said before: Let’s make better APM together.
Thanks!
Yes, I have seen this topic. Thanks for the reference. I will learn the source code and adapt its improvements to my package later. Now I am thinking just to release the production ready package
Thank you for your work, I’ll follow it!
I just added how to install apm-server with meteor up, I’ll add later full tutorial to install ELK stake and connect meteor APM & Logs
That’s great Thanks for your help! I think we are ready to release it as a production ready, because I didn’t have any exceptions or errors in my test projects. Tomorrow I will publish test projects if you want to try it.
Hi there! I have developed the very simple demo application:
You are welcome to try and test it.
Thanks!
Just FYI I had written a NewRelic package for Meteor and we’re poised to switch to Elastic APM due to the NR subscription costs, so it’s likely I’ll be able to help soon on this project.
That’s great to hear! Let’s make the better APM together!