-
Notifications
You must be signed in to change notification settings - Fork 8
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
Request metrics #105
Comments
Pending #117 it looks like this should be really easy to do. |
Closed
Well, it's not! But #117 should still be easy! |
Relevant code in influxdb: https://github.com/influxdata/influxdb3_core/blob/main/object_store_metrics/src/lib.rs |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should have a middleware that wraps an
Arc<dyn ObjectStore>
and logs request metrics (e.g. # of get, etc)The text was updated successfully, but these errors were encountered: