Skip to content

feat: add support for exporting metrics #308

feat: add support for exporting metrics

feat: add support for exporting metrics #308

Triggered via pull request July 22, 2024 11:18
@rhamzehrhamzeh
synchronize #69
feat/telemetry
Status Success
Total duration 59s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
No files were found with the provided path: src/OpenFga.Sdk/bin/Release/OpenFga.Sdk.*.nupkg. No artifacts will be uploaded.
test: src/OpenFga.Sdk/Client/ClientConfiguration.cs#L37
'ClientConfiguration.StoreId' hides inherited member 'Configuration.StoreId'. Use the new keyword if hiding was intended.
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L88
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L97
Nullability of reference types in type of parameter 'input' of 'bool AbortedMessageResponse.Equals(AbortedMessageResponse input)' doesn't match implicitly implemented member 'bool IEquatable<AbortedMessageResponse>.Equals(AbortedMessageResponse? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/ExpandResponse.cs#L78
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/ExpandResponse.cs#L87
Nullability of reference types in type of parameter 'input' of 'bool ExpandResponse.Equals(ExpandResponse input)' doesn't match implicitly implemented member 'bool IEquatable<ExpandResponse>.Equals(ExpandResponse? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/ExpandResponse.cs#L37
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs#L78
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs#L87
Nullability of reference types in type of parameter 'input' of 'bool ReadAuthorizationModelResponse.Equals(ReadAuthorizationModelResponse input)' doesn't match implicitly implemented member 'bool IEquatable<ReadAuthorizationModelResponse>.Equals(ReadAuthorizationModelResponse? other)' (possibly because of nullability attributes).