Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Expose stats for prepared statement cache #13

Open
plaflamme opened this issue Nov 16, 2020 · 0 comments
Open

Expose stats for prepared statement cache #13

plaflamme opened this issue Nov 16, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@plaflamme
Copy link
Owner

Prepared statements are cached on a per-connection basis. This cache has a maximum number of elements and will evict entries when necessary. This can lead to runtime performance issues and so needs to be observable.

finagle-mysql does the same and exposes stats for its cache. The same stats should be exposed by this client.

The task is to implement the TODO here following the same pattern present in finagle-mysql here.

@plaflamme plaflamme added the good first issue Good for newcomers label Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant