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

[Task] Use apache arrow to store metrics data #2825

Open
tomsun28 opened this issue Nov 21, 2024 · 4 comments
Open

[Task] Use apache arrow to store metrics data #2825

tomsun28 opened this issue Nov 21, 2024 · 4 comments
Assignees

Comments

@tomsun28
Copy link
Contributor

Description

use apache arrow to store metrics data instead of protobuf Field ValueRow

    // monitoring collect metric field
    repeated Field fields = 9;
    // monitoring collect metric data, mapping with the fields
    repeated ValueRow values = 10;

Task List

No response

@Calvin979
Copy link
Contributor

Is it a task now? I'm interested in it

@tomsun28
Copy link
Contributor Author

yes welcome. 👍

@zqr10159 zqr10159 changed the title [Task] <Use apache arrow to store metrics data> [Task] Use apache arrow to store metrics data Nov 22, 2024
@tomsun28
Copy link
Contributor Author

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

@Calvin979
Copy link
Contributor

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.

@Calvin979 Calvin979 self-assigned this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants