Skip to content
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

feat(hotkey): capture data part3 - declare fine collector #631

Merged
merged 22 commits into from
Nov 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/server/hotkey_collector.h
Co-authored-by: Wu Tao <wutao1@xiaomi.com>
  • Loading branch information
Smityz and Wu Tao authored Nov 5, 2020
commit 65c465da5023e7dae6a19ce05598482e81fd2cea
2 changes: 1 addition & 1 deletion src/server/hotkey_collector.h
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ class hotkey_fine_data_collector : public internal_collector_base
{
public:
hotkey_fine_data_collector() = delete;
Smityz marked this conversation as resolved.
Show resolved Hide resolved
explicit hotkey_fine_data_collector(replica_base *base,
hotkey_fine_data_collector(replica_base *base,
int target_bucket_index,
int max_queue_size);
void capture_data(const dsn::blob &hash_key, uint64_t weight) override;