{"id":19666769,"url":"https://github.com/herrmannplatz/fastify-datadog","last_synced_at":"2025-07-10T16:36:26.890Z","repository":{"id":40558586,"uuid":"161085059","full_name":"herrmannplatz/fastify-datadog","owner":"herrmannplatz","description":"🐶 Datadog plugin for fastify","archived":false,"fork":false,"pushed_at":"2025-02-03T13:46:08.000Z","size":17,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-28T22:42:55.058Z","etag":null,"topics":["datadog","datadog-metrics","fastify","fastify-plugin","monitoring"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fastify-datadog","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/herrmannplatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2018-12-09T21:56:35.000Z","updated_at":"2025-01-21T19:50:19.000Z","dependencies_parsed_at":"2025-04-28T22:42:49.038Z","dependency_job_id":"4b9e95de-f9e4-4f70-bdb1-7ac5b233c2e9","html_url":"https://github.com/herrmannplatz/fastify-datadog","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.21052631578947367","last_synced_commit":"cded9c4e70dc30d7e14fba185170b2a2210ead2b"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/herrmannplatz/fastify-datadog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Ffastify-datadog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Ffastify-datadog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Ffastify-datadog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Ffastify-datadog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herrmannplatz","download_url":"https://codeload.github.com/herrmannplatz/fastify-datadog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Ffastify-datadog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262784001,"owners_count":23363656,"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":["datadog","datadog-metrics","fastify","fastify-plugin","monitoring"],"created_at":"2024-11-11T16:28:56.359Z","updated_at":"2025-06-30T13:38:12.230Z","avatar_url":"https://github.com/herrmannplatz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastify-datadog\n\n![CI](https://github.com/herrmannplatz/fastify-datadog/actions/workflows/release.yaml/badge.svg)\n[![npm version](https://badge.fury.io/js/fastify-datadog.svg)](https://badge.fury.io/js/fastify-datadog) [![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)\n\n\u003e 🐶 [Datadog](https://www.datadoghq.com) plugin for fastify. Influenced by [node-connect-datadog](https://github.com/AppPress/node-connect-datadog)\n\n## Install\n```\n$ npm install fastify-datadog\n```\n\n## Usage\n\n```js\nconst StatsD = require('hot-shots')\n\nfastify.register(require('fastify-datadog'), {\n  dogstatsd: new StatsD()\n})\n```\n\n## Options\n\n* `dogstatsd` DogStatsD client.\n* `stat` *string* name for the stat. `default = \"node.fastify.router\"`\n* `tags` *array* of tags to be added to the histogram. `default = []`\n* `path` *boolean* include path tag. `default = false`\n* `method` *boolean* include http method tag. `default = false`\n* `responseCode` *boolean* include http response codes. `default = false`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrmannplatz%2Ffastify-datadog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherrmannplatz%2Ffastify-datadog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrmannplatz%2Ffastify-datadog/lists"}