{"id":13413702,"url":"https://github.com/jaegertracing/jaeger","last_synced_at":"2026-02-06T21:02:21.010Z","repository":{"id":37385150,"uuid":"56342508","full_name":"jaegertracing/jaeger","owner":"jaegertracing","description":"CNCF Jaeger, a Distributed Tracing Platform","archived":false,"fork":false,"pushed_at":"2025-05-05T00:07:07.000Z","size":32949,"stargazers_count":21279,"open_issues_count":293,"forks_count":2558,"subscribers_count":321,"default_branch":"main","last_synced_at":"2025-05-05T09:58:07.129Z","etag":null,"topics":["cncf","distributed-tracing","hacktoberfest","jaeger","observability","opentelemetry","tracing"],"latest_commit_sha":null,"homepage":"https://www.jaegertracing.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaegertracing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":"THREAT-MODEL.md","audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY-INSIGHTS.yml","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-15T18:49:02.000Z","updated_at":"2025-05-05T09:01:59.000Z","dependencies_parsed_at":"2023-10-31T00:33:20.440Z","dependency_job_id":"7796b195-f74e-4c59-be14-a44d06d55781","html_url":"https://github.com/jaegertracing/jaeger","commit_stats":{"total_commits":3203,"total_committers":380,"mean_commits":8.428947368421053,"dds":0.7798938495160787,"last_synced_commit":"15a83a7fba718fd95f71f5800e5a75393b0fdff2"},"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaegertracing%2Fjaeger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaegertracing%2Fjaeger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaegertracing%2Fjaeger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaegertracing%2Fjaeger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaegertracing","download_url":"https://codeload.github.com/jaegertracing/jaeger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252486821,"owners_count":21755832,"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":["cncf","distributed-tracing","hacktoberfest","jaeger","observability","opentelemetry","tracing"],"created_at":"2024-07-30T20:01:46.838Z","updated_at":"2026-02-06T21:02:21.001Z","avatar_url":"https://github.com/jaegertracing.png","language":"Go","funding_links":[],"categories":["Go","开源类库","Misc","Performance","Monitor","Infrastructure","Continuous Monitoring","APM","Observability","Go (134)","微服务生态","Networking, Distributed, Microservices \u0026 Cloud - Tools \u0026 Services","hacktoberfest","Open source library","Tracing","Components","Distributed Systems","语言资源库","其他__大数据","Tracing \u0026 metrics","Tracing \u0026 Profiling","Database","observability","性能","Analytics \u0026 Monitoring","数据库","Go语言包管理","Relational Databases","Tooling— Observability and Cost Optimization"],"sub_categories":["监控告警","HTTP Clients","Observability","Container Orchestration","康威定律","Distributed Tracing","Monitoring","Storage","go","网络服务_其他","Advanced Console UIs","HTTP客户端","ORM","OpenGL","Streaming Operations"],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)\n\n\u003cimg align=\"right\" width=\"290\" height=\"290\" src=\"https://www.jaegertracing.io/img/jaeger-vector.svg\"\u003e\n\n[![Slack chat][slack-img]](#get-in-touch)\n[![Unit Tests][ci-img]][ci]\n[![Coverage Status][cov-img]][cov]\n[![Project+Community stats][community-badge]][community-stats]\n[![FOSSA Status][fossa-img]][fossa]\n[![OpenSSF Scorecard][openssf-img]][openssf]\n[![OpenSSF Best Practices][openssf-bp-img]][openssf-bp] \n[![CLOMonitor][clomonitor-img]][clomonitor]\n[![Artifact Hub][artifacthub-img]][artifacthub]\n\n\u003cimg src=\"https://raw.githubusercontent.com/cncf/artwork/main/other/cncf-member/graduated/color/cncf-graduated-color.svg\" width=\"250\"\u003e\n\n# Jaeger - a Distributed Tracing System\n\n💥💥💥 Jaeger v2 is out! Read the [blog post](https://medium.com/jaegertracing/jaeger-v2-released-09a6033d1b10) and [try it out](https://www.jaegertracing.io/docs/latest/getting-started/).\n\n## Quick Start\n\nGet Jaeger running in seconds with Docker:\n\n```bash\n# Run Jaeger all-in-one (includes UI, collector, query, and in-memory storage)\ndocker run --rm --name jaeger \\\n  -p 16686:16686 \\\n  -p 4317:4317 \\\n  -p 4318:4318 \\\n  jaegertracing/jaeger:latest\n\n# Access the UI at http://localhost:16686\n# Send traces via OTLP: gRPC on port 4317, HTTP on port 4318\n```\n\nFor production deployments and more options, see the [Getting Started Guide](https://www.jaegertracing.io/docs/latest/getting-started/).\n\n## Architecture\n\n```mermaid\ngraph TD\n    SDK[\"OpenTelemetry SDK\"] --\u003e |HTTP or gRPC| COLLECTOR\n    COLLECTOR[\"Jaeger Collector\"] --\u003e STORE[Storage]\n    COLLECTOR --\u003e |gRPC| PLUGIN[Storage Plugin]\n    COLLECTOR --\u003e |gRPC/sampling| SDK\n    PLUGIN --\u003e STORE\n    QUERY[Jaeger Query Service] --\u003e STORE\n    QUERY --\u003e |gRPC| PLUGIN\n    UI[Jaeger UI] --\u003e |HTTP| QUERY\n    subgraph Application Host\n        subgraph User Application\n            SDK\n        end\n    end\n```\n\nJaeger is a distributed tracing platform created by [Uber Technologies](https://eng.uber.com/distributed-tracing/) and donated to [Cloud Native Computing Foundation](https://cncf.io).\n\nSee Jaeger [documentation][doc] for getting started, operational details, and other information.\n\nJaeger is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CNCF) as the 7th top-level project, graduated in October 2019. See the CNCF [Jaeger incubation announcement](https://www.cncf.io/blog/2017/09/13/cncf-hosts-jaeger/) and [Jaeger graduation announcement](https://www.cncf.io/announcement/2019/10/31/cloud-native-computing-foundation-announces-jaeger-graduation/).\n\n## Get Involved\n\nJaeger is an open source project with open governance. We welcome contributions from the community, and we would love your help to improve and extend the project. Here are [some ideas](https://www.jaegertracing.io/get-involved/) for how to get involved. Many of them do not even require any coding.\n\n## Version Compatibility Guarantees\n\nSince Jaeger uses many components from the [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector/) we try to maintain configuration compatibility between Jaeger releases. Occasionally, configuration options in Jaeger (or in Jaeger v1 CLI flags) can be deprecated due to usability improvements, new functionality, or changes in our dependencies.\nIn such situations, developers introducing the deprecation are required to follow [these guidelines](./CONTRIBUTING.md#deprecating-cli-flags).\n\nIn short, for a deprecated configuration option, you should expect to see the following message in the documentation or release notes:\n```\n(deprecated, will be removed after yyyy-mm-dd or in release vX.Y.Z, whichever is later)\n```\n\nA grace period of at least **3 months** or **two minor version bumps** (whichever is later) from the first release\ncontaining the deprecation notice will be provided before the deprecated configuration option _can_ be deleted.\n\nFor example, consider a scenario where v2.0.0 is released on 01-Sep-2024 containing a deprecation notice for a configuration option.\nThis configuration option will remain in a deprecated state until the later of 01-Dec-2024 or v2.2.0 where it _can_ be removed on or after either of those events.\nIt may remain deprecated for longer than the aforementioned grace period.\n\n## Go Version Compatibility Guarantees\n\nThe Jaeger project attempts to track the currently supported versions of Go, as [defined by the Go team](https://go.dev/doc/devel/release#policy).\nRemoving support for an unsupported Go version is not considered a breaking change.\n\nStarting with the release of Go 1.21, support for Go versions will be updated as follows:\n\n1. Soon after the release of a new Go minor version `N`, updates will be made to the build and tests steps to accommodate the latest Go minor version.\n2. Soon after the release of a new Go minor version `N`, support for Go version `N-2` will be removed and version `N-1` will become the minimum required version.\n\n## Related Repositories\n\n### Components\n\n * [UI](https://github.com/jaegertracing/jaeger-ui)\n * [Data model](https://github.com/jaegertracing/jaeger-idl)\n\n### Documentation\n\n  * Published: https://www.jaegertracing.io/docs/\n  * Source: https://github.com/jaegertracing/documentation\n\n## Building From Source\n\nSee [CONTRIBUTING](./CONTRIBUTING.md).\n\n## Contributing\n\nSee [CONTRIBUTING](./CONTRIBUTING.md).\n\nThanks to all the people who already contributed!\n\n\u003ca href=\"https://github.com/jaegertracing/jaeger/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=jaegertracing/jaeger\" /\u003e\n\u003c/a\u003e\n\n### Maintainers\n\nRules for becoming a maintainer are defined in the [GOVERNANCE](./GOVERNANCE.md) document.\nThe official maintainers of the Jaeger project are listed in the [MAINTAINERS](./MAINTAINERS.md) file.\nPlease use `@jaegertracing/jaeger-maintainers` to tag them on issues / PRs.\n\nSome repositories under [jaegertracing](https://github.com/jaegertracing) org have additional maintainers.\n\n## Project Status Meetings\n\nThe Jaeger maintainers and contributors meet regularly on a video call. Everyone is welcome to join, including end users. For meeting details, see https://www.jaegertracing.io/get-in-touch/.\n\n## Roadmap\n\nSee https://www.jaegertracing.io/docs/roadmap/\n\n## Get in Touch\n\nHave questions, suggestions, bug reports? Reach the project community via these channels:\n\n * [Slack chat room `#jaeger`][slack] (need to join [CNCF Slack][slack-join] for the first time)\n * [`jaeger-tracing` mail group](https://groups.google.com/forum/#!forum/jaeger-tracing)\n * GitHub [issues](https://github.com/jaegertracing/jaeger/issues) and [discussions](https://github.com/jaegertracing/jaeger/discussions)\n\n## Security\n\nThird-party security audits of Jaeger are available in https://github.com/jaegertracing/security-audits. Please see [Issue #1718](https://github.com/jaegertracing/jaeger/issues/1718) for the summary of available security mechanisms in Jaeger.\n\n## Adopters\n\nJaeger as a product consists of multiple components. We want to support different types of users,\nwhether they are only using our instrumentation libraries or full end to end Jaeger installation,\nwhether it runs in production or you use it to troubleshoot issues in development.\n\nPlease see [ADOPTERS.md](./ADOPTERS.md) for some of the organizations using Jaeger today.\nIf you would like to add your organization to the list, please comment on our\n[survey issue](https://github.com/jaegertracing/jaeger/issues/207).\n\n## Sponsors\n\nThe Jaeger project owes its success in open source largely to the Cloud Native Computing Foundation (CNCF), our primary supporter. We deeply appreciate their vital support.  Furthermore, we are grateful to Uber for their initial, project-launching donation, and for the continuous contributions of software and infrastructure from 1Password, Codecov.io, Dosu, GitHub, Google Analytics, Netlify, and Oracle Cloud Infrastructure. Thank you for your generous support.\n\n## License\n\nCopyright (c) The Jaeger Authors. [Apache 2.0 License](./LICENSE).\n\n[doc]: https://jaegertracing.io/docs/\n[ci-img]: https://github.com/jaegertracing/jaeger/actions/workflows/ci-unit-tests.yml/badge.svg?branch=main\n[ci]: https://github.com/jaegertracing/jaeger/actions/workflows/ci-unit-tests.yml?query=branch%3Amain\n[cov-img]: https://codecov.io/gh/jaegertracing/jaeger/branch/main/graph/badge.svg\n[cov]: https://codecov.io/gh/jaegertracing/jaeger/branch/main/\n[fossa-img]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjaegertracing%2Fjaeger.svg?type=shield\n[fossa]: https://app.fossa.io/projects/git%2Bgithub.com%2Fjaegertracing%2Fjaeger?ref=badge_shield\n[openssf-img]: https://api.securityscorecards.dev/projects/github.com/jaegertracing/jaeger/badge\n[openssf]: https://securityscorecards.dev/viewer/?uri=github.com/jaegertracing/jaeger\n[openssf-bp-img]: https://www.bestpractices.dev/projects/1273/badge\n[openssf-bp]: https://www.bestpractices.dev/projects/1273\n[clomonitor-img]: https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/jaeger/badge\n[clomonitor]: https://clomonitor.io/projects/cncf/jaeger\n[artifacthub-img]: https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jaegertracing\n[artifacthub]: https://artifacthub.io/packages/search?repo=jaegertracing\n\n\n[community-badge]: https://img.shields.io/badge/Project+Community-stats-blue.svg\n[community-stats]: https://all.devstats.cncf.io/d/54/project-health?orgId=1\u0026var-repogroup_name=Jaeger\n[hotrod-tutorial]: https://medium.com/jaegertracing/take-jaeger-for-a-hotrod-ride-233cf43e46c2\n[slack]: https://cloud-native.slack.com/archives/CGG7NFUJ3\n[slack-join]: https://slack.cncf.io\n[slack-img]: https://img.shields.io/badge/slack-join%20chat%20%E2%86%92-brightgreen?logo=slack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaegertracing%2Fjaeger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaegertracing%2Fjaeger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaegertracing%2Fjaeger/lists"}