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

Clean up code of OpenTelemetryProducer #34946

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jul 24, 2023

There are two reasons to do this:

  • We are adding more and more customizations to OpenTelemetry thus making the OpenTelemetryProducer grow and more (see Introduce a way to customize OTel TextMapPropagator #34920 for example).
  • If we are going to move OpenTelemetryProducer to a synthetic bean, cutting down on the
    injection points will lead to a lot less boilerplate

There are two reasons to do this:

* We are adding more and more customizations
to OpenTelemetry thus making the OpenTelemetryProducer
grow and more (see quarkusio#34920 for example).
* If we are going to move OpenTelemetryProducer
to a synthetic bean, cutting down on the
injection points will lead to a lot less
boilerplate
@geoand geoand requested a review from brunobat July 24, 2023 09:24
@geoand geoand marked this pull request as ready for review July 24, 2023 09:24
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 24, 2023

/cc @brunobat (opentelemetry), @radcortez (opentelemetry)

@geoand geoand added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Jul 24, 2023
Copy link
Contributor

@brunobat brunobat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks better. Thanks!

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 24, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@geoand geoand merged commit fa1dced into quarkusio:main Jul 24, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 24, 2023
@geoand geoand deleted the OpenTelemetryProducer-customizers branch July 24, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/tracing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants