We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use apache arrow to store metrics data instead of protobuf Field ValueRow
Field ValueRow
// monitoring collect metric field repeated Field fields = 9; // monitoring collect metric data, mapping with the fields repeated ValueRow values = 10;
No response
The text was updated successfully, but these errors were encountered:
Is it a task now? I'm interested in it
Sorry, something went wrong.
yes welcome. 👍
maybe we can use
// collect response data bytes data = 9;
to instead of
in collect_rep.proto
and then use the apache arrow to construct the metrics data bytes data = 9
bytes data = 9
maybe we can use // collect response data bytes data = 9; to instead of // monitoring collect metric field repeated Field fields = 9; // monitoring collect metric data, mapping with the fields repeated ValueRow values = 10; in collect_rep.proto and then use the apache arrow to construct the metrics data bytes data = 9
Thanks for your suggestion, I need to learn Apache Arrow first.
Apache Arrow
Calvin979
No branches or pull requests
Description
use apache arrow to store metrics data instead of protobuf
Field ValueRow
Task List
No response
The text was updated successfully, but these errors were encountered: