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

Get multiple properties from an assett, ideally with regex or wildcards #283

Open
seb-koch opened this issue Feb 7, 2024 · 0 comments
Open

Comments

@seb-koch
Copy link

seb-koch commented Feb 7, 2024

Is your feature request related to a problem? Please describe.
We're trying to setup dashboards for a customer where we are (planning to) roll out SiteWise for 200 locations. Right now we have to know the exact property name and create visualizations for specific properties.

Typically, in most Grafana data sources, you can use regular expressions or general wildcards to select multiple data properties and visualize these, i.e. by showing all data points for anything that matches Ping*.

The SiteWise plugin seems to have no support for this or a similar functionality that would do the job. I hope its just me and I don't get the usage right 😄 , and there is a way to create a panel that shows all the time series for a set of properties (i.e. all current measurements across all engines).

Describe the solution you'd like
Support for regular expressions in the Property field and/or in the Property Alias field.
Screenshot 2024-02-07 at 17 46 04
Screenshot 2024-02-07 at 17 45 54

Describe alternatives you've considered
One could expose the ListAssettProperties endpoint as a new query type, and we could use this one as a base for a Dashboard Variable. That would allow users to pick from the list of properties for an asset within a panel.
We could use a Line chart to visualize all properties (time series) from an asset instead of creating bespoke panels for specific properties ahead of time.

Additional context
We're using v1.16.1.

@seb-koch seb-koch changed the title Get multiple properties, ideally with regex or wildcards, for an assett Get multiple properties from an assett, ideally with regex or wildcards Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant