Basic charting for metrics using plotly.js rather than Mud Blazor. #12
Annotations
10 warnings
TestService/Program.cs#L179
The type name 'helpers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
TestService/Program.cs#L33
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
TestService/Program.cs#L63
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
TestService/Program.cs#L143
Dereference of a possibly null reference.
|
TestService/Program.cs#L102
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
OTLPView/Services/ConcurrentCappedCache.cs#L214
Type parameter 'T' has the same name as the type parameter from outer type 'ConcurrentCappedCache<T>'
|
OTLPView/Services/TracesPageState.cs#L3
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
OTLPView/Services/TracesPageState.cs#L4
Non-nullable field '_selectedSpan' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
OTLPView/Services/TracesPageState.cs#L5
Non-nullable field '_selectedOperation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
OTLPView/Services/MetricsPageState.cs#L3
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading