Re: CF integration with logger and monitoring tools
Daniel Mikusa
I think you're talking about two separate things here:
toggle quoted message
Show quoted text
If you create a user defined service and bind that to your application [1], the Java build pack should install the agent and configure it to monitor your application. That's the key here, it will monitor that *one* application. This will work very similar to if you ran your app locally with the wily agent installed. You can then repeat this process for any number of Java apps running on CF. When you're talking about collector & firehose, you're talking about ways to pull logs and metrics from the entire CF system, not just a single app. This is unrelated to what is supported through the Java build pack. I have no idea if Interscope is capable of doing this or if it would make sense to use it for this type of data gathering. Dan [1] - https://github.com/cloudfoundry/java-buildpack/blob/master/docs/framework-introscope_agent.md On Mon, Aug 17, 2015 at 7:40 AM, Swatz bosh <swatzron(a)gmail.com> wrote:
Thanks Gwenn. |
|