-
Notifications
You must be signed in to change notification settings - Fork 14
Request metrics #105
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
Comments
Pending apache/arrow-rs#117 it looks like this should be really easy to do. |
Closed
Well, it's not! But apache/arrow-rs#117 should still be easy! |
Relevant code in influxdb: https://github.com/influxdata/influxdb3_core/blob/main/object_store_metrics/src/lib.rs |
Open
Pending the upstream client refactor apache/arrow-rs#7183 this is put on pause. |
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: