-
Notifications
You must be signed in to change notification settings - Fork 312
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
Feature(new_metrics): migrate table-level metrics #1327
Labels
type/enhancement
Indicates new feature requests
Comments
3 tasks
Now that we can aggregate on collector, is it necessary to keep and aggregate these metrics on each replica server? |
OK, it's better to aggregate table metrics based on replica metrics, we can suspend this task. |
empiredan
added a commit
to empiredan/pegasus
that referenced
this issue
Dec 6, 2023
…ica (apache#1531) apache#1327 Remove all table-level metrics that are measured by perf-counters. Later, table-level metrics would be aggregated by Go Collector, if necessary.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are following metrics all of which are in class
replica
, replica.cpp file:Therefore, table-level entity can just be defined in
replica.cpp
, where they are also instantiated in classreplica
, to which the above metrics are attached.The table-level metrics originate from XiaoMi/rdsn#336 which is tracked by issue #406.
The text was updated successfully, but these errors were encountered: