Report a per-http call metric #418
Labels
dotnet-sdk
Affects the C#/DotNet SDK
enhancement
New feature or request
go-sdk
Affects the Go SDK
java-sdk
Affects the Java/Kotlin SDK
js-sdk
Affects the JavaScript SDK
python-sdk
Affects the Python SDK
Checklist
Describe the problem you'd like to have solved
Right now, the metrics we emit are per-SDK method call at the API level (e.g. BatchCheck is multiple metrics for each underlying Check).
Users want to keep track of each underlying http call
Describe the ideal solution
We should expose another metric
fga-client.http_request.duration
that is emitted per-http request sent by the SDKAlternatives and current workarounds
No response
References
No response
Additional context
Related to #352
The text was updated successfully, but these errors were encountered: