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

Enable additional default instrumentation #188

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

stevejgordon
Copy link
Contributor

@stevejgordon stevejgordon commented Nov 27, 2024

Closes #123

Enables a default set of instrumentations when using the NuGet-based install method. For auto-instrumentation, we currently only enable the instrumentations shipped in the OTel auto instrumentation zip (i.e., Not OpenTelemetry.Instrumentation.ElasticsearchClient). We will review those once they are stable and potentially manually pull them into our customised zip files.

This also extended the retries for E2E, so hopefully, they will be less brittle in CI. It also takes additional screenshots, which help verify the Apm UI during E2E tests.

@stevejgordon stevejgordon force-pushed the enable-additional-instrumentation branch from cf76762 to af51cc2 Compare November 27, 2024 06:07
@stevejgordon stevejgordon force-pushed the enable-additional-instrumentation branch from a5c07de to c11966b Compare December 3, 2024 14:30
@stevejgordon stevejgordon force-pushed the enable-additional-instrumentation branch from 4abf71b to dbc4150 Compare December 3, 2024 16:05
@stevejgordon stevejgordon marked this pull request as ready for review December 3, 2024 16:12
@stevejgordon stevejgordon requested a review from a team December 3, 2024 16:15
@stevejgordon stevejgordon merged commit 8d4105a into main Dec 3, 2024
5 checks passed
@stevejgordon stevejgordon deleted the enable-additional-instrumentation branch December 3, 2024 16:34
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.

GA: Define a base set of instrumentations we want to include in GA
2 participants