Skip to content
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

Report a per-http call metric #158

Open
ryanpq opened this issue Sep 25, 2024 · 0 comments
Open

Report a per-http call metric #158

ryanpq opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@ryanpq
Copy link

ryanpq commented Sep 25, 2024

Checklist
I agree to the terms within the OpenFGA Code of Conduct.
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 SDK

Alternatives and current workarounds
No response

References
No response

Additional context
Part of openfga/sdk-generator#418

@ryanpq ryanpq added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
Status: Backlog
Development

No branches or pull requests

1 participant