-
Notifications
You must be signed in to change notification settings - Fork 615
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
New metric to expose the number of content groups #28983
Comments
There are two ways you can get a better view of the number of documents in your setup:
Please let me know if this helps you accomplish what you want. Best, -Yngve |
Thanks for the quick response. I wasn't able to find a "groupId" dimension on any of the metrics, whether using the aggregated I could try to do some aggregations on "distributor.vds.distributor.docsstored", but since we are using multiple content groups and I can't find a dimension to group by I'm not sure how to do it in a generic way. For example, here is
|
You should not use the Unfortunately it seems metrics are only decorated with those dimensions in the Vespa Cloud currently. |
I will clear assignee to have this discussed during our upcoming ticket scrub. |
Is your feature request related to a problem? Please describe.
When creating monitoring dashboards, it's difficult to know how many documents exist when using a grouped distribution, from just metric data alone. We can use the current metrics to find the total documents across the entire cluster, but there is no way to find the "correct" (average) number of documents within a content group.
Describe the solution you'd like
Expose a metric for the number of content groups currently in use.
Describe alternatives you've considered
We have graphs of total document count which show a rough picture, but they get noisy when the number of content groups change. See the screenshot below as an example:
The text was updated successfully, but these errors were encountered: