-
Notifications
You must be signed in to change notification settings - Fork 145
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
[RFE] read/write latency by table name #998
Comments
Data per table is not exposed by default and is not part of the monitoring stack |
Amnon
We do have metrics per CF if the user enables it - the issue is the amount
of data it generates (especially if the user has a lot of data).
If the user enables those metrics - they will have the data they are
requesting.
…On Tue, Jul 21, 2020 at 9:56 AM Amnon Heiman ***@***.***> wrote:
Data per table is not exposed by default and is not part of the monitoring
stack
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#998 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2OCCGT7B6R255R2X3RAJDR4U32PANCNFSM4PC7UE3A>
.
|
Here is an excerpt from scylla.git's docs/metrics.md which tries to describe the current situation:
|
@slivne As I wrote in my answer it is disabled by default and not part of the monitoring stack. |
@amnonh this is a feature request... I guess the feature is to enable it? This will require a change to Scylla to allow enabling monitoring per table - at least for a specific table, so this repository might not be the best place for it (do we have an open issue in scylla.git?), but will also require the monitoring stack recognizing and showing these per-table statistics. |
It will probably require support from the metrics layer (seastar) I had a few suggestions for supporting either dynamic enable and disable of metrics or for supporting multiple prometheus endpoint so we can have something like verbosity levels, the default prometheus will return everything, metrics like per-table will be on a different endpoint (different path) and will use the option to select specific metrics in a request. So far all those attempts got rejected, I've marked this request for future monitoring release. See also #285 |
Please make sure that this is a feature request.
System information
Describe the feature and the current behavior/state.
The customer would like to be able to monitor read and write latencies (avg/95/99) on a per table basis
Who will benefit with this feature?
This is a customer RFE from the field
Any Other info.
Ent. ticket 1358
The text was updated successfully, but these errors were encountered: