{"id":16376435,"url":"https://github.com/rochdev/datadog-tracer-spec","last_synced_at":"2026-01-27T19:29:36.460Z","repository":{"id":82862998,"uuid":"88532658","full_name":"rochdev/datadog-tracer-spec","owner":"rochdev","description":"OpenTracing propagation specification for Datadog distributed tracing","archived":false,"fork":false,"pushed_at":"2017-04-19T22:45:20.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T07:44:51.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rochdev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-17T17:31:16.000Z","updated_at":"2017-04-23T06:18:38.000Z","dependencies_parsed_at":"2023-03-02T04:45:41.924Z","dependency_job_id":null,"html_url":"https://github.com/rochdev/datadog-tracer-spec","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/rochdev%2Fdatadog-tracer-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fdatadog-tracer-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fdatadog-tracer-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fdatadog-tracer-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rochdev","download_url":"https://codeload.github.com/rochdev/datadog-tracer-spec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970660,"owners_count":19727010,"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":[],"created_at":"2024-10-11T03:24:40.381Z","updated_at":"2026-01-27T19:29:31.440Z","avatar_url":"https://github.com/rochdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WIP] Datadog Tracer Specification\n\nOpenTracing propagation specification for Datadog distributed tracing. This specification was created to ensure that distributed tracing works properly across the different implementations in any programming language.\n\n## Propagation\n\n### Text Map\n\nText map propagation uses the following keys:\n\n* **dd-tracer-traceid**\n* **dd-tracer-spanid**\n* **dd-tracer-sampled**\n* **dd-baggage-{key}**\n\n### HTTP Headers\n\nSame as text map. Additionally, keys and values should be suitable according to [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2.4).\n\n### Binary\n\nBinary propagation is done using [Protocol Buffers Version 3](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec) in the following format:\n\n```protobuf\nsyntax = \"proto3\";\n\nmessage TracerState {\n  fixed64 trace_id = 1;\n  fixed64 span_id = 2;\n  bool    sampled = 3;\n  map\u003cstring, string\u003e baggage_items = 4;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochdev%2Fdatadog-tracer-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochdev%2Fdatadog-tracer-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochdev%2Fdatadog-tracer-spec/lists"}