Skip to content

marioskogias/docker-lttng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-lttng

Dockerfiles for setting up a docker container hosting lttng relayd and sending tracing information live to Zipkin.

Build image

In order to build the image:

cd deploy; ./build.sh

Deploy

In order to run the image:

cd deploy; ./deploy.sh

In order to run the image you should configure the ip and the port that the Zipkin collector can be found. To do that set the server and the port number in deploy/params/zipkin.conf before deploying the image.

The container exports ports 5342, 5343 and 5344 to the host machine.

So in order to live trace just create an lttng-live session with a net:// parameter pointing at the ip of the host machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages