{"id":17910825,"url":"https://github.com/dgzlopes/kicktrace","last_synced_at":"2026-05-09T05:33:19.189Z","repository":{"id":122628760,"uuid":"402491009","full_name":"dgzlopes/kicktrace","owner":"dgzlopes","description":"Kickstart a trace using OpenTelemetry","archived":false,"fork":false,"pushed_at":"2021-09-02T16:42:29.000Z","size":1288,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-08T12:35:12.992Z","etag":null,"topics":["aws","go","jaeger","opentelemetry","opentracing","zipkin"],"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/dgzlopes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-09-02T16:33:05.000Z","updated_at":"2021-11-12T17:26:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"a60c2f5f-0134-4721-8c32-8a309eb8bb9f","html_url":"https://github.com/dgzlopes/kicktrace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dgzlopes/kicktrace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgzlopes%2Fkicktrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgzlopes%2Fkicktrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgzlopes%2Fkicktrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgzlopes%2Fkicktrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgzlopes","download_url":"https://codeload.github.com/dgzlopes/kicktrace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgzlopes%2Fkicktrace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["aws","go","jaeger","opentelemetry","opentracing","zipkin"],"created_at":"2024-10-28T19:34:47.853Z","updated_at":"2026-05-09T05:33:19.161Z","avatar_url":"https://github.com/dgzlopes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kicktrace\n\n## HTTP\n\n\n\n### w3c\nDocs: https://www.w3.org/TR/baggage/#baggage-http-header-format\n```\n\u003e go run main.go w3c https://test-api.k6.io\n200 OK d439ca925f7d893bdda5db9ad41bfb11 73.151µs 443.248791ms\nmap[Traceparent:[00-d439ca925f7d893bdda5db9ad41bfb11-f591e7677390360d-01]]\n```\n\n### b3\nDocs: https://github.com/openzipkin/b3-propagation\n```\n\u003e go run main.go b3 https://test-api.k6.io\n200 OK e5b44267e75bee7ba6c06a8a3c579980 70.961µs 473.51734ms\nmap[B3:[e5b44267e75bee7ba6c06a8a3c579980-bf809131175202b9-1]]\n```\n\n### jaeger\nDocs: https://www.jaegertracing.io/docs/1.25/client-libraries/#propagation-format\n```\n\u003e go run main.go jaeger https://test-api.k6.io\n200 OK 78b51b4da5d18829b9bf576eb0f84ef0 44.451µs 505.419301ms\nmap[Uber-Trace-Id:[78b51b4da5d18829b9bf576eb0f84ef0:77198b3f71edfd17:0:1]]\n```\n\n### ot\nDocs: https://opentracing.io/docs/overview/inject-extract/#required-carriers ??\n```\n\u003e go run main.go ot https://test-api.k6.io\n200 OK efc79732dac3928e28fc3191214f1696 43.931µs 442.294289ms\nmap[Ot-Tracer-Sampled:[1] Ot-Tracer-Spanid:[136b6ec28f79c086] Ot-Tracer-Traceid:[28fc3191214f1696]]\n```\n\n### aws/xray\nDocs: ??\n```\n\u003e go run main.go aws https://test-api.k6.io\n200 OK c16a81d38aed9f4954462694fb2d78ea 62.271µs 474.730791ms\nmap[X-Amzn-Trace-Id:[Root=1-c16a81d3-8aed9f4954462694fb2d78ea;Parent=b60eb5867ab03835;Sampled=1]]\n```\n\n## gRPC\n\nneeds reseach -\u003e https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/google.golang.org/grpc/otelgrpc","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgzlopes%2Fkicktrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgzlopes%2Fkicktrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgzlopes%2Fkicktrace/lists"}