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

add Spring boot distro version #10276

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

zeitlinger
Copy link
Member

@zeitlinger zeitlinger commented Jan 18, 2024

@zeitlinger zeitlinger requested a review from a team as a code owner January 18, 2024 12:12
@zeitlinger zeitlinger self-assigned this Jan 18, 2024
Copy link
Member

@jeanbisutti jeanbisutti left a comment

Choose a reason for hiding this comment

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

Could you add tests as it is done with LoggingSpanExporter?

@jeanbisutti
Copy link
Member

jeanbisutti commented Jan 18, 2024

Could you add tests as it is done with LoggingSpanExporter?

Tests on LoggingMetricExporter

@@ -37,6 +37,11 @@ public ResourceProvider otelResourceProvider(
return new SpringResourceProvider(otelSpringResourceProperties, otelResourceProperties);
}

@Bean
public ResourceProvider otelDistroVersionResourceProvider() {
Copy link
Member

Choose a reason for hiding this comment

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

Could you also add a test for this?

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@jeanbisutti
Copy link
Member

and minor bug fixes:

Two issues, two PRs? This could make it easier to track changes.

@zeitlinger
Copy link
Member Author

and minor bug fixes:

Two issues, two PRs? This could make it easier to track changes.

done

@zeitlinger
Copy link
Member Author

Could you add tests as it is done with LoggingSpanExporter?

Tests on LoggingMetricExporter

has this been resolved by splitting the PR?

@laurit laurit merged commit 9c8644c into open-telemetry:main Jan 23, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants