libdatadog 2.2.0
See the version list below for details.
dotnet add package libdatadog --version 2.2.0
NuGet\Install-Package libdatadog -Version 2.2.0
<PackageReference Include="libdatadog" Version="2.2.0" />
paket add libdatadog --version 2.2.0
#r "nuget: libdatadog, 2.2.0"
// Install libdatadog as a Cake Addin #addin nuget:?package=libdatadog&version=2.2.0 // Install libdatadog as a Cake Tool #tool nuget:?package=libdatadog&version=2.2.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.60 or newer with cargo. Some platforms may need protoc; others have it shipped in prost-build.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
14.2.0 | 713 | 2 months ago |
14.1.0 | 756 | 2 months ago |
13.1.0 | 13,621 | 3 months ago |
13.0.0 | 2,295 | 4 months ago |
12.0.0 | 598 | 5 months ago |
10.0.0 | 17,735 | 7 months ago |
9.0.0 | 4,967 | 8 months ago |
8.0.0 | 7,033 | 9 months ago |
7.0.0 | 1,322 | 10 months ago |
6.0.0 | 641 | 2/12/2024 |
5.0.0 | 19,779 | 10/6/2023 |
4.0.0 | 1,057 | 8/31/2023 |
3.0.0 | 17,476 | 7/4/2023 |
2.2.0 | 8,723 | 5/5/2023 |
2.1.0 | 5,671 | 3/31/2023 |
2.0.0 | 6,298 | 2/27/2023 |
1.0.1 | 14,497 | 12/13/2022 |
1.0.0 | 2,513 | 12/5/2022 |
0.9.0 | 11,823 | 10/6/2022 |
0.8.0 | 10,867 | 8/23/2022 |
0.8.0-rc1 | 886 | 8/22/2022 |
0.7.0 | 16,742 | 7/12/2022 |
Release of libdatadog