Skip to content

Commit

Permalink
πŸ› fix zipkin exporter compile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored Jul 11, 2021
1 parent 2209343 commit ddf3de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Recordable final : public sdk::trace::Recordable
void AddLink(const opentelemetry::trace::SpanContext &span_context,
const common::KeyValueIterable &attributes) noexcept override;

void SetStatus(trace::StatusCode code, nostd::string_view description) noexcept override;
void SetStatus(opentelemetry::trace::StatusCode code, nostd::string_view description) noexcept override;

void SetName(nostd::string_view name) noexcept override;

Expand Down

0 comments on commit ddf3de1

Please sign in to comment.