Add OTEL Metrics #1556
Annotations
7 errors and 11 warnings
src/NATS.Client.Core/Internal/NatsMetrics.cs#L18
The type or namespace name 'IMeterFactory' could not be found (are you missing a using directive or an assembly reference?)
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L68
The type or namespace name 'IMeterFactory' could not be found (are you missing a using directive or an assembly reference?)
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L70
The type or namespace name 'MeterOptions' could not be found (are you missing a using directive or an assembly reference?)
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L18
The type or namespace name 'IMeterFactory' could not be found (are you missing a using directive or an assembly reference?)
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L68
The type or namespace name 'IMeterFactory' could not be found (are you missing a using directive or an assembly reference?)
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L70
The type or namespace name 'MeterOptions' could not be found (are you missing a using directive or an assembly reference?)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/NATS.Client.Core/Internal/NatsReadProtocolProcessor.cs#L28
Non-nullable field '_metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/NATS.Client.Core/Internal/NatsReadProtocolProcessor.cs#L24
Field 'NatsReadProtocolProcessor._metrics' is never assigned to, and will always have its default value null
|
src/NATS.Client.Core/NatsConnection.cs#L44
'internal' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L72
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
src/NATS.Client.Core/Internal/NatsReadProtocolProcessor.cs#L28
Non-nullable field '_metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/NATS.Client.Core/Internal/NatsReadProtocolProcessor.cs#L24
Field 'NatsReadProtocolProcessor._metrics' is never assigned to, and will always have its default value null
|
src/NATS.Client.Core/NatsConnection.cs#L44
'internal' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
src/NATS.Client.Core/Internal/NatsMetrics.cs#L72
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
This job failed
Loading