{"id":21031546,"url":"https://github.com/slaveofcode/jaeger-multi-app-tracking-example","last_synced_at":"2025-07-21T11:36:59.480Z","repository":{"id":92795099,"uuid":"302572169","full_name":"slaveofcode/jaeger-multi-app-tracking-example","owner":"slaveofcode","description":"An example implementation of multi-application tracking with jaeger tracing","archived":false,"fork":false,"pushed_at":"2020-11-11T03:53:52.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T08:33:03.054Z","etag":null,"topics":["jaeger","jaeger-go","jaeger-node","jaegertracing","microservices","microservices-architecture","nodejs","opentracing","traces"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slaveofcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-09T07:54:30.000Z","updated_at":"2020-11-11T03:53:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e637885-c076-4e0e-8df0-e71e95be5d75","html_url":"https://github.com/slaveofcode/jaeger-multi-app-tracking-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slaveofcode/jaeger-multi-app-tracking-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fjaeger-multi-app-tracking-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fjaeger-multi-app-tracking-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fjaeger-multi-app-tracking-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fjaeger-multi-app-tracking-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slaveofcode","download_url":"https://codeload.github.com/slaveofcode/jaeger-multi-app-tracking-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fjaeger-multi-app-tracking-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266292737,"owners_count":23906571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jaeger","jaeger-go","jaeger-node","jaegertracing","microservices","microservices-architecture","nodejs","opentracing","traces"],"created_at":"2024-11-19T12:29:13.336Z","updated_at":"2025-07-21T11:36:59.453Z","avatar_url":"https://github.com/slaveofcode.png","language":"JavaScript","readme":"# Jaeger Multi App Tracking Example 📊 \nExample implementation of multi application tracking with jaeger tracing.\n\nThis project has 3 different applications, \n\n1. `api-a`, is simple NodeJs app called **Service A**\n2. `api-b`, is simple NodeJs app called **Service B**\n3. `api-c`, is simple Golang app called **Service C** \n\nIn operation, the **Service A** is depends on **Service B** and **C**, mimicking microservices architecture, so then you'll get the idea about how opentracing works in practice using Jaeger as a backend.\n\n### How to Start\n1. Make sure your environment already setup for NodeJs and Go (with go module support)\n2. Clone this repository `git clone --depth=1 git@github.com:slaveofcode/jaeger-multi-app-tracking-example.git`\n3. Start **Service A** by go to `api-a` directory and run command `npm start`, the same steps applied to **Service B** on `api-b`\n4. Start **Service C** by go to `api-c` directory and run command `go run server.go`\n5. Run the Jaeger `jaeger-all-in-one` binary, to start agent, collector and query server just from that single binary, or you can using its **Docker** image as [described here](https://www.jaegertracing.io/docs/1.18/getting-started/).\n6. Start making some requests by hitting [http://localhost:8110/api/users](http://localhost:8110/api/users) and [http://localhost:8110/api/users/1](http://localhost:8110/api/users/1)\n7. Visit **Jaeger UI** at [http://localhost:16686](http://localhost:16686) and select **Service A** on the Filter Search box to see some traces.\n\n### LICENSE\n\nMIT License\n\nCopyright (c) 2020 Aditya Kresna\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fjaeger-multi-app-tracking-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslaveofcode%2Fjaeger-multi-app-tracking-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fjaeger-multi-app-tracking-example/lists"}