-
Notifications
You must be signed in to change notification settings - Fork 22
akka-http integration #9
Comments
What are you missing? |
I need to be able to run the prometheus endpoint on the same port as of the host server not a different one. |
That is possible at the moment. Take a look here, that is there precisely to allow for these cases in which you want to just expose the Prometheus data through some different route/toolkit in your app. You will still have to create and add the Out of curiosity, on what are you planning to expose this? Play? Akka HTTP or some other? Maybe we should put up a example on how to do this. |
@ivantopo thanks for the pointer. I am using akka http server |
Hi, I am trying to do the same but there doesn't seem to be a way to do that without having to start the embedded server even if you are not using it ? When I add the configuration not to start the embedded server I am not getting any data from Is there a way to get data without have to start the server ? Many thanks |
I am interested in the same as @Camsteack |
@rpankajakshan why is this closed ? |
I am currently using
https://github.com/MonsantoCo/kamon-prometheus
which provides a way to integrate with akka-http. It will be nice to have the same feature in this module.
Regards
The text was updated successfully, but these errors were encountered: