-
Notifications
You must be signed in to change notification settings - Fork 878
[hosting] Support .NET 8 IMetricsBuilder API #4958
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
Merged
CodeBlanch
merged 53 commits into
open-telemetry:main
from
CodeBlanch:poc/metricsbuilder
Nov 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
9331203
Implement an IMetricsListener over OpenTelemetry SDK.
CodeBlanch b70f529
Tweak.
CodeBlanch e411e22
Tweak.
CodeBlanch dc4f60e
Merge from main.
CodeBlanch 6db3bcb
Manually fix merge conflicts and update API to released versions.
CodeBlanch 680c506
Package updates.
CodeBlanch 496002f
Ceremony.
CodeBlanch 3a03fa3
Fixed dropped metrics in IMetricsBuilder when composite reader is used.
CodeBlanch 558df37
Rename API and add todo.
CodeBlanch 32a0388
Define SDK AddOpenTelemetryLogging extension.
CodeBlanch 25e7ef9
Bug fixes.
CodeBlanch 5ea6211
Merge from main.
CodeBlanch 5d645eb
Merge from main.
CodeBlanch 82b384d
Port public api updates.
CodeBlanch f4c254a
Merge branch 'main' into poc/metricsbuilder
CodeBlanch 995d2c4
Merge branch 'main' into poc/metricsbuilder
CodeBlanch 9c87e60
Code review.
CodeBlanch 3fd9045
Warning cleanup.
CodeBlanch c507377
Test coverage.
CodeBlanch fe10eb6
Merge from main.
CodeBlanch 24322e8
Merge fixes.
CodeBlanch 3fe5702
Test coverage for the UseOpenTelemetry logging extension.
CodeBlanch bfec275
Ignore external subscriptions if AddMeter is also called.
CodeBlanch c728717
Verify hot reload of metrics via IConfiguration works and doesn't pro…
CodeBlanch 934e75b
Switch WithLogging and WithMetrics to turn on hosting features.
CodeBlanch 467008e
Make IMetricsBuilder.UseOpenTelemetry an experimental API.
CodeBlanch f22cdf8
XML comment tweaks.
CodeBlanch f5b2e6f
Test fix.
CodeBlanch ec19a81
Warning cleanup.
CodeBlanch 01114b3
Update WithMetrics XML comments to capture the IMetricsListener behav…
CodeBlanch 4012f83
Make IMetricsBuilder.UseOpenTelemetry internal.
CodeBlanch cd393f7
Remove logging changes.
CodeBlanch 1500698
Remove more logging changes.
CodeBlanch c2cb6be
Merge from main.
CodeBlanch 0b623e9
A few misc changes and fixes.
CodeBlanch 9831c9f
Merge from main.
CodeBlanch 6905583
Refactor a little bit of duplicated code.
CodeBlanch cc195ba
Code review.
CodeBlanch d993289
Code review.
CodeBlanch 0862f7f
Code review.
CodeBlanch f73d309
Code review and race condition cleanup.
CodeBlanch da5554b
Tweak.
CodeBlanch f748914
Reuse metric instances when an instrument is reactivated.
CodeBlanch 7685521
Expand TODOs.
CodeBlanch 8c4c9d2
Merge branch 'main' into poc/metricsbuilder
CodeBlanch 54da2d9
Lower reference to Microsoft.Extensions.Diagnostics.Abstractions.
CodeBlanch 97f3bf5
Warning cleanup.
CodeBlanch abbcbb1
Revert logging options ordering change.
CodeBlanch 7744d5e
Code review.
CodeBlanch 9ab7c58
CHANGELOG update.
CodeBlanch f2fce4a
Test tweak.
CodeBlanch 152220c
Merge remote-tracking branch 'upstream/main' into poc/metricsbuilder
CodeBlanch 1c264e8
Clean up nits.
CodeBlanch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Code review.
- Loading branch information
commit 7744d5ebd2ffda0d734a31d60548eba417292ca4
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.