grafana / opentelemetry-trace-sampling-blogpost

Repository to go with the OpenTelemetry trace blogpost
9 stars 1 forks source link

opentelemetry-trace-sampling-blogpost

This is a repository which acts as a companion to the Grafana blog post on Grafana Agent's tail sampling functionality. Please see that blog post for details on using this repository.

The repository includes:

Running

Ensure you have both Docker and Docker Compose installed, and then in a terminal simply run:

docker-compose up

This will stand up all the required components and allow you to login to the local Grafana instance at http://localhost:3000/.

If you already have something running on port 3000, ensure that you change the relevant port in the docker-compose.yml file first to a free port.