-
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
Add Instana exporter overall structure #13452
Add Instana exporter overall structure #13452
Conversation
d347350
to
0c2fcb9
Compare
/assign @jpkrohling |
/cc @jpkrohling |
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.
This PR seems to be missing a few things from the skeleton, like the Makefile.
0c2fcb9
to
e996dae
Compare
fa7ea87
to
b9211a2
Compare
@jpkrohling Thanks for the review and feedback. I have updated your comments and it is ready for review again.
I am following the When adding a new component and for 1st PR it suggests the: "Readme, configuration, and factory implementation". The Makefile etc. can be added in 2nd PR with the implementation, so it can build. |
Interesting, so far, our interpretation has been that the Makefile has to be part of the first PR so that it's incorporated into the main build. This way, we can ensure the files are syntactically correct, like the |
a9283df
to
5a62110
Compare
Thanks @jpkrohling for the feedback. I have added the Makefile as you suggested. Let me know if it needs any other changes. |
be67318
to
14aef6b
Compare
73e0cdb
to
52f8c8f
Compare
@jpkrohling Thanks for the reviews and feedback. I have updated it and it should be good for review again. |
b4cf3fa
to
d09395b
Compare
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com> Co-authored-by: Martin Hickey <martin.hickey@ie.ibm.com> Co-authored-by: Cedric Ziel <cedric@cedric-ziel.com> Co-authored-by: Willian Carvalho <willianc@pm.me>
Review comments: - open-telemetry#13452 (review) Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Review comments: - open-telemetry#13452 (comment) Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Review comments: - open-telemetry#13452 (comment) - open-telemetry#13452 (comment) Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
d09395b
to
8adc18c
Compare
Thanks @jpkrohling for reviews, feedback and merging. |
Signed-off-by: Martin Hickey martin.hickey@ie.ibm.com
Co-authored-by: Martin Hickey martin.hickey@ie.ibm.com
Co-authored-by: Cedric Ziel cedric@cedric-ziel.com
Co-authored-by: Willian Carvalho willianc@pm.me
Description:
Adding new component, Instana exporter.
This is the first of 3 PRs which adds the overall skeleton structure.
Link to tracking Issue:
Partial #13395
Testing:
Unit Tests
Documentation:
Readme explaining the exporter and its configuration.