-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
type/feature-requestRequested new feature or enhancementRequested new feature or enhancement
Description
We have an API that provides time-series data and while it's possible to query it using this plugin, it's pretty tedious and repetitive to have to configure every panel the same way.
It would be very nice if we could configure some fields as default values in the datasource configuration.
Currently, there's only a Query string
configuration in the datasource level and it actually offer a higher priority rather than a default according to the document
Here's an example of the default values that I would like to set:
- Fields:
- 3 fields with their respective configuration (JSONPath/JSONata, type, name)
- Params:
from
andto
set to$__unixEpochFrom()
and$__unixEpochTo()
query
set to empty (that way our users know where to put the query)
- Experimental:
Group By
andMetric
to match the 3 fields that would be pre-populated
Thanks!
Metadata
Metadata
Assignees
Labels
type/feature-requestRequested new feature or enhancementRequested new feature or enhancement
Type
Projects
Status
Backlog