-
Notifications
You must be signed in to change notification settings - Fork 32
RSDK-13854: OpenTelemetry support #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lia-viam
wants to merge
36
commits into
viamrobotics:main
Choose a base branch
from
lia-viam:opentel-prototype
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f495fcf
claude prototype
lia-viam 6e99eb9
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into open…
lia-viam 4cf739f
put cpp file in private too
lia-viam e284039
use unique_ptr
lia-viam 11dd175
claude cleanup
lia-viam b7205c2
more claude cleanup
lia-viam bda835a
refactor tracing components
lia-viam 8cdb369
fix duplicate registration
lia-viam a21823f
fix url
lia-viam e0e4d52
add sendtraces exporter
lia-viam 05e7293
add env var false helper
lia-viam c09d612
do runtime check to not initialize env var
lia-viam 7dac5e0
opentel is conan only off by default
lia-viam 2c67c16
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into open…
lia-viam 0496ac0
explain more
lia-viam b7efc9d
conan default
lia-viam 26fed90
space
lia-viam ed2d05f
Merge branch 'main' into opentel-prototype
lia-viam 56db458
nolint the no-op impl
lia-viam 87ce7c5
rewrite truth/false tests
lia-viam 4497008
move the nolint
lia-viam 058d74a
disable opentel on windows PR builds
lia-viam fde2120
conan build fixes
lia-viam 8929c0b
Update conanfile.py
lia-viam 1e48257
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into open…
lia-viam 53bc981
Merge branch 'opentel-prototype' of github.com:lia-viam/viam-cpp-sdk …
lia-viam 94cc725
conan changes
lia-viam 8f95e33
remove shared match
lia-viam d21e6b7
unconditionally match sharedness
lia-viam 495e267
revert shared block and bound windows
lia-viam 15550d9
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into open…
lia-viam b93360c
higher range
lia-viam 19749ab
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into open…
lia-viam cea4082
fix use cases not covered by helpers
lia-viam ac24daf
remove pimpl in private headers
lia-viam 00ed4cb
static initialize_propagator
lia-viam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there version skew concerns here? Or does it all just work out because if we are building with otel then we don't care what buf did anyway?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the latter