{"id":33178949,"url":"https://github.com/yammer/telemetry","last_synced_at":"2025-11-20T21:03:01.351Z","repository":{"id":9650068,"uuid":"11585818","full_name":"yammer/telemetry","owner":"yammer","description":"A dapper-like substance in Java.","archived":false,"fork":false,"pushed_at":"2014-06-26T20:36:58.000Z","size":990,"stargazers_count":19,"open_issues_count":1,"forks_count":7,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-07-06T17:49:48.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/yammer.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}},"created_at":"2013-07-22T16:06:12.000Z","updated_at":"2024-09-11T06:23:21.000Z","dependencies_parsed_at":"2022-09-10T13:50:49.126Z","dependency_job_id":null,"html_url":"https://github.com/yammer/telemetry","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yammer/telemetry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yammer%2Ftelemetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yammer%2Ftelemetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yammer%2Ftelemetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yammer%2Ftelemetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yammer","download_url":"https://codeload.github.com/yammer/telemetry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yammer%2Ftelemetry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285511775,"owners_count":27184237,"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-11-20T02:00:05.334Z","response_time":54,"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-11-16T03:00:36.816Z","updated_at":"2025-11-20T21:03:01.340Z","avatar_url":"https://github.com/yammer.png","language":"Java","funding_links":[],"categories":["分布式跟踪"],"sub_categories":[],"readme":"# Telemetry [![Build Status](https://travis-ci.org/yammer/telemetry.png)](https://travis-ci.org/yammer/telemetry)\n\nMake your app talk…and talk…and talk. Inspired by Google's [Dapper](http://research.google.com/pubs/pub36356.html).\n\nHere is a sample trace view generated by the\n[TracingBundle](telemetry-dropwizard/src/main/java/com/yammer/telemetry/dropwizard/TracingBundle.java) of the\nexecution of the [TracedResource](telemetry-example/src/main/java/com/yammer/telemetry/example/resources/TracedResource.java) in the telemetry-example application.\n\n![Sample Span](/telemetry-service/screenshot.png \"Sample Span View\")\n\n## IDs\n\nTrace and span IDs will be expressed as 64-bit and 32-bit longs respectively.\n\n## Trace/Span Passing\n\nIn order to trace across hosts trace ID and span ID information must be passed from one host to the next.\n\n### Over HTTP\n\nClients will pass the current trace ID and the current span ID to downstream services via HTTP request headers:\n\n    X-Telemetry-TraceId: {current trace ID}\n    X-Telemetry-SpanId: {current span ID}\n    X-Telemetry-Parent-SpanId: {parent span ID, may be absent if this is the root span}\n\n## Notes\n\n   * Under heavy development - stuff **will** change\n   * Telemetry-Service has been deprecated for now to concentrate on instrumentation and trace recording\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyammer%2Ftelemetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyammer%2Ftelemetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyammer%2Ftelemetry/lists"}