-
Notifications
You must be signed in to change notification settings - Fork 579
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
otelzap: Add skeleton and config options #5449
Conversation
Can you please outline an implementation plan in #5191? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5449 +/- ##
=====================================
Coverage 62.4% 62.4%
=====================================
Files 190 191 +1
Lines 11646 11690 +44
=====================================
+ Hits 7269 7303 +34
- Misses 4160 4170 +10
Partials 217 217
|
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Can you also update the Do you want to be a codeowner as well? Will you be able to maintain otelzap after your internship is finished? |
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
yes! will maintain it after internship too |
@open-telemetry/go-approvers, PTAL. This PR needs a second approval from a non-Splunk employee. |
* Add catalog-info.yaml config file * delete config.yaml * Skeleton of Zapcore and config options * Update bridges/otelzap/config.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/config.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/core.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/config.go Co-authored-by: Robert Pająk <[email protected]> * follow up commit * Update versions.yaml * Update bridges/otelzap/core_test.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/core_test.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/core_test.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/core_test.go Co-authored-by: Robert Pająk <[email protected]> * Update bridges/otelzap/core_test.go Co-authored-by: Robert Pająk <[email protected]> * applied suggestions --------- Co-authored-by: Robert Pająk <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
Part of #5191
Pre-work #5279