Skip to content

Commit cae1e69

Browse files
leonardo-albertovichedsiper
authored andcommitted
encode: opentelemetry: added missing declaration
Signed-off-by: leonardo-albertovich <[email protected]>
1 parent 9d0c2e3 commit cae1e69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ctr_encode_opentelemetry.c

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#include <ctraces/ctraces.h>
2121
#include <fluent-otel-proto/fluent-otel.h>
2222

23+
static void destroy_scope_spans(Opentelemetry__Proto__Trace__V1__ScopeSpans **scope_spans,
24+
size_t count);
25+
2326
static inline Opentelemetry__Proto__Common__V1__AnyValue *ctr_variant_to_otlp_any_value(struct cfl_variant *value);
2427
static inline Opentelemetry__Proto__Common__V1__KeyValue *ctr_variant_kvpair_to_otlp_kvpair(struct cfl_kvpair *input_pair);
2528
static inline Opentelemetry__Proto__Common__V1__AnyValue *ctr_variant_kvlist_to_otlp_any_value(struct cfl_variant *value);

0 commit comments

Comments
 (0)