Replies: 3 comments
-
Hi @nevesing
yes, you can easily change the Prometheus port by setting the
The Boomerang which is provided by the EUM server is located in its JAR file and there is currently no way to replace it (only you modify the JAR file). Anyway, we just included Boomerang for convenience, so you don't have to host one by yourself. If you have a custom one, you have to host it by yourself.
No. Unfortunately, there isn't currently an out-of-the-box option for this. |
Beta Was this translation helpful? Give feedback.
-
I had to slightly modify the java argument:
Regarding hosting boomerang.js via inspectIT, can I manually build the EUM source by changing the boomerang.js file? Just want to know the feasibility. |
Beta Was this translation helpful? Give feedback.
-
Thanks for making this project and it is very easy to implement the EUM server. My current challenge is that I wanted to implement boomerang.js in multiple applications (say 50) and collect metrics from 5 different plugins. If all the metrics from 50 applications are exposed to same prometheus exporter (port 8088), I am not sure how to play around with the output. Also I need to update the config YAML for every metric. It is good to have simple JSON exporter to write to disk. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to use the EUM component only and I am able to successfully see the beacon metrics in prometheus endpoint(8888). My questions are:
Startup command:
java -Dserver.port=7000 -jar=/Data/poc/inspectit-ocelot-eum-server-1.3.jar
Beacon URL: https://myhost:7000/beacon
Beta Was this translation helpful? Give feedback.
All reactions