{"id":13713737,"url":"https://github.com/alex-leonhardt/go-trace-example","last_synced_at":"2025-08-01T03:13:02.348Z","repository":{"id":73622385,"uuid":"254928794","full_name":"alex-leonhardt/go-trace-example","owner":"alex-leonhardt","description":"Basic example apps instrumented w/ Jaeger tracing","archived":false,"fork":false,"pushed_at":"2020-04-11T18:21:39.000Z","size":233,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T19:39:17.411Z","etag":null,"topics":["app","basic","example","go","jaegertracing"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alex-leonhardt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-11T18:21:23.000Z","updated_at":"2023-12-18T18:23:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"33d55c49-5c8c-4b3c-a130-af2ac742191e","html_url":"https://github.com/alex-leonhardt/go-trace-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alex-leonhardt/go-trace-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-leonhardt%2Fgo-trace-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-leonhardt%2Fgo-trace-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-leonhardt%2Fgo-trace-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-leonhardt%2Fgo-trace-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex-leonhardt","download_url":"https://codeload.github.com/alex-leonhardt/go-trace-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-leonhardt%2Fgo-trace-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268162415,"owners_count":24205705,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["app","basic","example","go","jaegertracing"],"created_at":"2024-08-02T23:01:43.100Z","updated_at":"2025-08-01T03:13:02.271Z","avatar_url":"https://github.com/alex-leonhardt.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# go-trace-example\n\nExample apps to play with Jaeger tracing. The point really is/was to get a little understanding on what's required to get _something_ to work that propagates a trace from the initial entrypoint (app1) through to app2 and ensure they all line up at the end, ensure that errors are flagged, add baggage to log entries, etc.\n\n## app1\n\nEntrypoint is app1, accessed via http://localhost:8080\n\n- app1 will execute some internal function/s\n- app1 will call app2 on http://localhost:8181/\n\n## app2\n\nApp2 is accessed via http://localhost:8181\n\n- app2 executes some internal function/s and returns the result\n\n## curl / examples\n\nSend correlationID (`jaeger-debug-id`) and baggage `jaeger-baggage` with a request, these are later stored and available to filter traces by.\n\n```sh\ncurl -H \"jaeger-debug-id: some-correlation-id\" -H \"jaeger-baggage: key=value,key2=value2\" http://localhost:8080\n```\n\n## screenshots\n\n![traces](media/screenshot1.png \"traces\")\n\n![traces](media/screenshot2.png \"traces\")\n\n![traces](media/screenshot3.png \"traces\")\n\n![traces](media/screenshot4.png \"traces\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-leonhardt%2Fgo-trace-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex-leonhardt%2Fgo-trace-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-leonhardt%2Fgo-trace-example/lists"}