-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Feature][exporter/azuredataexplorerexporter] Exporter helper support #27272
[Feature][exporter/azuredataexplorerexporter] Exporter helper support #27272
Conversation
changelog should be added |
failed checks seemed related to this change, if so, please fix the test |
…pentelemetry-collector-contrib into feature/ingestionretry
Hi @fatsheep9146 , |
@@ -75,6 +75,8 @@ func createMetricsExporter( | |||
adxCfg, | |||
adp.metricsDataPusher, | |||
exporterhelper.WithTimeout(exporterhelper.TimeoutSettings{Timeout: 0}), |
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 you're still not using the timeout
setting from exporterhelper.TimeoutSettings
?
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.
Ah! good catch @astencel-sumo, corrected this.
Hi @fatsheep9146 , All checks passed now. |
@open-telemetry/collector-contrib-maintainer could anyone help merge this pr? |
…open-telemetry#27272) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Added support for Exporter Helper configuration. **Link to tracking Issue:** open-telemetry#24329 **Testing:** <Describe what testing was performed and which tests were added.> Added tests and manually tested with e2e scenarios --------- Co-authored-by: Ramachandran A G <ramacg@microsoft.com> Co-authored-by: Ziqi Zhao <zhaoziqi9146@gmail.com> Co-authored-by: Ramachandran A G <106139410+ag-ramachandran@users.noreply.github.com>
…open-telemetry#27272) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Added support for Exporter Helper configuration. **Link to tracking Issue:** open-telemetry#24329 **Testing:** <Describe what testing was performed and which tests were added.> Added tests and manually tested with e2e scenarios --------- Co-authored-by: Ramachandran A G <ramacg@microsoft.com> Co-authored-by: Ziqi Zhao <zhaoziqi9146@gmail.com> Co-authored-by: Ramachandran A G <106139410+ag-ramachandran@users.noreply.github.com>
Description:
Added support for Exporter Helper configuration.
Link to tracking Issue: #24329
Testing: Added tests and manually tested with e2e scenarios