8000 remove outdated dd-trace-go entry, update description by brandonmwest · Pull Request #29400 · DataDog/documentation · GitHub
[go: up one dir, main page]

Skip to content

remove outdated dd-trace-go entry, update description #29400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions data/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,16 +421,11 @@ Tracing:
macros and functions to create and manage spans, supports asynchronous trace
propagation, and integrates with Phoenix via middleware plugs.
- Go:
- name: dd-trace-go (v1)
- name: dd-trace-go
link: https://github.com/DataDog/dd-trace-go
official: true
authors: Datadog
notes: Go package is 'gopkg.in/DataDog/dd-trace-go.v1'.
- name: dd-trace-go (v2)
link: https://github.com/DataDog/dd-trace-go
official: true
authors: Datadog
notes: 'Go package is ''github.com/DataDog/dd-trace-go/v2''. Note: v2 is in Preview.'
notes: Datadog's APM tracer library for Go automatically instruments HTTP, gRPC, and database operations, providing visibility into request flows across services. Supports OpenTelemetry integration and custom instrumentation. Enables correlation of traces with logs and metrics in Datadog, helping identify performance bottlenecks and errors in distributed systems.
- name: datadog-go
link: https://github.com/savaki/datadog
authors: Matt Ho
Expand Down
Loading
0