libdatadog 8.0.0

dotnet add package libdatadog --version 8.0.0
NuGet\Install-Package libdatadog -Version 8.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libdatadog" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libdatadog --version 8.0.0
#r "nuget: libdatadog, 8.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install libdatadog as a Cake Addin
#addin nuget:?package=libdatadog&version=8.0.0

// Install libdatadog as a Cake Tool
#tool nuget:?package=libdatadog&version=8.0.0

libdatadog

libdatadog provides a shared library containing common code used in the implementation of Datadog's libraries, including Continuous Profilers.

(In a past life, libdatadog was known as libddprof but it was renamed when we decided to increase its scope).

NOTE: If you're building a new Datadog library/profiler or want to contribute to Datadog's existing tools, you've come to the right place! Otherwise, this is possibly not the droid you were looking for.

Development

Contributing

See CONTRIBUTING.md.

Building

Build libdatadog as usual with cargo build.

To package a release with the generated ffi header and CMake module, use the build-profiling-ffi.sh / build-telemetry-ffi.sh helper scripts. Here's an example of using on of these scripts, placing the output inside /opt/libdatadog:

bash build-profiling-ffi.sh /opt/libdatadog
Build Dependencies

Rust 1.69 or newer with cargo. Some platforms may need protoc; others have it shipped in prost-build.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on libdatadog:

Repository Stars
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Version Downloads Last updated
8.0.0 3,408 4/10/2024
7.0.0 844 3/21/2024
6.0.0 301 2/12/2024
5.0.0 18,005 10/6/2023
4.0.0 707 8/31/2023
3.0.0 17,265 7/4/2023
2.2.0 8,534 5/5/2023
2.1.0 5,515 3/31/2023
2.0.0 6,082 2/27/2023
1.0.1 14,349 12/13/2022
1.0.0 1,860 12/5/2022
0.9.0 11,643 10/6/2022
0.8.0 10,695 8/23/2022
0.8.0-rc1 756 8/22/2022
0.7.0 14,890 7/12/2022

Release of libdatadog