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

Support for on demand / queryable data sources #1060

Open
andrewringler opened this issue Jul 16, 2020 · 0 comments
Open

Support for on demand / queryable data sources #1060

andrewringler opened this issue Jul 16, 2020 · 0 comments

Comments

@andrewringler
Copy link

andrewringler commented Jul 16, 2020

It looks like in all of the examples the data sources are fully read into the client (in-memory) and are needed to create the React Chart Editor.

I have a large database I want to query and I cannot load the entire database into memory on the client. Is there a way to specify the table/column name metadata only in data sources so that they appear correctly in the Traces UI, but not actually load the data or query the database until we have selected the traces?

Ideally I could specify the metadata in data sources (which would be used by the Traces UI), and also specify getters for the data, which would only be used by the chart section (to get the data it needs, depending on trace and filter definitions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant