Skip to content

xebia-functional/ktor-opentelemetry-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3253946 · Nov 2, 2023

History

6 Commits
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Nov 2, 2023
Oct 26, 2023
Oct 26, 2023
Nov 2, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023

Repository files navigation

poc-metrics

This project is a example of how to use OpenTelemetry to collect metrics

How to run

Launch docker compose

$ cd docker
$ docker compose up -d

Execute the servers:

$ ./gradlew server-a:server
$ ./gradlew server-b:server

Once both servers are up and healthy, run the client:

$ ./gradlew :client:client

You can see the metrics on