{"id":14969172,"url":"https://github.com/fastify/fastify-zipkin","last_synced_at":"2025-10-19T09:32:23.784Z","repository":{"id":28791222,"uuid":"118653303","full_name":"fastify/fastify-zipkin","owner":"fastify","description":"Fastify plugin for Zipkin distributed tracing system.","archived":false,"fork":false,"pushed_at":"2024-09-25T05:39:00.000Z","size":90,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-09-28T11:21:35.712Z","etag":null,"topics":["fastify","fastify-plugin","tracing","zipkin"],"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/fastify.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},"funding":{"github":"fastify","open_collective":"fastify"}},"created_at":"2018-01-23T18:44:28.000Z","updated_at":"2024-09-25T05:38:57.000Z","dependencies_parsed_at":"2023-12-26T07:48:36.550Z","dependency_job_id":"69dcfd09-2379-44d8-9a57-daa9a3432aa6","html_url":"https://github.com/fastify/fastify-zipkin","commit_stats":{"total_commits":99,"total_committers":14,"mean_commits":7.071428571428571,"dds":0.5454545454545454,"last_synced_commit":"014b2b762f98be974c812e330c6287e7047d3efb"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-zipkin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-zipkin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-zipkin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-zipkin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","download_url":"https://codeload.github.com/fastify/fastify-zipkin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869246,"owners_count":16555572,"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":["fastify","fastify-plugin","tracing","zipkin"],"created_at":"2024-09-24T13:41:16.442Z","updated_at":"2025-10-19T09:32:23.480Z","avatar_url":"https://github.com/fastify.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"categories":[],"sub_categories":[],"readme":"# @fastify/zipkin\n\n![CI](https://github.com/fastify/fastify-zipkin/workflows/CI/badge.svg)\n[![NPM version](https://img.shields.io/npm/v/@fastify/zipkin.svg?style=flat)](https://www.npmjs.com/package/@fastify/zipkin)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)\n\nFastify plugin for [Zipkin](https://zipkin.io/) distributed tracing system.\n\n## Install\n```\nnpm i @fastify/zipkin\n```\n\n## Usage\nRequire the plugin and register it within Fastify, then pass the following options: `{ serviceName, httpReporterUrl [, servicePort , tracer, recorder ] }`\n\n```js\nconst fastify = require('fastify')()\n\nfastify.register(require('@fastify/zipkin'), {\n  serviceName: 'my-service-name',\n  servicePort: 3000,\n  httpReporterUrl: 'http://localhost:9411/api/v2/spans'\n})\n\nfastify.get('/', (req, reply) =\u003e {\n  reply.send({ hello: 'world' })\n})\n\nfastify.listen({ port: 3000 }, err =\u003e {\n  if (err) throw err\n  console.log('Server listenting on localhost:', fastify.server.address().port)\n})\n```\n\n## License\n\nLicensed under [MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastify%2Ffastify-zipkin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastify%2Ffastify-zipkin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastify%2Ffastify-zipkin/lists"}