Skip to content

Explore

Explore is the ad hoc query workspace in KloudMate. It lets you build and validate queries before saving them into a dashboard, with support for metrics, logs, and traces.

This walkthrough focuses on metrics.

  1. Navigate to Explore Open the Explore section from the left-hand navigation menu. A new untitled panel opens immediately.
Navigate to Explore
  1. Configure the Visualization Use the settings panel to choose how results are displayed. Common options include TimeSeries, Table, and Stat.

    The settings panel has two tabs:

    • General: Configure panel appearance and behavior.
    • Overrides: Apply field-level customizations to specific series or fields.
General Settings Overrides Settings
  1. Choose the Data Source and Signal Type At the top of the query editor, select the data source and set the signal type to Metrics. Keep the query interval on Auto unless you need a specific rollup interval.

  2. Build the Query In the Query Builder, select a metric name and choose an aggregation function such as Avg, Sum, Min, or Max.

    • Click Customize aggregation to access advanced temporal and spatial aggregation controls. See Metrics Aggregations for details.
    • Use Add filters to narrow the results by attributes.
Add Filters
  • Use Group by to break down the metric by a dimension such as k8s_replicaset_name.
Group By
  • Use Ranking to control how series are ordered.
Ranking
  • Use Legend Format to customize series labels.
  • Switch to the PromQL tab if you prefer raw query expressions.
  1. Add Queries and Expressions Use Add Query to compare multiple metric series in one panel.

    Use Add Expression to derive values from existing queries, including math, reduce, and condition expressions. See Writing Expressions for KloudMate Alarms for the full expression syntax.

Queries and Expressions
  1. Run the Query Click Run Query to execute the query and render the result.
Run Query
  1. Save to a Dashboard When the query looks right, use Save to Dashboard to add the panel to an existing dashboard or create a new one.
Save to Dashboard