-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[exporter/coralogix] Enable component #7383
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
[exporter/coralogix] Enable component #7383
Conversation
Hi @codeboten @jpkrohling , |
This is currently failing with:
|
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.
Can you also confirm everything we have in the checklist is available for this component?
There are things that we might have added after you sent in your first PR: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components
go.mod
Outdated
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.
Don't forget to also add this exporter to the contrib release: https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml
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.
Looks like I can't update this PR with the changelog changes. Please rebase this PR and I'll merge once the CI is green. Alternatively, change this PR to allow edits from maintainers. |
@jpkrohling the conflict fixed, Can you merge this PR? |
@jpkrohling any update? |
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.
Looks like there are still lint failures:
level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package : could not load export data: no export data for \"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/coralogixexporter\""
level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package : could not load export data: no export data for \"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/coralogixexporter\"\n\n"
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.
Please ensure the component is added to cmd/configschema
's go.mod file, see this PR as an example: 5f01d39#diff-6f43a803578a41b86dd65b0786b35cf3bcb63d3c02c77175dd549652ebffed4c
@codeboten Any update? |
Please ensure the tests are passing. Refer to the contribution guidelines to learn how to run the tests and linters locally. This will save you time, as you'll catch problems before they get into the hands of reviewers.
|
@jpkrohling Thanks, the tests of coralogix exporter passed |
Your PR introduced a test failure, it should not.
|
@jpkrohling Thanks, I fixed this issue. there is only 1 failed test but this failure is not "coralogixexporter" |
* coralogix exporter enable * coralogix exporter enable * fix endpoint exporter_test
Description:
Last PR of Coralogix exporter, the client connects to Coralogix and sends traces
The changes:
Link to tracking Issue:
Testing:
Documentation: