[PR #589] [CLOSED] Adding DataDog tracer #1504

Closed
opened 2025-12-29 02:30:19 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/589
Author: @ghost
Created: 5/28/2022
Status: Closed

Base: mainHead: ddog-tracer


📝 Commits (3)

  • 74a5c75 added ddog apm, to headscale fork.
  • fbd57f5 merge pull request #7 from brevdev/ddog-apm
  • cf9b742 added datadog tracer.

📊 Changes

3 files changed (+510 additions, -61 deletions)

View changed files

📝 app.go (+28 -1)
📝 go.mod (+15 -15)
📝 go.sum (+467 -45)

📄 Description

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/589 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/28/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ddog-tracer` --- ### 📝 Commits (3) - [`74a5c75`](https://github.com/juanfont/headscale/commit/74a5c7508014ac8994545301dd14a79bda3591ff) added ddog apm, to headscale fork. - [`fbd57f5`](https://github.com/juanfont/headscale/commit/fbd57f5d56587ce3de8cb73085fc29dc02f9a2fe) merge pull request #7 from brevdev/ddog-apm - [`cf9b742`](https://github.com/juanfont/headscale/commit/cf9b7426684db7d9905fe529f5d29a7d0169527e) added datadog tracer. ### 📊 Changes **3 files changed** (+510 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `app.go` (+28 -1) 📝 `go.mod` (+15 -15) 📝 `go.sum` (+467 -45) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [ ] read the [CONTRIBUTING guidelines](README.md#user-content-contributing) - [ ] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:30:19 +01:00
adam closed this issue 2025-12-29 02:30:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1504