-
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
Export spans to hec #359
Export spans to hec #359
Conversation
Opened after closing #323 to trigger coverage. |
3a7d431
to
ba82619
Compare
Codecov Report
@@ Coverage Diff @@
## master #359 +/- ##
==========================================
+ Coverage 83.49% 83.56% +0.07%
==========================================
Files 171 172 +1
Lines 9262 9339 +77
==========================================
+ Hits 7733 7804 +71
- Misses 1199 1202 +3
- Partials 330 333 +3
Continue to review full report at Codecov.
|
e9b9d4e
to
d982b7f
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.
LGTM
This reverts commit 625973a. Reverting because this fails the build https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/1563/workflows/e7c13c24-34ac-4fa6-85e9-da3fafb0fbbc and we have to make a release now.
This reverts commit 625973a. Reverting because this fails the build https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/1563/workflows/e7c13c24-34ac-4fa6-85e9-da3fafb0fbbc and we have to make a release now.
Adds trace exports support to Splunk HEC. Testing: Unit tests. Documentation: No doc - this is complementary to the metric export support with no additional config keys.
This reverts commit 625973a. Reverting because this fails the build https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/1563/workflows/e7c13c24-34ac-4fa6-85e9-da3fafb0fbbc and we have to make a release now.
* Introduce cascading filter processor
* Introduce cascading filter processor
Description:
Adds trace exports support to Splunk HEC.
Testing:
Unit tests.
Documentation:
No doc - this is complementary to the metric export support with no additional config keys.