Skip to content

Commit

Permalink
Restore merge conflict file
Browse files Browse the repository at this point in the history
  • Loading branch information
Karen Xu committed Dec 14, 2020
1 parent f642a60 commit 13bc179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sdk/include/opentelemetry/sdk/logs/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ class LogProcessor
*/
virtual std::unique_ptr<Recordable> MakeRecordable() noexcept = 0;

/**
* Create a log recordable. This requests a new log recordable from the
* associated exporter.
* @return a newly initialized recordable
*
* Note: This method must be callable from multiple threads.
*/
virtual std::unique_ptr<Recordable> MakeRecordable() noexcept = 0;

/**
* OnReceive is called by the SDK once a log record has been successfully created.
* @param record the log record
Expand Down
3 changes: 3 additions & 0 deletions sdk/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
add_subdirectory(common)
add_subdirectory(trace)
add_subdirectory(metrics)
add_subdirectory(logs)

0 comments on commit 13bc179

Please sign in to comment.