Skip to content

Commit

Permalink
tracer workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Jul 30, 2020
1 parent d2c3ebf commit aacecd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/include/opentelemetry/trace/tracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ class Tracer
*
* Attributes will be processed in order, previous attributes with the same
* key will be overwritten.
*/
virtual nostd::unique_ptr<Span> StartSpan(nostd::string_view name,
const KeyValueIterable &attributes,
const StartSpanOptions &options = {}) noexcept = 0;
// */
// virtual nostd::unique_ptr<Span> StartSpan(nostd::string_view name,
// const KeyValueIterable &attributes,
// const StartSpanOptions &options = {}) noexcept = 0;

// nostd::unique_ptr<Span> StartSpan(nostd::string_view name,
// const StartSpanOptions &options = {}) noexcept
Expand Down

0 comments on commit aacecd5

Please sign in to comment.