Skip to content

Explore

Explore is the ad hoc query workspace in KloudMate. Build and validate a query — metrics, logs, or traces — before you commit it to a dashboard.

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.

  2. Configure the Visualization Use the Panel Type dropdown to choose how results are displayed: TimeSeries, Stats, Table, Pie Chart, Bar Chart, Histogram, Logs List, Spans List, Alerts List, Issues List, or Text.

    Panel Type options

    Below it, the settings panel splits into tabs:

    • General controls panel appearance and behavior — axes, legend, graph options, thresholds.
    • Overrides applies a field-level customization to one series, by name, a matching regex, or a query.
    General Settings Overrides Settings
  3. 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.

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

    Query Builder

    • Click Customize aggregation to access advanced temporal and spatial aggregation controls. See Metrics Aggregations for details.
    • Use Group by to break down the metric by one or more attributes, such as host_id or host_name.

    Group By

    • Use Add filters to narrow the results by attributes. Each filter needs a field, an operator, and a value, for example service_name = raspberry-pi.

    Add Filters

    • Use Ranking to control how series are ordered.

    Ranking

    • Use Legend Format to customize series labels.
    • Switch to the PromQL tab to write a raw query expression instead. Its search bar makes it easy to jump to a keyword in a long query.
  5. 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 Alert Expressions for the full expression syntax.

  6. Run the Query Click Run Query to execute the query and render the result.

    Run Query

  7. 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