-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[receiver/faroreceiver] Add Faro receiver logic to wireframe #39588
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
base: main
Are you sure you want to change the base?
Conversation
Note: I'm basically copying #38224 from @dark0dave and making updates |
Moving to draft while this PR is being worked on. Please mark ready to review and ping @dehaansa when done. |
receiver/faroreceiver/utils.go
Outdated
default: | ||
return false | ||
} | ||
} |
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.
functions from utils.go seem are not used anywhere
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.
that's right! removed file
Description
Faro receiver package enables Faro-compatible endpoints. This makes it work.
Link to tracking issue
Fixes #19180
Testing
Adding more unit tests.