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

Update aspnetcore instrumentation to 1.0.0-rc9.9 #319

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

MikeGoldsmith
Copy link
Contributor

Which problem is this PR solving?

Bumps AspNetCore instrumentation to latest and updates the enrich usage.

Short description of the changes

@MikeGoldsmith MikeGoldsmith added type: maintenance The necessary chores to keep the dust off. version: bump patch A PR with release-worthy changes and is backwards-compatible. labels Nov 15, 2022
@MikeGoldsmith MikeGoldsmith requested a review from a team November 15, 2022 14:28
@MikeGoldsmith MikeGoldsmith self-assigned this Nov 15, 2022
Copy link
Member

@cartermp cartermp left a comment

Choose a reason for hiding this comment

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

Looks good pending smoke tests

@pkanal pkanal mentioned this pull request Nov 15, 2022
@pkanal
Copy link
Contributor

pkanal commented Nov 15, 2022

Blocked by #320

MikeGoldsmith pushed a commit that referenced this pull request Nov 15, 2022
## Which problem is this PR solving?
When upgrading autoinstrumentation versions to rc9.9, the
`OTEL_METRIC_EXPORT_INTERVAL` is supported and our smoke tests export
interval is too short (100ms, we're checking for results every 1s) which
causes smoke tests to fail. This PR removes the unused env variable.

- Unblocks #319 & #318 

## Short description of the changes
- Removes `OTEL_METRIC_EXPORT_INTERVAL` option set in the smoke tests
docker-compose.yml
- Adds `--build` option to smoke tests docker-compose step since without
rebuilding it's hard to figure out if you're working with a previously
cached build.
@MikeGoldsmith MikeGoldsmith merged commit f84f826 into main Nov 16, 2022
@MikeGoldsmith MikeGoldsmith deleted the mike/aspnet-enrich branch November 16, 2022 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off. version: bump patch A PR with release-worthy changes and is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants