IItemQueryMetricSource
Defines a metric source that fetches values from a set of items.
Properties
Property | Type | Notes |
---|---|---|
string[] |
Keywords used in the query to search for items |
|
string |
Property path to get the value from the item
e.g. |
|
"item-query" | ||
Optional | string |
Key of the collection to further limit the search
This is resolved into an |
Optional | string[] |
Item types to limit the search |
Optional | IQuery |
Scope query. This will be pulled from the collection if |
Interface defined in common/src/core/types/Metrics.ts:140