© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is a Sample to show IRIS and Jaeger for tracing
Create your repository from template.
Clone/git pull the repo into any local directory e.g. like it is shown below (here I show all the examples related to this repository, but I assume you have your own derived from the template):
$ git clone https://github.com/yurimarx/iris-telemetry-sample.git
Open the terminal in this directory and run:
$ docker-compose up -d --build
USER>do ##class(dc.Sample.Person).AddTestData(10)
This will create 10 random records in dc.Sample.Person class.
Open http://localhost:52773/swagger-ui/index.html and execute the endpoint /persons/all
Go to Jaeger on http://localhost:16686/search
Select Get.All.Persons on Service field and click Find Traces
Click on the trace found to see the details