{"id":21323942,"url":"https://github.com/byteshiva/zipkin-transport-http","last_synced_at":"2025-03-15T23:19:49.189Z","repository":{"id":48942380,"uuid":"69559463","full_name":"byteshiva/zipkin-transport-http","owner":"byteshiva","description":"es5 version for zipkin transport http","archived":false,"fork":false,"pushed_at":"2023-12-15T02:51:21.000Z","size":9,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T12:12:48.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/byteshiva.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":"2016-09-29T11:03:05.000Z","updated_at":"2024-12-11T03:03:37.000Z","dependencies_parsed_at":"2024-11-21T20:39:08.476Z","dependency_job_id":null,"html_url":"https://github.com/byteshiva/zipkin-transport-http","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/byteshiva%2Fzipkin-transport-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteshiva%2Fzipkin-transport-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteshiva%2Fzipkin-transport-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteshiva%2Fzipkin-transport-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteshiva","download_url":"https://codeload.github.com/byteshiva/zipkin-transport-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243802215,"owners_count":20350202,"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-11-21T20:27:57.779Z","updated_at":"2025-03-15T23:19:49.171Z","avatar_url":"https://github.com/byteshiva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zipkin-transport-http\nThis is a module that sends Zipkin trace data to a configurable HTTP endpoint.\n\n## Usage:\n\n`npm install zipkin-transport-http --save`\n\n```javascript\nconst {Tracer, BatchRecorder} = require('zipkin');\nconst {HttpLogger} = require('zipkin-transport-http');\n\nconst recorder = new BatchRecorder({\n  logger: new HttpLogger({\n    endpoint: 'http://localhost:9411/api/v1/spans'\n  })\n});\n\nconst tracer = new Tracer({\n  recorder,\n  ctxImpl // this would typically be a CLSContext or ExplicitContext\n});\n```\n\n\nreference:\nhttps://github.com/openzipkin/zipkin-js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteshiva%2Fzipkin-transport-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteshiva%2Fzipkin-transport-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteshiva%2Fzipkin-transport-http/lists"}