Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1835,
"has_wiki": true,
"homepage": "datadoghq.com",
"languages": {
"C#": 448604,
"PowerShell": 420
},
"pushed_at": "2026-07-27T14:46:54Z",
"created_at": "2013-06-21T18:37:44Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T14:39:53Z",
"description": "A DogStatsD client for C#/.NET",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://datadoghq.com",
"name": "Datadog, Inc.",
"type": "Organization",
"login": "DataDog",
"company": null,
"location": "New York",
"followers": 3237,
"avatar_url": "https://avatars.githubusercontent.com/u/365230?v=4",
"created_at": "2010-08-15T19:56:37Z",
"is_verified": null,
"public_repos": 1196,
"account_age_days": 5824
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "9.2.1",
"kind": "patch",
"published_at": "2026-07-27T14:46:54Z"
},
{
"tag": "9.2.0",
"kind": "minor",
"published_at": "2026-06-10T11:51:29Z"
},
{
"tag": "9.1.0",
"kind": "minor",
"published_at": "2026-04-28T15:40:30Z"
},
{
"tag": "9.0.0",
"kind": "major",
"published_at": "2025-08-18T19:43:09Z"
},
{
"tag": "8.0.0",
"kind": "major",
"published_at": "2022-10-27T10:38:54Z"
},
{
"tag": "7.0.1",
"kind": "patch",
"published_at": "2022-06-28T13:08:35Z"
},
{
"tag": "7.0.0",
"kind": "major",
"published_at": "2021-10-13T13:18:13Z"
},
{
"tag": "6.0.0",
"kind": "major",
"published_at": "2020-11-23T18:22:11Z"
},
{
"tag": "5.1.0",
"kind": "minor",
"published_at": "2020-09-08T09:36:25Z"
},
{
"tag": "5.0.2",
"kind": "patch",
"published_at": "2020-05-29T16:06:47Z"
},
{
"tag": "5.0.1",
"kind": "patch",
"published_at": "2020-05-19T12:36:59Z"
},
{
"tag": "5.0.0",
"kind": "major",
"published_at": "2020-05-13T16:01:42Z"
},
{
"tag": "4.0.1",
"kind": "patch",
"published_at": "2020-02-11T14:49:27Z"
},
{
"tag": "4.0.0",
"kind": "major",
"published_at": "2020-01-03T14:53:14Z"
},
{
"tag": "3.3.0",
"kind": "minor",
"published_at": "2019-04-05T14:45:57Z"
},
{
"tag": "3.2.0",
"kind": "minor",
"published_at": "2018-10-18T20:16:04Z"
},
{
"tag": "3.1.0",
"kind": "minor",
"published_at": "2017-11-16T22:12:33Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2016-10-28T18:13:37Z"
},
{
"tag": "2.2.1",
"kind": "patch",
"published_at": "2016-10-13T15:55:01Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2016-08-08T16:02:20Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2015-11-18T16:12:04Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2015-09-01T18:21:37Z"
},
{
"tag": "2.0.3",
"kind": "patch",
"published_at": "2015-08-17T17:17:56Z"
},
{
"tag": "2.0.2",
"kind": "patch",
"published_at": "2015-03-09T20:16:09Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2013-07-17T15:26:23Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2013-07-02T21:44:56Z"
}
],
"recent_commits": [
{
"oid": "8cf7674ce30ef011af66d230888dd792074b1209",
"body": "## Release 9.2.1\n\nChangelog and version bump for the 9.2.1 NuGet release.\n\n### Included changes\n* [BUGFIX] Prevent named pipe write failures from causing unbounded\nthread growth. The telemetry timer now reschedules itself after each\nround instead of spawning a new thread every 10s, and backs off aft\n[…]\n #231.\n\n### Checklist\n- [x] Changelog entries are accurate\n- [x] Version numbers are correct\n- [x] PR approved and ready to merge\n\nOnce merged, run `/publish-release` to tag, build, and push to NuGet.",
"is_bot": false,
"headline": "Release 9.2.1 (#232)",
"author_name": "Aleksandr Pasechnik",
"author_login": "apiarian-datadog",
"committed_at": "2026-07-27T14:36:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23451368d7cbb5109932952a0a9696f934322671",
"body": "…ool (#231)\n\n`dogstatsd` in Azure App Services with the Windows Extension sometimes\nfail to correctly get a named pipe. This can happen when the app is\nhot-reloaded and the previous incarnation of `dogstatsd` hasn't released\nthe named pipe when the new `dogstatsd` is starting up. This causes the\nnam\n[…]\ndress this issue. We also\nhave https://github.com/DataDog/dd-trace-dotnet/pull/8874 for the app\nservice extension process manager and\nhttps://github.com/DataDog/datadog-agent/pull/53328 for dogstatsd.",
"is_bot": false,
"headline": "SLES-2913: prevent named pipe failures from eating the whole thread p…",
"author_name": "Aleksandr Pasechnik",
"author_login": "apiarian-datadog",
"committed_at": "2026-07-24T14:25:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84e410c5e79ce605664c955fb0836a0f30e7590f",
"body": "## Release 9.2.0\n\nChangelog and version bump for the 9.2.0 NuGet release.\n\n### Checklist\n- [x] Changelog entries are accurate\n- [x] Version numbers are correct\n- [x] PR approved and ready to merge\n\nOnce merged, run `/publish-release` to tag, build, and push to NuGet.",
"is_bot": false,
"headline": "Release 9.2.0 (#230)",
"author_name": "Mark Kirichenko",
"author_login": "atanzu",
"committed_at": "2026-06-10T11:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43706d1538ffc042bb5dec093f4b77268f7dcfee",
"body": "Fix for issue #204.\n\nAsynchronousWorker called Task.Factory.StartNew without a TaskScheduler\nargument. The default behaviour inherits the task scheduler from the\nparent task. If the parent task was explicitly scheduled in a particular\nsynchronisation context (e.g. the main thread), the worker tasks \n[…]\n minimal fix for the issue. It would probably be better\nto use `Task.Run` instead of `Task.Factory.StartNew`.\n\n---------\n\nCo-authored-by: Jordan Gonzalez <30836115+duncanista@users.noreply.github.com>",
"is_bot": false,
"headline": "#204: Use default scheduler for worker tasks (#205)",
"author_name": "George Shaw",
"author_login": "George-Shaw",
"committed_at": "2026-06-10T10:56:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a62cd83340a60fcd6f64448fb6b4a84d278a110a",
"body": "## Summary\n\nRemoves the `Mono.Unix` NuGet dependency, which was incompatible with\nsome target runtimes (e.g. .NET Framework 4.6.1) and blocked customers\nfrom upgrading the client (#220).\n\nOnly two pieces of `Mono.Unix` were actually used, and both are replaced\nwith self-contained alternatives:\n\n- **\n[…]\nuntime dependencies.\n\n> *\"Turns out the best way to depend on `Mono.Unix` is to not.\"* —\nClaude 🤖\n\n---------\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove `Mono.Unix` dependency (#223)",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2026-06-04T12:28:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cc8fe3bc9a64f8b827db00ee89056875e0d8a8c0",
"body": "Largely following the release process outlined\n[here](https://datadoghq.atlassian.net/wiki/spaces/AM/pages/2523399106/DogStatsD-CSharp-Client)\nadd a couple of skills.\n\n1. prepare the release (#228 is the first example of this)\n2. push the new release to nuget",
"is_bot": false,
"headline": "Add Claude skills to help release the package (#229)",
"author_name": "Stephen Wakely",
"author_login": "StephenWakely",
"committed_at": "2026-04-28T14:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fdff60d7b362ede1119b8af8f103fc951060b3c",
"body": "## Release 9.1.0\n\nChangelog and version bump for the 9.1.0 NuGet release.\n\n### Checklist\n- [x] Changelog entries are accurate\n- [x] Version numbers are correct\n- [ ] PR approved and ready to merge\n\nOnce merged, run `/publish-release` to tag, build, and push to NuGet.",
"is_bot": false,
"headline": "Release 9.1.0 (#228)",
"author_name": "Stephen Wakely",
"author_login": "StephenWakely",
"committed_at": "2026-04-28T10:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "478de5cf1f607e3ac40fd81ad648d321d8c3c239",
"body": "Add synchronous mode for serverless environments",
"is_bot": false,
"headline": "Merge pull request #227 from DataDog/jordan.gonzalez/synchronous-mode",
"author_name": "jordan gonzález",
"author_login": "duncanista",
"committed_at": "2026-04-23T16:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1698f2942b8d78644422e03ea62df11fde254da0",
"body": "Rename IStatsBufferize -> IStatsSender, StatsBufferize -> AsynchronousBufferizedSender,\nand factory types for consistency per reviewer suggestion. Update SynchronousSender to\nrethrow exceptions when no handler is configured instead of silently swallowing them.",
"is_bot": false,
"headline": "Address PR review feedback: rename types and rethrow exceptions",
"author_name": "Jordan Gonzalez",
"author_login": "duncanista",
"committed_at": "2026-04-22T15:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37927bf39cf68db547acba01cc77fc4882581f2b",
"body": "In the async path, AsynchronousWorker.Dequeue() catches exceptions from\nRoute/Flush and forwards them to optionalExceptionHandler. The sync\npath was letting exceptions propagate directly into user code, which\ncould crash Lambda handlers on transport failures or serialization\nerrors. Wrap Send and Flush in try-catch to match async behavior.",
"is_bot": false,
"headline": "Forward exceptions to error handler in synchronous mode",
"author_name": "Jordan Gonzalez",
"author_login": "duncanista",
"committed_at": "2026-04-14T15:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a138a5f74243a86bf22ec9475aaa1a2dfeca9c69",
"body": "In AWS Lambda and similar serverless environments, background threads\nget frozen when the handler returns, causing buffered metrics to be\nlost. This adds a SynchronousMode option that bypasses the async queue\nand sends metrics directly on the calling thread.\n\nChanges:\n- Extract IStatsBufferize inter\n[…]\n that routes metrics synchronously\n- Add StatsdConfig.SynchronousMode property (default false)\n- Suppress telemetry background timer in sync mode\n- Add unit tests, builder tests, and integration tests",
"is_bot": false,
"headline": "Add synchronous mode for serverless environments",
"author_name": "Jordan Gonzalez",
"author_login": "duncanista",
"committed_at": "2026-04-14T14:42:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "993170ce3af7e4453ea501aba56158c12e2316e9",
"body": "[Security] Pin GitHub Actions to a full-length commit SHA\n\nCo-authored-by: juliendoutre <36448022+juliendoutre@users.noreply.github.com>\nCo-authored-by: carlos.roman <carlos.roman@datadoghq.com>",
"is_bot": true,
"headline": "Merge pull request #226 from DataDog/pin-github-actions-1773667630",
"author_name": "gh-worker-dd-mergequeue-cf854d[bot]",
"author_login": "gh-worker-dd-mergequeue-cf854d[bot]",
"committed_at": "2026-03-16T13:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe16653c300367ccb3e8f1f857cc570ff00cbd1d",
"body": null,
"is_bot": false,
"headline": "Pin GitHub Actions",
"author_name": "Julien Doutre",
"author_login": "juliendoutre",
"committed_at": "2026-03-16T13:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41707f9b0413f716887ded118e4517a6d6c36334",
"body": null,
"is_bot": false,
"headline": "Modernize build configuration and CI/CD pipeline (#221)",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2026-01-13T23:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7579e71350a0445dde050d15cbe4c1f844e306",
"body": null,
"is_bot": false,
"headline": "use SHA pinning in github actions",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T19:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48747eab00ac9d5f9c8946715af57a5d7f5223b5",
"body": null,
"is_bot": false,
"headline": "fix artifacts path",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T17:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5563b42cb5c66f33b5636ad0d0369ca812480ae1",
"body": null,
"is_bot": false,
"headline": "fix link to breaking change docs",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T17:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf934857b45331c9e75081cc1ec8e7c313d941af",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T17:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f327b8cb8cb66f9b6e08a52d91d3220bbda0020",
"body": "Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>",
"is_bot": false,
"headline": "set build property UseArtifactsOutput=true",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T16:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b108fbdfbf3c0b5d551e10aa9718f956423847",
"body": "Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>",
"is_bot": false,
"headline": "Span is available in .NET Core 2.1",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T16:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea134b7b81b41f9c3d339c7542994f35f912d97f",
"body": "Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>",
"is_bot": false,
"headline": "don't build the tracer twice (tests and nuget)",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T16:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005683b72bbf1e56dfdb874353693fbab54fcd1e",
"body": "Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>",
"is_bot": false,
"headline": "use SHA pinning in github actions",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-10T16:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f6f568686c54aca82786f503b48bf351964605e",
"body": null,
"is_bot": false,
"headline": "produce deterministic builds in CI",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-09T19:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b91046b6b24d78d726c02ecc582631c0885d96d",
"body": null,
"is_bot": false,
"headline": "update .gitignore",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-09T16:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "910294edf68d676c53adad226b45a9d626b71035",
"body": null,
"is_bot": false,
"headline": "build symbols and include in artifacts upload",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-09T16:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c422e7070233263e41d5faac0b25a4f3c2ff008d",
"body": null,
"is_bot": false,
"headline": "update actions/setup-dotnet in github workflow to v5",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-08T15:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd3203b5b1a25f118fd1a35bc7d65b8e9b2b60c",
"body": null,
"is_bot": false,
"headline": "clarify github workflow comments",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-08T15:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710272357b058d255d6480e7e714b7d07f5d8fd3",
"body": null,
"is_bot": false,
"headline": "allow manual triggering of build workflow",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-01T22:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8169834975e91b5389f2315f6e6e5417137030e9",
"body": null,
"is_bot": false,
"headline": "build the nuget package as artifact in the github workflow",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-01T14:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b65e74c6528a93ab69fcced17dcd927cfd7628c5",
"body": null,
"is_bot": false,
"headline": "remove most uses of OS_WINDOWS constant",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-12-01T14:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adceb6c072aeadc352ebeb37d5981d1ccfe001bb",
"body": null,
"is_bot": false,
"headline": "misc cleanup in README file (fix typos, etc)",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-26T19:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cca977513daa054c2c372642a33e000047a34c6",
"body": null,
"is_bot": false,
"headline": "update nuget package metadata, include logo and readme files",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-26T19:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b2563b905ca5fcfa0753db84f7514021c850ae",
"body": null,
"is_bot": false,
"headline": "add Datadog logo image (for nuget package)",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-26T19:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "311318b4e784825ef6476de128dfd2d88e8ebd91",
"body": null,
"is_bot": false,
"headline": "run tests in macOS",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-26T05:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3225702c04d7ade8c62e411ae3277b469d39129c",
"body": null,
"is_bot": false,
"headline": "consolidate the github workflow",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-26T03:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f0a7851b569d733cf200912cffaa628be1c330",
"body": null,
"is_bot": false,
"headline": "increase theshold in flaky sampling test",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9baaed03b2d12fb327745758b719194dceac2c4f",
"body": null,
"is_bot": false,
"headline": "consolidate PackageReference items",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2882dbbe79c0807f87f494615b64a9b9e2db34",
"body": null,
"is_bot": false,
"headline": "update test and benchmark libraries",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5152ab9120719cd33c57e3b44a344a93f22d2b9",
"body": null,
"is_bot": false,
"headline": "consolidate TargetFrameworks and add net10.0",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef84d21c45db444324146f434402699dc5b28318",
"body": null,
"is_bot": false,
"headline": "use built-in compiler constants instead of OLD_DOUBLE_FORMATTING",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ab58ae934f668b1b3bc56f495e80445dd5a7082",
"body": null,
"is_bot": false,
"headline": "fix typo in MIT-LICENCE.md filename, rename to LICENSE.md",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c46918a9abeebd9985c757c1588570d890972c06",
"body": null,
"is_bot": false,
"headline": "set C# language version to `latest`",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "206f09f44054c75c85e7eb56f5d0735560111ab5",
"body": null,
"is_bot": false,
"headline": "suppress warning for net6.0 out of support",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139952053a03912824a9041b4a2af08f025d0731",
"body": null,
"is_bot": false,
"headline": "update StyleCop.Analyzers, suppress new warnings for now",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T23:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf376cf2ddb60f71d51e6b1c12182f110652a567",
"body": null,
"is_bot": false,
"headline": "use built-in compiler constants instead of HAS_SPAN",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T19:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "316066801df307a683c049e28760b5efb68bcf7a",
"body": null,
"is_bot": false,
"headline": "clean up project description",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T19:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d03a2b0e3ed9068c4e47391f4105afe878508e",
"body": null,
"is_bot": false,
"headline": "update .gitignore",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T19:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc558491ca7b88ca9e5cbbec70de9d58686da07d",
"body": "…ndency (not needed)",
"is_bot": false,
"headline": "remove explicit Microsoft.NETFramework.ReferenceAssemblies nuget depe…",
"author_name": "Lucas Pimentel",
"author_login": "lucaspimentel",
"committed_at": "2025-11-25T19:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7261fcd760943a0baba198709ff15a407e23b255",
"body": "…deowners\n\nRemove Docs Team as CODEOWNERS",
"is_bot": false,
"headline": "Merge pull request #216 from DataDog/drichards-87/remove-docs-team-co…",
"author_name": "DeForest Richards",
"author_login": "drichards-87",
"committed_at": "2025-09-05T15:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1269abcf0939ccb76e7e50da822b214bbe05b6e8",
"body": "Removes Docs as CODEOWNERS from the repo. As part of a project to reduce courtesy reviews, the Docs Team is limiting CODEOWNERS entries to repos that single-source content into the docs site or where our review is critical. We’re still happy to review content if you reach out to us directly.",
"is_bot": false,
"headline": "Remove Docs Team as CODEOWNERS",
"author_name": "DeForest Richards",
"author_login": "drichards-87",
"committed_at": "2025-09-04T14:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463bc3b509a24bd6652f5187af94d1c6db32037e",
"body": null,
"is_bot": false,
"headline": "chore: bump to 9.0.0",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-08-18T19:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5985ad3e24ac433828276a67e64c9184921d437",
"body": null,
"is_bot": false,
"headline": "chore: bump to 9.0.0",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-08-18T19:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb85b922f5e0e3652bcaa3785b4f3cadecb10ad2",
"body": null,
"is_bot": false,
"headline": "Merge pull request #214 from DataDog/tobz/update-changelog-20250818",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-08-18T19:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83dd77417a8df03780c7e040e00ae71e9d54719f",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG for 9.0.0 release",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-08-18T14:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc20f489ba3e9215bc79995875ab375856bd7b1",
"body": "This adds the tag cardinality option. A global setting can be applied\nvia the config options. It can be overriden per metric if needed.",
"is_bot": false,
"headline": "[AGTMETRICS-347]Add tag cardinality option (#213)",
"author_name": "Stephen Wakely",
"author_login": "StephenWakely",
"committed_at": "2025-08-14T12:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8481adbe2a61949f2e707f75e47f4feab991b5cc",
"body": "Adds cgroup origin detection. If origin detection is enabled, will\nattempt to determine the container id via several different procfs\nentries typically used by container runtimes. The container id is added\nto the metric as a `c:` field.",
"is_bot": false,
"headline": "Add cgroup origin detection (#211)",
"author_name": "Stephen Wakely",
"author_login": "StephenWakely",
"committed_at": "2025-08-12T12:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9887c11b159c6fbeece5b5507da4307f7453b62f",
"body": "chore(ci): use matrix strategy for unit tests to solve conflicts",
"is_bot": false,
"headline": "Merge pull request #212 from DataDog/tobz/ci-matrix-unit-tests",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-23T14:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24eb08d39a98d41046fa56ee436eb425c130bbd5",
"body": null,
"is_bot": false,
"headline": "fixes",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T17:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3596efb200de306a79cef050413a9ce26628c6cd",
"body": null,
"is_bot": false,
"headline": "missed a spot",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T15:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb3b2c9042ccef64acb2d33e6d8504bf48f0eba",
"body": null,
"is_bot": false,
"headline": "bad url",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T15:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c134169a6f0a0826c2fd34e206d38a59d1d9ba1",
"body": null,
"is_bot": false,
"headline": "with sudo",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T15:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845743e2b74b2b3c05e0e2cc5df4274653cbbf45",
"body": null,
"is_bot": false,
"headline": "manually install older libssl on linux runners",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424aefdbc4e5ada4778e171cf92f45e00c133976",
"body": null,
"is_bot": false,
"headline": "adjust matrix var order for nicer job names",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T15:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e08a2736ec30099e98ed5b595800e50dd8e212f",
"body": null,
"is_bot": false,
"headline": "try always including .NET 9.0 for linux runners?",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T15:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa54cc209d299eb4e3a82f4ff7e6363a99622477",
"body": null,
"is_bot": false,
"headline": "chore(ci): try out matrixed approach to avoid port clashes, etc",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T14:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb428d595bb03b3e5aec2138553c72bc9527fa49",
"body": "This reverts commit b4ee0776b3a8ef451b73bfcf0e057d038bccfd1e.",
"is_bot": false,
"headline": "Revert \"chore(ci): try out matrixed approach to avoid port clashes, etc\"",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T14:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c12764ca4728ca79431934d5c857dabed8e4c7",
"body": "This reverts commit e96e6712a0dfbc98a4f6ed509e16f5c09902f969.",
"is_bot": false,
"headline": "Revert \"missed a spot\"",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T14:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96e6712a0dfbc98a4f6ed509e16f5c09902f969",
"body": null,
"is_bot": false,
"headline": "missed a spot",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T14:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ee0776b3a8ef451b73bfcf0e057d038bccfd1e",
"body": null,
"is_bot": false,
"headline": "chore(ci): try out matrixed approach to avoid port clashes, etc",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-22T14:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f599e197600be1c88c6469564eb90e83dc1181f9",
"body": "…opped-test",
"is_bot": false,
"headline": "Merge pull request #209 from DataDog/tobz/ci-ignore-broken-packets-dr…",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-18T20:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9a9674f53eb1b58a1f6f47c7b9db06078a466d",
"body": null,
"is_bot": false,
"headline": "fix stylecop lints + PR feedback",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-17T12:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422fff665701adfd73c5ccf3a52d44ffece11386",
"body": null,
"is_bot": false,
"headline": "fix incorrect SerializerHelper ctor usage in MetricSerializeBenchmark",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-16T12:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d8dd508913f8d68b2e0e7261471aaf130a5ac6a",
"body": null,
"is_bot": false,
"headline": "forgot some files",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-15T14:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb1bcef8dd05eb232b7f97f51bdf9fbc3046769",
"body": null,
"is_bot": false,
"headline": "add support for External Data in metrics, events, and service checks",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-15T14:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68bf975d8a60db643400a8fd4d34898bd5064b80",
"body": "…metryTests",
"is_bot": false,
"headline": "chore(ci): ignore broken packets dropped test in DogStatsdServiceTele…",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-14T15:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ac182e2495d12020d0ff1e8607a2d2daf0cdfa",
"body": null,
"is_bot": false,
"headline": "chore(tests): fix a number of broken tests (#208)",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-03T12:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbba96191dad5f54e8c2f6eef3b96030b132c40",
"body": null,
"is_bot": false,
"headline": "chore(tests): fix a number of broken tests",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-02T15:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e85d36ef24e6d1bc35a69b10b2dfe4c685cbbf15",
"body": null,
"is_bot": false,
"headline": "chore(ci): get unit tests running in CI (#207)",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-07-02T14:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28a95504184cf46a502da4a4a40dd53add4e6a65",
"body": null,
"is_bot": false,
"headline": "add missing .NET 7.0.x setup for Windows",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016efa78c7bbb3d23c5480eda34ccba8abc2ec9c",
"body": "…hanging",
"is_bot": false,
"headline": "add per-test 60s timeout since it seems like at least one or more is …",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4d82dd81c262aa3cf29d46e53fe718a059b9fc",
"body": null,
"is_bot": false,
"headline": "try running unit tests on windows, too",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4596dfbe5d4162a57f7ddda9182c19356317d26",
"body": "…t's not terribly slow otherwise",
"is_bot": false,
"headline": "don't do caching; looks like our nuget version isn't new enough and i…",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6ef2b94219d26520037f9ac3e4672be43e0621",
"body": null,
"is_bot": false,
"headline": "use caching for .NET setup step",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3f5085aa98c62e0e602dec6e72267582ee02c8",
"body": null,
"is_bot": false,
"headline": "clean up how we define target frameworks in test project",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a856d6e530ec60ff431c420b0f804bd0a22e411",
"body": null,
"is_bot": false,
"headline": "chore(ci): get unit tests running in CI",
"author_name": "Toby Lawrence",
"author_login": "tobz",
"committed_at": "2025-06-30T16:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15e067b034375deaaacad73f285c4fa4acb91c8",
"body": "Update CODEOWNERS to agent-metric-pipelines",
"is_bot": false,
"headline": "Merge pull request #203 from DataDog/jszwedko/update-codeowners",
"author_name": "Jesse Szwedko",
"author_login": "jszwedko",
"committed_at": "2025-05-19T22:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a8dc605cb3141dae25acdde19b380f9df24438",
"body": null,
"is_bot": false,
"headline": "Update CODEOWNERS to agent-metric-pipelines",
"author_name": "Jesse Szwedko",
"author_login": "jszwedko",
"committed_at": "2025-04-29T22:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b28c2d0c7cc76f352da30361630e514049a2ca",
"body": "update codeowners",
"is_bot": false,
"headline": "Merge pull request #195 from DataDog/brian/codeowners",
"author_name": "Brian Floersch",
"author_login": "gh123man",
"committed_at": "2023-08-04T17:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19e7ed6cd65bb3daad388a6cf9ec6ddd1b835ce",
"body": null,
"is_bot": false,
"headline": "update codeowners",
"author_name": "Brian Floersch",
"author_login": "gh123man",
"committed_at": "2023-08-04T17:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562dae95ee483105ea2bd28e70a3622b76982828",
"body": "Replace the spinlock by a monitor",
"is_bot": false,
"headline": "Merge pull request #192 from kevingosse/kevin/monitor",
"author_name": "Brian Floersch",
"author_login": "gh123man",
"committed_at": "2023-04-27T14:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008cf0b2c1ded7be37ce46d39274bbd7d90eefd5",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "Kevin Gosse",
"author_login": null,
"committed_at": "2023-03-20T14:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea49a12ae960f4528d70f87c68bb9f8c734a1fd1",
"body": null,
"is_bot": false,
"headline": "Fix exception handling",
"author_name": "Kevin Gosse",
"author_login": null,
"committed_at": "2023-03-20T13:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b66cd39b33422e953f81c85d1914cebd80df597",
"body": null,
"is_bot": false,
"headline": "Replace the spinlock by a monitor",
"author_name": "Kevin Gosse",
"author_login": null,
"committed_at": "2023-03-17T14:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a077e729994c76bcad03199d235d3c904fbf46d",
"body": "The CodeQL Action v1 is scheduled to be deprecated by January 2023. No new updates will be made to v1, which means that new CodeQL analysis capabilities will only be available to users of v2.\r\n\r\nHence upgrading the version of CodeQL github actions to v2.\r\n\r\nMore info here: https://github.blog/change\n[…]\neprecation-of-codeql-action-v1/\r\n\r\nAlso upgrading actions/checkout version to v3 for: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12",
"is_bot": false,
"headline": "[CONTSEC-707] Upgrade CodeQL Github Action versions (#191)",
"author_name": "ganeshkumarsv",
"author_login": "ganeshkumarsv",
"committed_at": "2023-02-24T16:55:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5edabcc39961020640a3730d2ddce8f0d7d142d9",
"body": "…e-examples\n\nImprove readme examples that use `Configure`",
"is_bot": false,
"headline": "Merge pull request #190 from DataDog/olivierg/improve-readme-configur…",
"author_name": "Olivier G",
"author_login": "ogaca-dd",
"committed_at": "2022-11-07T16:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b62135f653386ad747e9544dd554f821bdeb9ea2",
"body": null,
"is_bot": false,
"headline": "Fix a typo.",
"author_name": "Olivier G",
"author_login": "ogaca-dd",
"committed_at": "2022-11-07T12:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a665b8decf55d9a25a787cecfed818385914f4d",
"body": null,
"is_bot": false,
"headline": "Fix wrong comment in StatsdClient.Tests.csproj",
"author_name": "Olivier G",
"author_login": "ogaca-dd",
"committed_at": "2022-10-27T10:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fdbcf862b6c0c289a9c3b4b11d09924831638c2",
"body": null,
"is_bot": false,
"headline": "Improve the example in README.md that use `Configure` method",
"author_name": "Olivier G",
"author_login": "ogaca-dd",
"committed_at": "2022-10-27T10:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832b41111deebf634b069b0934ba98b145926328",
"body": "Update the changelog and increment version",
"is_bot": false,
"headline": "Merge pull request #189 from DataDog/olivierg/prepare-release-8.0.0",
"author_name": "Olivier G",
"author_login": "ogaca-dd",
"committed_at": "2022-10-26T14:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536a9fcd6d476b87da616c4ba60bdd802bad4c9f",
"body": "Add `timestamp` arguments to `Increment` and `Decrement` methods",
"is_bot": false,
"headline": "Merge pull request #188 from DataDog/olivierg/add-missing-timestamp",
"author_name": "Olivier G",
"author_login": "ogaca-dd",
"committed_at": "2022-10-26T14:39:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 55,
"latest_release_at": "2026-07-27T14:46:54Z",
"latest_release_tag": "9.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 0,
"mean_days_between_releases": 250
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "DogStatsD-CSharp-Client",
"exists": true,
"license": null,
"keywords": [
"Datadog",
"DogStatsD",
"StatsD",
"metrics",
"monitoring",
"telemetry"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DogStatsD-CSharp-Client",
"is_deprecated": false,
"latest_version": "9.2.1",
"repository_url": "https://github.com/DataDog/dogstatsd-csharp-client",
"versions_count": 27,
"total_downloads": 70389796,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T14:52:01.403000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 58,
"stars": 98,
"watchers": 52,
"fork_history": {
"days": [
{
"date": "2013-10-07",
"count": 1
},
{
"date": "2013-10-25",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-08-31",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-06-22",
"count": 1
},
{
"date": "2015-08-17",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-31",
"count": 1
},
{
"date": "2016-02-17",
"count": 1
},
{
"date": "2016-05-06",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-07-14",
"count": 2
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-10-11",
"count": 1
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-10-16",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
}
],
"complete": true,
"collected": 55,
"total_forks": 58
},
"star_history": null,
"open_issues_and_prs": 15
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"benchmarks/StatsdClient.Benchmarks/StatsdClient.Benchmarks.csproj",
"src/StatsdClient/StatsdClient.csproj",
"tests/StatsdClient.Tests/StatsdClient.Tests.csproj"
],
"largest_source_bytes": 47245,
"source_files_sampled": 114,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2097
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "StyleCop.Analyzers",
"manifest": "src/StatsdClient/StatsdClient.csproj",
"ecosystem": "nuget",
"version_constraint": "1.2.0-beta.556"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "StyleCop.Analyzers",
"direct": true,
"version": "1.2.0-beta.556",
"ecosystem": "nuget"
},
{
"name": "BenchmarkDotNet",
"direct": false,
"version": "0.15.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "17.3.3",
"ecosystem": "nuget"
},
{
"name": "Moq",
"direct": false,
"version": "4.20.72",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": "3.14.0",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": "3.17.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 1,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 143,
"open_issues": 14,
"closed_ratio": 0.763,
"closed_issues": 45,
"closed_unmerged_prs": 21
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ogaca-dd",
"commits": 491,
"avatar_url": "https://avatars.githubusercontent.com/u/52180542?v=4"
},
{
"type": "User",
"login": "elijahandrews",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/1301926?v=4"
},
{
"type": "User",
"login": "lucaspimentel",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/1851278?v=4"
},
{
"type": "User",
"login": "tobz",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/222615?v=4"
},
{
"type": "User",
"login": "nrjohnstone",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/6700819?v=4"
},
{
"type": "User",
"login": "DarrellMozingo",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/84551?v=4"
},
{
"type": "User",
"login": "nathanrobb",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/3893233?v=4"
},
{
"type": "User",
"login": "kevingosse",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/11140081?v=4"
},
{
"type": "User",
"login": "alistair",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/2605?v=4"
},
{
"type": "User",
"login": "goncalopereira",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/410638?v=4"
}
],
"contributors_sampled": 47,
"top_contributor_share": 0.655
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-and-test.yml",
"codeql-analysis.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "1 out of 10 merged PRs checked by a CI test -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 7,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8cf7674ce30ef011af66d230888dd792074b1209",
"ran_at": "2026-07-27T15:03:55Z",
"aggregate_score": 6.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T14:36:32Z",
"oldest_open_prs": [
{
"number": 94,
"created_at": "2019-10-17T14:06:25Z",
"last_comment_at": "2019-11-22T14:53:51Z",
"last_comment_author": "ogaca-dd"
}
],
"last_merged_pr_at": "2026-07-27T14:36:22Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 69,
"created_at": "2018-11-14T19:46:26Z",
"last_comment_at": "2022-09-23T12:18:22Z",
"last_comment_author": "avidalcarrasco"
},
{
"number": 91,
"created_at": "2019-09-17T13:05:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 138,
"created_at": "2020-10-01T18:44:41Z",
"last_comment_at": "2022-10-21T15:39:40Z",
"last_comment_author": "ogaca-dd"
},
{
"number": 177,
"created_at": "2022-06-20T15:14:32Z",
"last_comment_at": "2022-09-23T12:37:19Z",
"last_comment_author": "ogaca-dd"
},
{
"number": 184,
"created_at": "2022-10-06T10:06:37Z",
"last_comment_at": "2022-10-12T14:10:23Z",
"last_comment_author": "ogaca-dd"
},
{
"number": 194,
"created_at": "2023-05-29T21:43:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 196,
"created_at": "2024-01-16T14:51:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 198,
"created_at": "2024-11-05T07:46:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 199,
"created_at": "2024-11-07T21:53:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 200,
"created_at": "2024-12-05T12:58:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 202,
"created_at": "2025-03-12T07:29:37Z",
"last_comment_at": "2026-05-06T18:23:14Z",
"last_comment_author": "amilia-nabrari"
},
{
"number": 204,
"created_at": "2025-05-08T15:50:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 217,
"created_at": "2025-09-18T09:30:13Z",
"last_comment_at": "2026-06-10T12:27:15Z",
"last_comment_author": "atanzu"
},
{
"number": 219,
"created_at": "2025-11-13T14:34:08Z",
"last_comment_at": "2025-11-24T12:43:17Z",
"last_comment_author": "fdmarc"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/DataDog/dogstatsd-csharp-client",
"host": "github.com",
"name": "dogstatsd-csharp-client",
"owner": "DataDog"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 72,
"vitality": 73,
"community": 65,
"governance": 73,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 55,
"human_commit_share": 0.99,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "55 commits in the last year",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 55
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 26,
"latest_release_tag": "9.2.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 250
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~250 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 250
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 58,
"stars": 98,
"watchers": 52,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "98 stars",
"points": 32.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 98
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "58 forks",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 58
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "52 watchers",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 52
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"DogStatsD-CSharp-Client"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 70389796,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "70,389,796 downloads all-time across nuget",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 70389796,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 47,
"top_contributor_share": 0.655
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 66% of commits",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "47 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 47
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 143,
"open_issues": 14,
"closed_issues": 45,
"issue_closed_ratio": 0.763,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "76% of issues closed",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 76
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "143/164 decided PRs merged",
"points": 33.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 143,
"decided": 164
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 3237,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "DataDog",
"public_repos": 1196,
"account_age_days": 5824
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3,237 followers of DataDog",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3237,
"login": "DataDog"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1196 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 1196
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"DogStatsD-CSharp-Client"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 10 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "datadoghq.com",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "datadoghq.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 72,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 10 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 6 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 6,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.364,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2097
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "36 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"benchmarks/StatsdClient.Benchmarks/StatsdClient.Benchmarks.csproj",
"src/StatsdClient/StatsdClient.csproj",
"tests/StatsdClient.Tests/StatsdClient.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "benchmarks/StatsdClient.Benchmarks/StatsdClient.Benchmarks.csproj, src/StatsdClient/StatsdClient.csproj, tests/StatsdClient.Tests/StatsdClient.Tests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "benchmarks/StatsdClient.Benchmarks/StatsdClient.Benchmarks.csproj, src/StatsdClient/StatsdClient.csproj, tests/StatsdClient.Tests/StatsdClient.Tests.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 47245,
"source_files_sampled": 114,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/114 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 114,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T15:04:26.508917Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/DataDog/dogstatsd-csharp-client.svg",
"full_name": "DataDog/dogstatsd-csharp-client",
"license_state": "standard",
"license_spdx": "MIT"
}