libdatadog 33.0.0.1.0 → 40.0.0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/libdatadog/version.rb +2 -2
- data/libdatadog.gemspec +43 -0
- data/rust-toolchain.toml +6 -0
- data/tasks/build.rake +36 -2
- data/tasks/gem.rake +245 -0
- data/tasks/release.rake +28 -0
- data/tasks/spec.rake +11 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux}/LICENSE-3rdparty.csv +7 -1
- data/vendor/libdatadog-40.0.0/aarch64-linux/NOTICE +12 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux}/include/datadog/common.h +321 -81
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/aarch64-linux}/include/datadog/crashtracker.h +19 -0
- data/vendor/libdatadog-40.0.0/aarch64-linux/include/datadog/data-pipeline.h +612 -0
- data/vendor/libdatadog-40.0.0/aarch64-linux/include/datadog/otel-thread-ctx.h +86 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux}/include/datadog/profiling.h +37 -0
- data/vendor/libdatadog-40.0.0/aarch64-linux/include/datadog/shared-runtime.h +91 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux}/include/datadog/telemetry.h +37 -19
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/lib/libdatadog_profiling.so +0 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/lib/pkgconfig/datadog_profiling_with_rpath.pc +1 -1
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux-musl}/LICENSE-3rdparty.csv +7 -1
- data/vendor/libdatadog-40.0.0/aarch64-linux-musl/NOTICE +12 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/common.h +321 -81
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/crashtracker.h +19 -0
- data/vendor/libdatadog-40.0.0/aarch64-linux-musl/include/datadog/data-pipeline.h +612 -0
- data/vendor/libdatadog-40.0.0/aarch64-linux-musl/include/datadog/otel-thread-ctx.h +86 -0
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/profiling.h +37 -0
- data/vendor/libdatadog-40.0.0/aarch64-linux-musl/include/datadog/shared-runtime.h +91 -0
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/telemetry.h +37 -19
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/lib/libdatadog_profiling.so +0 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/lib/pkgconfig/datadog_profiling_with_rpath.pc +1 -1
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/LICENSE-3rdparty.csv +7 -1
- data/vendor/libdatadog-40.0.0/arm64-darwin/NOTICE +12 -0
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/arm64-darwin}/include/datadog/common.h +321 -81
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/arm64-darwin}/include/datadog/crashtracker.h +19 -0
- data/vendor/libdatadog-40.0.0/arm64-darwin/include/datadog/data-pipeline.h +612 -0
- data/vendor/libdatadog-40.0.0/arm64-darwin/include/datadog/otel-thread-ctx.h +86 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/arm64-darwin}/include/datadog/profiling.h +37 -0
- data/vendor/libdatadog-40.0.0/arm64-darwin/include/datadog/shared-runtime.h +91 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/arm64-darwin}/include/datadog/telemetry.h +37 -19
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/lib/libdatadog_profiling.dylib +0 -0
- data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/lib/pkgconfig/datadog_profiling_with_rpath.pc +1 -1
- data/vendor/libdatadog-40.0.0/x86_64-linux/LICENSE-3rdparty.csv +554 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/NOTICE +12 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/common.h +3115 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/crashtracker.h +1026 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/data-pipeline.h +612 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/otel-thread-ctx.h +86 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/profiling.h +1167 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/shared-runtime.h +91 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/include/datadog/telemetry.h +325 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/lib/libdatadog_profiling.so +0 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux/lib/pkgconfig/datadog_profiling_with_rpath.pc +15 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/LICENSE-3rdparty.csv +7 -1
- data/vendor/libdatadog-40.0.0/x86_64-linux-musl/NOTICE +12 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/common.h +321 -81
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/crashtracker.h +19 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux-musl/include/datadog/data-pipeline.h +612 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux-musl/include/datadog/otel-thread-ctx.h +86 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/profiling.h +37 -0
- data/vendor/libdatadog-40.0.0/x86_64-linux-musl/include/datadog/shared-runtime.h +91 -0
- data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/telemetry.h +37 -19
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/lib/libdatadog_profiling.so +0 -0
- data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/lib/pkgconfig/datadog_profiling_with_rpath.pc +1 -1
- metadata +97 -82
- data/vendor/libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/NOTICE +0 -4
- data/vendor/libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/data-pipeline.h +0 -216
- data/vendor/libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/NOTICE +0 -4
- data/vendor/libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/data-pipeline.h +0 -216
- data/vendor/libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin/NOTICE +0 -4
- data/vendor/libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin/include/datadog/data-pipeline.h +0 -216
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/LICENSE-3rdparty.csv +0 -548
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/NOTICE +0 -4
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/include/datadog/common.h +0 -2875
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/include/datadog/crashtracker.h +0 -1007
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/include/datadog/data-pipeline.h +0 -216
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/include/datadog/profiling.h +0 -1130
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/include/datadog/telemetry.h +0 -307
- data/vendor/libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu/lib/pkgconfig/datadog_profiling_with_rpath.pc +0 -15
- data/vendor/libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl/NOTICE +0 -4
- data/vendor/libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl/include/datadog/data-pipeline.h +0 -216
- /data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/LICENSE +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/include/datadog/blazesym.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/include/datadog/ddsketch.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/include/datadog/ffe.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/include/datadog/library-config.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-40.0.0/aarch64-linux}/include/datadog/log.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/LICENSE +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/blazesym.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/ddsketch.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/ffe.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/library-config.h +0 -0
- /data/vendor/{libdatadog-33.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-40.0.0/aarch64-linux-musl}/include/datadog/log.h +0 -0
- /data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/LICENSE +0 -0
- /data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/include/datadog/blazesym.h +0 -0
- /data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/include/datadog/ddsketch.h +0 -0
- /data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/include/datadog/ffe.h +0 -0
- /data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/include/datadog/library-config.h +0 -0
- /data/vendor/{libdatadog-33.0.0/arm64-darwin/libdatadog-aarch64-apple-darwin → libdatadog-40.0.0/arm64-darwin}/include/datadog/log.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/LICENSE +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/include/datadog/blazesym.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/include/datadog/ddsketch.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/include/datadog/ffe.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/include/datadog/library-config.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux/libdatadog-x86_64-unknown-linux-gnu → libdatadog-40.0.0/x86_64-linux}/include/datadog/log.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/LICENSE +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/blazesym.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/ddsketch.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/ffe.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/library-config.h +0 -0
- /data/vendor/{libdatadog-33.0.0/x86_64-linux-musl/libdatadog-x86_64-alpine-linux-musl → libdatadog-40.0.0/x86_64-linux-musl}/include/datadog/log.h +0 -0
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
#ifndef DDOG_SHARED_RUNTIME_H
|
|
6
|
+
#define DDOG_SHARED_RUNTIME_H
|
|
7
|
+
|
|
8
|
+
#include <stdarg.h>
|
|
9
|
+
#include <stdbool.h>
|
|
10
|
+
#include <stdint.h>
|
|
11
|
+
#include <stdlib.h>
|
|
12
|
+
|
|
13
|
+
#ifdef __cplusplus
|
|
14
|
+
extern "C" {
|
|
15
|
+
#endif // __cplusplus
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Frees a `SharedRuntimeFFIError`. After this call the pointer is invalid.
|
|
19
|
+
*/
|
|
20
|
+
void ddog_shared_runtime_error_free(struct ddog_SharedRuntimeFFIError *error);
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Create a new `ForkSafeRuntime`.
|
|
24
|
+
*
|
|
25
|
+
* On success writes a raw handle into `*out_handle` and returns `None`.
|
|
26
|
+
* On failure leaves `*out_handle` unchanged and returns an error.
|
|
27
|
+
*
|
|
28
|
+
* The caller owns the handle and must eventually pass it to
|
|
29
|
+
* [`ddog_shared_runtime_free`] (or another consumer that takes ownership).
|
|
30
|
+
*/
|
|
31
|
+
struct ddog_SharedRuntimeFFIError *ddog_shared_runtime_new(const struct ddog_ForkSafeRuntime **out_handle);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Free a handle, decrementing the `Arc` strong count.
|
|
35
|
+
*
|
|
36
|
+
* The underlying runtime may not be dropped if other components are still using it.
|
|
37
|
+
* Use [`ddog_shared_runtime_shutdown`] to cleanly stop workers.
|
|
38
|
+
*/
|
|
39
|
+
void ddog_shared_runtime_free(const struct ddog_ForkSafeRuntime *handle);
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Must be called in the parent process before `fork()`.
|
|
43
|
+
*
|
|
44
|
+
* Pauses all workers so that no background threads are running during the
|
|
45
|
+
* fork, preventing deadlocks in the child process.
|
|
46
|
+
*
|
|
47
|
+
* Returns an error if `handle` is null.
|
|
48
|
+
* The handle must have been initialized with `ddog_shared_runtime_new`.
|
|
49
|
+
*/
|
|
50
|
+
struct ddog_SharedRuntimeFFIError *ddog_shared_runtime_before_fork(const struct ddog_ForkSafeRuntime *handle);
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Must be called in the parent process after `fork()`.
|
|
54
|
+
*
|
|
55
|
+
* Restarts all workers that were paused by [`ddog_shared_runtime_before_fork`].
|
|
56
|
+
*
|
|
57
|
+
* Returns `None` on success, or an error if workers could not be restarted.
|
|
58
|
+
* The handle must have been initialized with `ddog_shared_runtime_new`.
|
|
59
|
+
*/
|
|
60
|
+
struct ddog_SharedRuntimeFFIError *ddog_shared_runtime_after_fork_parent(const struct ddog_ForkSafeRuntime *handle);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Must be called in the child process after `fork()`.
|
|
64
|
+
*
|
|
65
|
+
* Creates a fresh tokio runtime and restarts all workers. The original
|
|
66
|
+
* runtime cannot be safely reused after a fork.
|
|
67
|
+
*
|
|
68
|
+
* Returns `None` on success, or an error if the runtime could not be
|
|
69
|
+
* reinitialized.
|
|
70
|
+
* The handle must have been initialized with `ddog_shared_runtime_new`.
|
|
71
|
+
*/
|
|
72
|
+
struct ddog_SharedRuntimeFFIError *ddog_shared_runtime_after_fork_child(const struct ddog_ForkSafeRuntime *handle);
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Shut down the `ForkSafeRuntime`, stopping all workers.
|
|
76
|
+
*
|
|
77
|
+
* `timeout_ms` is the maximum time to wait for workers to stop, in
|
|
78
|
+
* milliseconds. Pass `0` for no timeout.
|
|
79
|
+
*
|
|
80
|
+
* Returns `None` on success, or `SharedRuntimeErrorCode::ShutdownTimedOut`
|
|
81
|
+
* if the timeout was reached.
|
|
82
|
+
* The handle must have been initialized with `ddog_shared_runtime_new`.
|
|
83
|
+
*/
|
|
84
|
+
struct ddog_SharedRuntimeFFIError *ddog_shared_runtime_shutdown(const struct ddog_ForkSafeRuntime *handle,
|
|
85
|
+
uint64_t timeout_ms);
|
|
86
|
+
|
|
87
|
+
#ifdef __cplusplus
|
|
88
|
+
} // extern "C"
|
|
89
|
+
#endif // __cplusplus
|
|
90
|
+
|
|
91
|
+
#endif /* DDOG_SHARED_RUNTIME_H */
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
// Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
#ifndef DDOG_TELEMETRY_H
|
|
6
|
+
#define DDOG_TELEMETRY_H
|
|
7
|
+
|
|
8
|
+
#include <stdbool.h>
|
|
9
|
+
#include <stddef.h>
|
|
10
|
+
#include <stdint.h>
|
|
11
|
+
#include <stdio.h>
|
|
12
|
+
#include "common.h"
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* # Safety
|
|
16
|
+
* * builder should be a non null pointer to a null pointer to a builder
|
|
17
|
+
*/
|
|
18
|
+
ddog_MaybeError ddog_telemetry_builder_instantiate(struct ddog_TelemetryWorkerBuilder **out_builder,
|
|
19
|
+
ddog_CharSlice service_name,
|
|
20
|
+
ddog_CharSlice language_name,
|
|
21
|
+
ddog_CharSlice language_version,
|
|
22
|
+
ddog_CharSlice tracer_version);
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* # Safety
|
|
26
|
+
* * builder should be a non null pointer to a null pointer to a builder
|
|
27
|
+
*/
|
|
28
|
+
ddog_MaybeError ddog_telemetry_builder_instantiate_with_hostname(struct ddog_TelemetryWorkerBuilder **out_builder,
|
|
29
|
+
ddog_CharSlice hostname,
|
|
30
|
+
ddog_CharSlice service_name,
|
|
31
|
+
ddog_CharSlice language_name,
|
|
32
|
+
ddog_CharSlice language_version,
|
|
33
|
+
ddog_CharSlice tracer_version);
|
|
34
|
+
|
|
35
|
+
ddog_MaybeError ddog_telemetry_builder_with_native_deps(struct ddog_TelemetryWorkerBuilder *builder,
|
|
36
|
+
bool include_native_deps);
|
|
37
|
+
|
|
38
|
+
ddog_MaybeError ddog_telemetry_builder_with_rust_shared_lib_deps(struct ddog_TelemetryWorkerBuilder *builder,
|
|
39
|
+
bool include_rust_shared_lib_deps);
|
|
40
|
+
|
|
41
|
+
ddog_MaybeError ddog_telemetry_builder_with_config(struct ddog_TelemetryWorkerBuilder *builder,
|
|
42
|
+
ddog_CharSlice name,
|
|
43
|
+
ddog_CharSlice value,
|
|
44
|
+
enum ddog_ConfigurationOrigin origin,
|
|
45
|
+
ddog_CharSlice config_id,
|
|
46
|
+
struct ddog_Option_U64 seq_id);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Builds the telemetry worker and return a handle to it
|
|
50
|
+
*
|
|
51
|
+
* # Safety
|
|
52
|
+
* * handle should be a non null pointer to a null pointer
|
|
53
|
+
*/
|
|
54
|
+
ddog_MaybeError ddog_telemetry_builder_run(struct ddog_TelemetryWorkerBuilder *builder,
|
|
55
|
+
ddog_TelemetryWorkerHandle **out_handle);
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Builds the telemetry worker and return a handle to it. The worker will only process and send
|
|
59
|
+
* telemetry metrics and telemetry logs. Any lifecyle/dependency/configuration event will be
|
|
60
|
+
* ignored
|
|
61
|
+
*
|
|
62
|
+
* # Safety
|
|
63
|
+
* * handle should be a non null pointer to a null pointer
|
|
64
|
+
*/
|
|
65
|
+
ddog_MaybeError ddog_telemetry_builder_run_metric_logs(struct ddog_TelemetryWorkerBuilder *builder,
|
|
66
|
+
ddog_TelemetryWorkerHandle **out_handle);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Sets the telemetry endpoint from its component parts.
|
|
70
|
+
*
|
|
71
|
+
* * `api_key` / `test_token`: ignored when empty.
|
|
72
|
+
* * `timeout_ms`: pass 0 to keep the existing/default timeout.
|
|
73
|
+
*/
|
|
74
|
+
ddog_MaybeError ddog_telemetry_builder_with_endpoint_config_endpoint(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
75
|
+
ddog_CharSlice url,
|
|
76
|
+
ddog_CharSlice api_key,
|
|
77
|
+
uint64_t timeout_ms,
|
|
78
|
+
ddog_CharSlice test_token,
|
|
79
|
+
bool use_system_resolver);
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Sets the endpoint property from its component parts.
|
|
83
|
+
*
|
|
84
|
+
* Available properties:
|
|
85
|
+
*
|
|
86
|
+
* * config.endpoint
|
|
87
|
+
*/
|
|
88
|
+
ddog_MaybeError ddog_telemetry_builder_with_property_endpoint(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
89
|
+
enum ddog_TelemetryWorkerBuilderEndpointProperty _property,
|
|
90
|
+
ddog_CharSlice url,
|
|
91
|
+
ddog_CharSlice api_key,
|
|
92
|
+
uint64_t timeout_ms,
|
|
93
|
+
ddog_CharSlice test_token,
|
|
94
|
+
bool use_system_resolver);
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Sets a named endpoint property from its component parts.
|
|
98
|
+
*
|
|
99
|
+
* Available properties:
|
|
100
|
+
*
|
|
101
|
+
* * config.endpoint
|
|
102
|
+
*/
|
|
103
|
+
ddog_MaybeError ddog_telemetry_builder_with_endpoint_named_property(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
104
|
+
ddog_CharSlice property,
|
|
105
|
+
ddog_CharSlice url,
|
|
106
|
+
ddog_CharSlice api_key,
|
|
107
|
+
uint64_t timeout_ms,
|
|
108
|
+
ddog_CharSlice test_token,
|
|
109
|
+
bool use_system_resolver);
|
|
110
|
+
|
|
111
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_application_service_version(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
112
|
+
ddog_CharSlice param);
|
|
113
|
+
|
|
114
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_application_env(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
115
|
+
ddog_CharSlice param);
|
|
116
|
+
|
|
117
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_application_runtime_name(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
118
|
+
ddog_CharSlice param);
|
|
119
|
+
|
|
120
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_application_runtime_version(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
121
|
+
ddog_CharSlice param);
|
|
122
|
+
|
|
123
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_application_runtime_patches(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
124
|
+
ddog_CharSlice param);
|
|
125
|
+
|
|
126
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_host_container_id(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
127
|
+
ddog_CharSlice param);
|
|
128
|
+
|
|
129
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_host_os(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
130
|
+
ddog_CharSlice param);
|
|
131
|
+
|
|
132
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_host_kernel_name(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
133
|
+
ddog_CharSlice param);
|
|
134
|
+
|
|
135
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_host_kernel_release(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
136
|
+
ddog_CharSlice param);
|
|
137
|
+
|
|
138
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_host_kernel_version(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
139
|
+
ddog_CharSlice param);
|
|
140
|
+
|
|
141
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_runtime_id(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
142
|
+
ddog_CharSlice param);
|
|
143
|
+
|
|
144
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_session_id(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
145
|
+
ddog_CharSlice param);
|
|
146
|
+
|
|
147
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_parent_session_id(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
148
|
+
ddog_CharSlice param);
|
|
149
|
+
|
|
150
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_root_session_id(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
151
|
+
ddog_CharSlice param);
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Sets a property from it's string value.
|
|
155
|
+
*
|
|
156
|
+
* Available properties:
|
|
157
|
+
*
|
|
158
|
+
* * application.service_version
|
|
159
|
+
*
|
|
160
|
+
* * application.env
|
|
161
|
+
*
|
|
162
|
+
* * application.runtime_name
|
|
163
|
+
*
|
|
164
|
+
* * application.runtime_version
|
|
165
|
+
*
|
|
166
|
+
* * application.runtime_patches
|
|
167
|
+
*
|
|
168
|
+
* * host.container_id
|
|
169
|
+
*
|
|
170
|
+
* * host.os
|
|
171
|
+
*
|
|
172
|
+
* * host.kernel_name
|
|
173
|
+
*
|
|
174
|
+
* * host.kernel_release
|
|
175
|
+
*
|
|
176
|
+
* * host.kernel_version
|
|
177
|
+
*
|
|
178
|
+
* * runtime_id
|
|
179
|
+
*
|
|
180
|
+
* * session_id
|
|
181
|
+
*
|
|
182
|
+
* * parent_session_id
|
|
183
|
+
*
|
|
184
|
+
* * root_session_id
|
|
185
|
+
*
|
|
186
|
+
*
|
|
187
|
+
*/
|
|
188
|
+
ddog_MaybeError ddog_telemetry_builder_with_property_str(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
189
|
+
enum ddog_TelemetryWorkerBuilderStrProperty property,
|
|
190
|
+
ddog_CharSlice param);
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Sets a property from it's string value.
|
|
194
|
+
*
|
|
195
|
+
* Available properties:
|
|
196
|
+
*
|
|
197
|
+
* * application.service_version
|
|
198
|
+
*
|
|
199
|
+
* * application.env
|
|
200
|
+
*
|
|
201
|
+
* * application.runtime_name
|
|
202
|
+
*
|
|
203
|
+
* * application.runtime_version
|
|
204
|
+
*
|
|
205
|
+
* * application.runtime_patches
|
|
206
|
+
*
|
|
207
|
+
* * host.container_id
|
|
208
|
+
*
|
|
209
|
+
* * host.os
|
|
210
|
+
*
|
|
211
|
+
* * host.kernel_name
|
|
212
|
+
*
|
|
213
|
+
* * host.kernel_release
|
|
214
|
+
*
|
|
215
|
+
* * host.kernel_version
|
|
216
|
+
*
|
|
217
|
+
* * runtime_id
|
|
218
|
+
*
|
|
219
|
+
* * session_id
|
|
220
|
+
*
|
|
221
|
+
* * parent_session_id
|
|
222
|
+
*
|
|
223
|
+
* * root_session_id
|
|
224
|
+
*
|
|
225
|
+
*
|
|
226
|
+
*/
|
|
227
|
+
ddog_MaybeError ddog_telemetry_builder_with_str_named_property(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
228
|
+
ddog_CharSlice property,
|
|
229
|
+
ddog_CharSlice param);
|
|
230
|
+
|
|
231
|
+
ddog_MaybeError ddog_telemetry_builder_with_bool_config_telemetry_debug_logging_enabled(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
232
|
+
bool param);
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Sets a property from it's string value.
|
|
236
|
+
*
|
|
237
|
+
* Available properties:
|
|
238
|
+
*
|
|
239
|
+
* * config.telemetry_debug_logging_enabled
|
|
240
|
+
*
|
|
241
|
+
*
|
|
242
|
+
*/
|
|
243
|
+
ddog_MaybeError ddog_telemetry_builder_with_property_bool(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
244
|
+
enum ddog_TelemetryWorkerBuilderBoolProperty property,
|
|
245
|
+
bool param);
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Sets a property from it's string value.
|
|
249
|
+
*
|
|
250
|
+
* Available properties:
|
|
251
|
+
*
|
|
252
|
+
* * config.telemetry_debug_logging_enabled
|
|
253
|
+
*
|
|
254
|
+
*
|
|
255
|
+
*/
|
|
256
|
+
ddog_MaybeError ddog_telemetry_builder_with_bool_named_property(struct ddog_TelemetryWorkerBuilder *telemetry_builder,
|
|
257
|
+
ddog_CharSlice property,
|
|
258
|
+
bool param);
|
|
259
|
+
|
|
260
|
+
ddog_MaybeError ddog_telemetry_handle_add_dependency(const ddog_TelemetryWorkerHandle *handle,
|
|
261
|
+
ddog_CharSlice dependency_name,
|
|
262
|
+
ddog_CharSlice dependency_version);
|
|
263
|
+
|
|
264
|
+
ddog_MaybeError ddog_telemetry_handle_add_integration(const ddog_TelemetryWorkerHandle *handle,
|
|
265
|
+
ddog_CharSlice dependency_name,
|
|
266
|
+
ddog_CharSlice dependency_version,
|
|
267
|
+
bool enabled,
|
|
268
|
+
struct ddog_Option_Bool compatible,
|
|
269
|
+
struct ddog_Option_Bool auto_enabled);
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* * indentifier: identifies a logging location uniquely. This can for instance be the template
|
|
273
|
+
* using for the log message or the concatenated file + line of the origin of the log
|
|
274
|
+
* * stack_trace: stack trace associated with the log. If no stack trace is available, an empty
|
|
275
|
+
* string should be passed
|
|
276
|
+
*/
|
|
277
|
+
ddog_MaybeError ddog_telemetry_handle_add_log(const ddog_TelemetryWorkerHandle *handle,
|
|
278
|
+
ddog_CharSlice indentifier,
|
|
279
|
+
ddog_CharSlice message,
|
|
280
|
+
enum ddog_LogLevel level,
|
|
281
|
+
ddog_CharSlice stack_trace);
|
|
282
|
+
|
|
283
|
+
ddog_MaybeError ddog_telemetry_handle_start(const ddog_TelemetryWorkerHandle *handle);
|
|
284
|
+
|
|
285
|
+
ddog_TelemetryWorkerHandle *ddog_telemetry_handle_clone(const ddog_TelemetryWorkerHandle *handle);
|
|
286
|
+
|
|
287
|
+
ddog_MaybeError ddog_telemetry_handle_stop(const ddog_TelemetryWorkerHandle *handle);
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* * compatible: should be false if the metric is language specific, true otherwise
|
|
291
|
+
*/
|
|
292
|
+
struct ddog_ContextKey ddog_telemetry_handle_register_metric_context(const ddog_TelemetryWorkerHandle *handle,
|
|
293
|
+
ddog_CharSlice name,
|
|
294
|
+
enum ddog_MetricType metric_type,
|
|
295
|
+
struct ddog_Vec_Tag tags,
|
|
296
|
+
bool common,
|
|
297
|
+
enum ddog_MetricNamespace namespace_);
|
|
298
|
+
|
|
299
|
+
ddog_MaybeError ddog_telemetry_handle_add_point(const ddog_TelemetryWorkerHandle *handle,
|
|
300
|
+
const struct ddog_ContextKey *context_key,
|
|
301
|
+
double value);
|
|
302
|
+
|
|
303
|
+
ddog_MaybeError ddog_telemetry_handle_add_point_with_tags(const ddog_TelemetryWorkerHandle *handle,
|
|
304
|
+
const struct ddog_ContextKey *context_key,
|
|
305
|
+
double value,
|
|
306
|
+
struct ddog_Vec_Tag extra_tags);
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* This function takes ownership of the handle. It should not be used after calling it
|
|
310
|
+
*/
|
|
311
|
+
void ddog_telemetry_handle_wait_for_shutdown(ddog_TelemetryWorkerHandle *handle);
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* This function takes ownership of the handle. It should not be used after calling it
|
|
315
|
+
*/
|
|
316
|
+
void ddog_telemetry_handle_wait_for_shutdown_ms(ddog_TelemetryWorkerHandle *handle,
|
|
317
|
+
uint64_t wait_for_ms);
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* Drops the handle without waiting for shutdown. The worker will continue running in the
|
|
321
|
+
* background until it exits by itself
|
|
322
|
+
*/
|
|
323
|
+
void ddog_telemetry_handle_drop(ddog_TelemetryWorkerHandle *handle);
|
|
324
|
+
|
|
325
|
+
#endif /* DDOG_TELEMETRY_H */
|
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
|
|
2
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
prefix=${pcfiledir}/../..
|
|
5
|
+
exec_prefix=${prefix}
|
|
6
|
+
libdir=${exec_prefix}/lib
|
|
7
|
+
includedir=${prefix}/include
|
|
8
|
+
|
|
9
|
+
Name: datadog_profiling
|
|
10
|
+
Description: Contains common code used to implement Datadog's Continuous Profilers. (Dynamic linking variant, sets rpath)
|
|
11
|
+
Version: 40.0.0
|
|
12
|
+
Requires:
|
|
13
|
+
Libs: -L${libdir} -ldatadog_profiling -Wl,-rpath,${libdir}
|
|
14
|
+
Libs.private:
|
|
15
|
+
Cflags: -I${includedir}
|
|
@@ -125,6 +125,7 @@ dispatch2,https://github.com/madsmtm/objc2,Zlib OR Apache-2.0 OR MIT,"Mads Marqu
|
|
|
125
125
|
displaydoc,https://github.com/yaahc/displaydoc,MIT OR Apache-2.0,Jane Lusby <jlusby@yaah.dev>
|
|
126
126
|
dyn-clone,https://github.com/dtolnay/dyn-clone,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
|
|
127
127
|
either,https://github.com/rayon-rs/either,MIT OR Apache-2.0,bluss
|
|
128
|
+
elf,https://github.com/cole14/rust-elf,MIT OR Apache-2.0,Christopher Cole <chris.cole.09@gmail.com>
|
|
128
129
|
encoding_rs,https://github.com/hsivonen/encoding_rs,(Apache-2.0 OR MIT) AND BSD-3-Clause,Henri Sivonen <hsivonen@hsivonen.fi>
|
|
129
130
|
enum-as-inner,https://github.com/bluejekyll/enum-as-inner,MIT OR Apache-2.0,Benjamin Fry <benjaminfry@me.com>
|
|
130
131
|
equivalent,https://github.com/cuviper/equivalent,Apache-2.0 OR MIT,The equivalent Authors
|
|
@@ -219,7 +220,7 @@ js-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys,MIT OR
|
|
|
219
220
|
kernel32-sys,https://github.com/retep998/winapi-rs,MIT,Peter Atashian <retep998@gmail.com>
|
|
220
221
|
kv-log-macro,https://github.com/yoshuawuyts/kv-log-macro,MIT OR Apache-2.0,Yoshua Wuyts <yoshuawuyts@gmail.com>
|
|
221
222
|
lazy_static,https://github.com/rust-lang-nursery/lazy-static.rs,MIT OR Apache-2.0,Marvin Löbel <loebel.marvin@gmail.com>
|
|
222
|
-
libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The
|
|
223
|
+
libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The libc Authors
|
|
223
224
|
libdd-libunwind-sys,https://github.com/DataDog/libdatadog/tree/main/libdd-libunwind-sys,Apache-2.0,The libdd-libunwind-sys Authors
|
|
224
225
|
libloading,https://github.com/nagisa/rust_libloading,ISC,Simonas Kazlauskas <libloading@kazlauskas.me>
|
|
225
226
|
libredox,https://gitlab.redox-os.org/redox-os/libredox,MIT,4lDO2 <4lDO2@protonmail.com>
|
|
@@ -229,6 +230,7 @@ linux-raw-sys,https://github.com/sunfishcode/linux-raw-sys,Apache-2.0 WITH LLVM-
|
|
|
229
230
|
litemap,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
|
|
230
231
|
lock_api,https://github.com/Amanieu/parking_lot,MIT OR Apache-2.0,Amanieu d'Antras <amanieu@gmail.com>
|
|
231
232
|
log,https://github.com/rust-lang/log,MIT OR Apache-2.0,The Rust Project Developers
|
|
233
|
+
lru,https://github.com/jeromefroe/lru-rs,MIT,Jerome Froelich <jeromefroelic@hotmail.com>
|
|
232
234
|
manual_future,https://github.com/dmarcuse/manual_future,MIT,Dominic Marcuse <dominic@marcuse.us>
|
|
233
235
|
matchers,https://github.com/hawkw/matchers,MIT,Eliza Weisman <eliza@buoyant.io>
|
|
234
236
|
matchit,https://github.com/ibraheemdev/matchit,MIT AND BSD-3-Clause,Ibraheem Ahmed <ibraheem@ibraheem.ca>
|
|
@@ -304,6 +306,7 @@ proc-macro-crate,https://github.com/bkchr/proc-macro-crate,MIT OR Apache-2.0,Bas
|
|
|
304
306
|
proc-macro-error,https://gitlab.com/CreepySkeleton/proc-macro-error,MIT OR Apache-2.0,CreepySkeleton <creepy-skeleton@yandex.ru>
|
|
305
307
|
proc-macro-error-attr,https://gitlab.com/CreepySkeleton/proc-macro-error,MIT OR Apache-2.0,CreepySkeleton <creepy-skeleton@yandex.ru>
|
|
306
308
|
proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>"
|
|
309
|
+
proc-macro2-diagnostics,https://github.com/SergioBenitez/proc-macro2-diagnostics,MIT OR Apache-2.0,Sergio Benitez <sb@sergio.bz>
|
|
307
310
|
prost,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>"
|
|
308
311
|
prost-derive,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>"
|
|
309
312
|
prost-types,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>"
|
|
@@ -372,6 +375,7 @@ semver,https://github.com/dtolnay/semver,MIT OR Apache-2.0,David Tolnay <dtolnay
|
|
|
372
375
|
sendfd,https://github.com/standard-ai/sendfd,Apache-2.0 OR BSD-3-Clause,"Simonas Kazlauskas <simonas@standard.ai>, Bernardo Meurer <bernardo@standard.ai>, Léo Gaspard <leo@standard.ai>"
|
|
373
376
|
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
|
|
374
377
|
serde-bool,https://github.com/x52dev/serde-utils,MIT OR Apache-2.0,Rob Ede <robjtede@icloud.com>
|
|
378
|
+
serde-transcode,https://github.com/sfackler/serde-transcode,MIT OR Apache-2.0,Steven Fackler <sfackler@palantir.com>
|
|
375
379
|
serde_bytes,https://github.com/serde-rs/bytes,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
|
|
376
380
|
serde_core,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
|
|
377
381
|
serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
|
|
@@ -427,6 +431,7 @@ target-triple,https://github.com/dtolnay/target-triple,MIT OR Apache-2.0,David T
|
|
|
427
431
|
tempfile,https://github.com/Stebalien/tempfile,MIT OR Apache-2.0,"Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io>"
|
|
428
432
|
termcolor,https://github.com/BurntSushi/termcolor,Unlicense OR MIT,Andrew Gallant <jamslam@gmail.com>
|
|
429
433
|
test-case-macros,https://github.com/frondeus/test-case,MIT,"Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>, Wojciech Polak <frondeus@gmail.com>, Łukasz Biel <lukasz.p.biel@gmail.com>"
|
|
434
|
+
thin-vec,https://github.com/mozilla/thin-vec,MIT OR Apache-2.0,Aria Beingessner <a.beingessner@gmail.com>
|
|
430
435
|
thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
|
|
431
436
|
thiserror-impl,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
|
|
432
437
|
thread_local,https://github.com/Amanieu/thread_local-rs,MIT OR Apache-2.0,Amanieu d'Antras <amanieu@gmail.com>
|
|
@@ -493,6 +498,7 @@ wasm-bindgen-macro,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/m
|
|
|
493
498
|
wasm-bindgen-macro-support,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support,MIT OR Apache-2.0,The wasm-bindgen Developers
|
|
494
499
|
wasm-bindgen-shared,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared,MIT OR Apache-2.0,The wasm-bindgen Developers
|
|
495
500
|
web-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
|
|
501
|
+
web-time,https://github.com/daxpedda/web-time,MIT OR Apache-2.0,The web-time Authors
|
|
496
502
|
webpki-root-certs,https://github.com/rustls/webpki-roots,CDLA-Permissive-2.0,The webpki-root-certs Authors
|
|
497
503
|
webpki-roots,https://github.com/rustls/webpki-roots,CDLA-Permissive-2.0,The webpki-roots Authors
|
|
498
504
|
widestring,https://github.com/VoidStarKat/widestring-rs,MIT OR Apache-2.0,The widestring Authors
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Datadog libdatadog
|
|
2
|
+
Copyright 2021-2022 Datadog, Inc.
|
|
3
|
+
|
|
4
|
+
This product includes software developed at Datadog (<https://www.datadoghq.com/>).
|
|
5
|
+
|
|
6
|
+
--
|
|
7
|
+
|
|
8
|
+
This product bundles a copy of the libbpf/usdt single-header USDT
|
|
9
|
+
library in `libdd-profiling-heap-sampler/vendor/usdt.h`. That file is licensed
|
|
10
|
+
under the BSD 2-Clause License, Copyright (c) 2024 Meta Platforms, Inc.
|
|
11
|
+
and affiliates. The SPDX identifier and copyright notice are retained
|
|
12
|
+
verbatim in the file header. Upstream: <https://github.com/libbpf/usdt>.
|