-
Notifications
You must be signed in to change notification settings - Fork 1
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
Traverse InfluxDB in Corto UI #11
Comments
This is indeed caused by how This is similar to having a website with unreachable pages. You can't reach the pages through links, though you can refer directly to them. If you would do To properly address this, you have to create the missing objects in the store, or create a mount that provides these objects. Automatically showing these objects as This could have many nasty side-effects, where the Long term it could be possible to have objects in the store that have an unknown type; however this would be a major feature to implement. |
@SanderMertens I think this issue should be moved to another repository. There is value in recording this history. As we have discussed through Slack conversations, this is not a mount issue. Instead, the issue is poor data modeling that exposes holes in data paths. |
@SanderMertens will need to advise Corto best practice for this.
Currently, measurements are saved as full paths. Corto needs to support walking the hierarchy through the Corto UI.
Example:
These measurements are discrete entries. Corto needs to know how to walk the path. @SanderMertens Should a query for
histrocial/animals
return acorto_void_o
object if there is not a matching measurement for the select expression, but the select expression does partially match existing measurements (/historical/animals/cats/tiger
)?The text was updated successfully, but these errors were encountered: