feat(output): add basic opentelemetry output#971
Conversation
This output allows exporting file activity events as opentelemetry logs via otlp to be collected by compatible systems. TODO: * Add feature flag * Add configuration * Add integration tests * Add docs on how to use this output
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #971 +/- ##
==========================================
- Coverage 32.23% 30.50% -1.73%
==========================================
Files 21 22 +1
Lines 2736 2891 +155
Branches 2736 2891 +155
==========================================
Hits 882 882
- Misses 1851 2006 +155
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
This output allows exporting file activity events as opentelemetry logs via otlp to be collected by compatible systems.
TODO:
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
TBD