We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0c2e3 commit cae1e69Copy full SHA for cae1e69
src/ctr_encode_opentelemetry.c
@@ -20,6 +20,9 @@
20
#include <ctraces/ctraces.h>
21
#include <fluent-otel-proto/fluent-otel.h>
22
23
+static void destroy_scope_spans(Opentelemetry__Proto__Trace__V1__ScopeSpans **scope_spans,
24
+ size_t count);
25
+
26
static inline Opentelemetry__Proto__Common__V1__AnyValue *ctr_variant_to_otlp_any_value(struct cfl_variant *value);
27
static inline Opentelemetry__Proto__Common__V1__KeyValue *ctr_variant_kvpair_to_otlp_kvpair(struct cfl_kvpair *input_pair);
28
static inline Opentelemetry__Proto__Common__V1__AnyValue *ctr_variant_kvlist_to_otlp_any_value(struct cfl_variant *value);
0 commit comments