Skip to content

Commit

Permalink
encode: opentelemetry: added missing declaration
Browse files Browse the repository at this point in the history
Signed-off-by: leonardo-albertovich <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 16, 2024
1 parent 9d0c2e3 commit cae1e69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ctr_encode_opentelemetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#include <ctraces/ctraces.h>
#include <fluent-otel-proto/fluent-otel.h>

static void destroy_scope_spans(Opentelemetry__Proto__Trace__V1__ScopeSpans **scope_spans,
size_t count);

static inline Opentelemetry__Proto__Common__V1__AnyValue *ctr_variant_to_otlp_any_value(struct cfl_variant *value);
static inline Opentelemetry__Proto__Common__V1__KeyValue *ctr_variant_kvpair_to_otlp_kvpair(struct cfl_kvpair *input_pair);
static inline Opentelemetry__Proto__Common__V1__AnyValue *ctr_variant_kvlist_to_otlp_any_value(struct cfl_variant *value);
Expand Down

0 comments on commit cae1e69

Please sign in to comment.