-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Refactor to use OTEL messages directly (#10)
* Pulling in specific branch of OddDotProto. * Imported latest proto. Fixed build errors. Adjusted tests. * Removing submodule to place in separate 'submodule' directory * Update submodule directory. * Pulled in updates to proto files. * Updated OddDotProto submodule back to main. * Bumped GitVersion.yml
- Loading branch information
Showing
11 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "src/OddDotCSharp/OddDotProto"] | ||
path = src/OddDotCSharp/OddDotProto | ||
[submodule "src/OddDotCSharp/submodules/OddDotProto"] | ||
path = src/OddDotCSharp/submodules/OddDotProto | ||
url = https://github.com/OddDotNet/OddDotProto.git |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
workflow: GitHubFlow/v1 | ||
next-version: 0.0.2 | ||
next-version: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule OddDotProto
deleted from
02d312
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using OddDotNet.Proto.Spans.V1; | ||
using OddDotNet.Proto.Trace.V1; | ||
|
||
namespace OddDotCSharp | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule OddDotProto
added at
c7dd04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters