Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Zhang committed Jun 17, 2020
2 parents 7c4ac5a + 279ef0e commit 6fd2568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/trace/sampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Sampler
trace_api::TraceId trace_id,
nostd::string_view name,
trace_api::SpanKind span_kind,
std::map<std::string, common::AttributeValue> attributes) noexcept = 0;
nostd::span<std::pair<nostd::string_view, common::AttributeValue>> attributes) noexcept = 0;

/**
* Returns the sampler name or short description with the configuration.
Expand Down

0 comments on commit 6fd2568

Please sign in to comment.