-
Notifications
You must be signed in to change notification settings - Fork 850
introduce support for the Gauge metric type #7203
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
base: main
Are you sure you want to change the base?
Conversation
…rt' into dbohdanov/source-gen-gauge-support
| return tagConfigs; | ||
| } | ||
|
|
||
| if (typeSymbol.OriginalDefinition.SpecialType == SpecialType.System_Nullable_T) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this change needed in this PR?
| Assembly.GetAssembly(typeof(CounterAttribute))!, | ||
| Assembly.GetAssembly(typeof(HistogramAttribute))!, | ||
| Assembly.GetAssembly(typeof(CounterAttribute<>))!, | ||
| Assembly.GetAssembly(typeof(HistogramAttribute<>))!, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add Gauge and Gauge<T> here?
|
|
||
| [Fact] | ||
| public async Task GaugeNotSupported() | ||
| public async Task GaugeIsSDocumented() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| public async Task GaugeIsSDocumented() | |
| public async Task GaugeIsDocumented() |
Microsoft Reviewers: Open in CodeFlow