Skip to content

Manual query support. New template variables for dimensions.

Compare
Choose a tag to compare
@yuliashmeleva yuliashmeleva released this 25 Nov 20:39
· 168 commits to master since this release
6608581
  1. New template variables were added:
  • dimensions() which show all possible dimension keys for selected region, compartment, namespace and metric
  • dimensionOptions() which show all possible dimension values for selected region, compartment, namespace, metric and dimension key.
  1. Dimension value variable can be used as multi-value. Separate queries are generated for each dimension value out of multi-select (but no more than 20 queries)

  2. Custom query is supported. User can type MQL expression manually which will be passed to telemetry instead of selected on the UI metric and dimensions.

  3. Custom template variables were added to the list of dimension value options. Duplicate options are removed.

  4. Options for regions and compartments are cached while query editor is open. Dimension options are cached for the selected region - compartment - namespace - metric.