-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Initial contribution of remote tap extension #27477
Initial contribution of remote tap extension #27477
Conversation
ada122a
to
7ea1f0c
Compare
a6cbee3
to
dd415ce
Compare
Since there are already observer extensions that have differing functionality, would naming this "websocket extension" and migrating the "websocket processor" to a different package name make sense? Excited for this component to be added. |
Discussed in SIG meeting that indeed observer is already taken, we should take up a new name. "tap" was proposed. |
2ef681c
to
2941d67
Compare
2edf3f4
to
9cbba10
Compare
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.
The code makes sense to me, just need a clarification for the README and some tests added and be good to go.
What tests are missing? |
a9c6791
to
762783f
Compare
762783f
to
3849952
Compare
@MovieStoreGuy let me know what else I should cover. It should be good to go here, bear in mind this is just a first PR to set the skeleton of the component, and we'll have more chats afterwards. |
3849952
to
2a65ab2
Compare
**Description:** Adds the basis of a new extension, the remote ~observer~ tap extension, to be used to display the contents of the data observed via remote observer processors. This PR deals only with the structure and required files related to the extension. **Link to tracking Issue:** open-telemetry#19634 **Testing:** N/A **Documentation:** README --------- Co-authored-by: Pablo Collins <pcollins@splunk.com>
**Description:** Adds the basis of a new extension, the remote ~observer~ tap extension, to be used to display the contents of the data observed via remote observer processors. This PR deals only with the structure and required files related to the extension. **Link to tracking Issue:** open-telemetry#19634 **Testing:** N/A **Documentation:** README --------- Co-authored-by: Pablo Collins <pcollins@splunk.com>
Description:
Adds the basis of a new extension, the remote
observertap extension, to be used to display the contents of the data observed via remote observer processors.This PR deals only with the structure and required files related to the extension.
Link to tracking Issue:
#19634
Testing:
N/A
Documentation:
README