Skip to content

feat(csharp/src): Add support for adding and configuring OTel exporters #2949

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

birschick-bq
Copy link
Contributor

@birschick-bq birschick-bq commented Jun 10, 2025

Adds a new project and tests to support adding OpenTelemetry exporters (TracerProvider).

  • Adds an ADBC FileExporter implementation.
  • Adds a ExportersBuilder that
    • Builds a list of supported exporters
    • Activates and returns the appropriate exporter based on the passed option or environment variable setting.

Note to reviewer:
ExportersBuilder is a convenience class - let me know if you think it is useful.

@birschick-bq birschick-bq changed the title feat(csharp/src/Telemetry): Add support for adding and configuring OTel exporters feat(csharp/src): Add support for adding and configuring OTel exporters Jun 10, 2025
@birschick-bq birschick-bq marked this pull request as ready for review June 10, 2025 16:07
@github-actions github-actions bot modified the milestone: ADBC Libraries 19 Jun 10, 2025
@birschick-bq
Copy link
Contributor Author

@CurtHagenlocher - Just a reminder to see if you can review this separate PR to handle exporting trace activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants