{"id":24707340,"url":"https://github.com/vend/opendog","last_synced_at":"2025-10-09T09:31:23.774Z","repository":{"id":64631285,"uuid":"576585991","full_name":"vend/opendog","owner":"vend","description":"A hacky translation layer that converts Datadog traces into OpenTelemetry Protobufs for use with Jaeger All In One","archived":false,"fork":false,"pushed_at":"2023-04-06T04:39:03.000Z","size":303,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-31T09:33:02.366Z","etag":null,"topics":["datadog","datadog-apm","jaeger","jaegertracing","opentelemetry","opentelemetry-collector"],"latest_commit_sha":null,"homepage":"","language":"Go","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/vend.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":"2022-12-10T10:16:05.000Z","updated_at":"2024-09-30T08:14:27.000Z","dependencies_parsed_at":"2024-06-21T15:31:28.651Z","dependency_job_id":"19de3594-c3ce-4ee0-bee3-fcafcb761f53","html_url":"https://github.com/vend/opendog","commit_stats":null,"previous_names":["marcus-crane/opendog"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vend/opendog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vend%2Fopendog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vend%2Fopendog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vend%2Fopendog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vend%2Fopendog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vend","download_url":"https://codeload.github.com/vend/opendog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vend%2Fopendog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001135,"owners_count":26083022,"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-10-09T02:00:07.460Z","response_time":59,"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":["datadog","datadog-apm","jaeger","jaegertracing","opentelemetry","opentelemetry-collector"],"created_at":"2025-01-27T06:16:21.381Z","updated_at":"2025-10-09T09:31:23.398Z","avatar_url":"https://github.com/vend.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Opendog\n\nA hacky translation layer that converts Datadog traces into OpenTelemetry Protobufs for use with Jaegar\n\nIt's not perfect and there is a bunch of stuff to be implemented and tidied up but it's good enough to pipe Datadog traces locally into [Jaegar All In One](https://www.jaegertracing.io/docs/1.39/getting-started/#all-in-one)\n\n## Usage\n\n```console\n$ go run .\n2022/12/10 23:01:45 Opendog is listening on 127.0.0.1:8126\n2022/12/10 23:01:46 Succesfully converted and forwarded 2 spans\n2022/12/10 23:01:46 Succesfully converted and forwarded 2 spans\n```\n\nYour Datadog APM client will automatically connect if it is running on localhost.\n\nIf you'd like to point a container at it using Docker, you can set the following environment variable against your container:\n* Windows/macOS: `DD_AGENT_HOST=host.docker.internal`\n* Linux: `DD_AGENT_HOST=172.17.0.1`\n\nEventually it'll be packaged up properly, provide a docker container etc etc\n\n## Variables\n\nThere are two environment variables that can be used for configuring Opendog\n\n| Name                | Default Value                   | Notes                                                                                                              |\n| ------------------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------ |\n| `COLLECTOR_ADDRESS` | http://localhost:4318/v1/traces | The address to send gRPC payloads to. In this case, 4318 is the OTel endpoint used by Jaeger.                      |\n| `PORT`              | 8126                            | The address to receive traces on. In this case, 8126 is the default traces port for the Datadog agent (aka statsd) |\n\n## Example of Datadog traces piped into Jaegar\n\n![](./docs/example.png)\n\n## Running Jaegar All In One\n\nA reminder to myself because I'm going to forget\n\n```console\n$ docker run -d --name jaeger \\\n  -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \\\n  -e COLLECTOR_OTLP_ENABLED=true \\\n  -p 6831:6831/udp \\\n  -p 6832:6832/udp \\\n  -p 5778:5778 \\\n  -p 16686:16686 \\\n  -p 4317:4317 \\\n  -p 4318:4318 \\\n  -p 14250:14250 \\\n  -p 14268:14268 \\\n  -p 14269:14269 \\\n  -p 9411:9411 \\\n  jaegertracing/all-in-one:1.39\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvend%2Fopendog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvend%2Fopendog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvend%2Fopendog/lists"}