{"id":19967308,"url":"https://github.com/ladicle/opencensus-and-jaeger","last_synced_at":"2026-05-13T09:37:48.248Z","repository":{"id":144965262,"uuid":"178126592","full_name":"Ladicle/opencensus-and-jaeger","owner":"Ladicle","description":"Sample application to integrate with tracing and logging.","archived":false,"fork":false,"pushed_at":"2019-04-03T02:18:12.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T08:43:04.529Z","etag":null,"topics":["jaeger","logging","observability","opencensus","tracing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/Ladicle.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":"2019-03-28T04:31:16.000Z","updated_at":"2019-04-03T11:51:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a2dd7e3-7e0e-40d9-98f5-af7aeb1e47a2","html_url":"https://github.com/Ladicle/opencensus-and-jaeger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fopencensus-and-jaeger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fopencensus-and-jaeger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fopencensus-and-jaeger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fopencensus-and-jaeger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ladicle","download_url":"https://codeload.github.com/Ladicle/opencensus-and-jaeger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241399525,"owners_count":19956915,"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","logging","observability","opencensus","tracing"],"created_at":"2024-11-13T02:41:02.169Z","updated_at":"2026-05-13T09:37:43.221Z","avatar_url":"https://github.com/Ladicle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opencensus-and-jaeger-Sample\n\nThe sample application to integrate with tracing and logging.\n\n![architecture overview](./overview.svg)\n\n## Getting Started\n\nThe simplest way to run a Jaeger is use the all-in-one image.  This\nimage also contains an agent but this demo does not used it. \n\n```bash\n$ docker run -d --name jaeger \\\n    -p 16686:16686 \\\n    -p 14268:14268 \\\n    jaegertracing/all-in-one:1.8\n```\n\n`main.go` is a simple HTTP server program and each process is traced\nby the OpenCensus client library.\n\n```bash\n$ go run main.go\n```\n\nLet's feed carrot and fish to the Gopher.\n\n```bash\n$ curl http://localhost:8080/carrot\nFinished eating\n\n$ curl http://localhost:8080/fish\nFinished eating\n```\n\nJaeger UI shows tracing results.  Which request is the longest? To\nclick the Span shows the detail.\n\n```bash\n$ open http://localhost:16686/search\n```\n\n\u003e Gopher hates fish so it is slow to eat.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladicle%2Fopencensus-and-jaeger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladicle%2Fopencensus-and-jaeger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladicle%2Fopencensus-and-jaeger/lists"}