{"id":34629127,"url":"https://github.com/esd-projects/tracing-plugin","last_synced_at":"2026-01-20T16:43:22.103Z","repository":{"id":56979230,"uuid":"189969575","full_name":"esd-projects/tracing-plugin","owner":"esd-projects","description":"opentracing jaeger","archived":false,"fork":false,"pushed_at":"2019-06-13T01:20:57.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T14:56:31.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/esd-projects.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}},"created_at":"2019-06-03T08:54:13.000Z","updated_at":"2019-08-20T06:19:53.000Z","dependencies_parsed_at":"2022-08-21T10:50:14.223Z","dependency_job_id":null,"html_url":"https://github.com/esd-projects/tracing-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/esd-projects/tracing-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esd-projects%2Ftracing-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esd-projects%2Ftracing-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esd-projects%2Ftracing-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esd-projects%2Ftracing-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esd-projects","download_url":"https://codeload.github.com/esd-projects/tracing-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esd-projects%2Ftracing-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28004718,"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-12-24T02:00:07.193Z","response_time":83,"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":[],"created_at":"2025-12-24T16:33:24.345Z","updated_at":"2025-12-24T16:33:27.747Z","avatar_url":"https://github.com/esd-projects.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tracing-plugin\nopentracing jaeger\n\n链路追踪插件，提供链路追踪功能，结合jaegerUI或者zipkin提供链路追踪视图\n\n添加相应插件，其中RequestTracingPlugin为追踪请求的主要插件，DBTracingPlugin负责Redis，mysql的链路，HttpClientTracingPlugin负责saber，guzzle的链路，\nMethodTracingPlugin负责相关方法的链路。MethodTracingPlugin性能损耗最高，酌情使用。\n```\nclass Application extends GoApplication\n{\n    public function configure()\n    {\n        $this-\u003eaddPlug(new RequestTracingPlugin());\n        $this-\u003eaddPlug(new DBTracingPlugin());\n        $this-\u003eaddPlug(new MethodTracingPlugin());\n        $this-\u003eaddPlug(new HttpClientTracingPlugin());\n        parent::configure();\n    }\n}\n```\n\n另外通过saber实现的微服务调用也被支持。\n![](https://box.kancloud.cn/1a88ea9ec582ac89244201d2b4e21478_1833x927.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesd-projects%2Ftracing-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesd-projects%2Ftracing-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesd-projects%2Ftracing-plugin/lists"}