Skip to content
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

Lazy load grpc in OTEL grpc exporters #4151

Closed
Flarna opened this issue Sep 15, 2023 · 4 comments · Fixed by #4432
Closed

Lazy load grpc in OTEL grpc exporters #4151

Flarna opened this issue Sep 15, 2023 · 4 comments · Fixed by #4432
Assignees
Labels
bug Something isn't working priority:p2 Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect

Comments

@Flarna
Copy link
Member

Flarna commented Sep 15, 2023

Followup on #4145

To avoid issues with init/instrumentation sequence OTLP grpc exporter should load grpc lazy (e.g. on first export).

@Flarna Flarna added the up-for-grabs Good for taking. Extra help will be provided by maintainers label Sep 21, 2023
@pichlermarc pichlermarc added bug Something isn't working priority:p2 Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect and removed up-for-grabs Good for taking. Extra help will be provided by maintainers labels Nov 8, 2023
@pichlermarc pichlermarc self-assigned this Nov 8, 2023
@pichlermarc
Copy link
Member

Self-assigning as I'm working on this as part of a exporter-rewrite.

@ZRainc
Copy link

ZRainc commented Nov 22, 2023

Hi,I would like to ask when this bug will be fixed?

@pichlermarc
Copy link
Member

@ZRainc I'm planning for this to land next month.
Due to various reasons, exporters are currently hard to work with. I'll soon open PRs that will re-structure them in a way that makes it easier to fix bugs and add features. The bugfix will then follow these PRs.

@ZRainc
Copy link

ZRainc commented Nov 22, 2023

@ZRainc I'm planning for this to land next month.

Due to various reasons, exporters are currently hard to work with. I'll soon open PRs that will re-structure them in a way that makes it easier to fix bugs and add features. The bugfix will then follow these PRs.

Sounds Great, Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:p2 Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants