Skip to main content

Use explorer

Use the explorer to view metrics and logs collected by the Monitoring service on a per-resource basis for each service. When alarms are triggered by metric or log policies, you can use the explorer to examine metric and log variations for affected resources.

info

For region-specific monitoring-supported services, refer to the Monitoring documentation.

Use metric explorer

The metric explorer allows you to view available metrics for each service and display them in charts.

View chart using selected metric

Use the metric explorer to generate charts from selected metrics.

  1. Go to KakaoCloud Console > Management > Monitoring.

  2. Open the Explorer tab and select the Metric explorer tab.

    Image

    ItemDescription
    ① Data typeSelect how to load data
    - Select metric: Use the UI to choose metrics provided by the Monitoring service
    - Query metric: Use PromQL to retrieve metrics directly
    ② Chart typeSelect chart type
    - Line chart: Show metric trends using a single line
    - Area chart: Show trends using lines and shaded areas
    - Table chart: Coming soon
    ③ Select data 1Configure up to 5 datasets per chart
    - You can use different services and metrics in the same chart
    ④ ServiceSelect the service the resource belongs to
    - For region-specific services, refer to Monitoring supported services
    ⑤ MetricSelect the metric to monitor (e.g., CPU usage)
    - If no metrics appear, try changing the time range
    ⑥ FilterFilter by resource or metric attributes
    - Set condition, regex, and value, then click Add filter
    - Multiple filters use AND logic
    ⑦ Data aggregationControl how data appears
    - Aggregation: Choose aggregation method (avg, max, etc.) and interval
    - Group by: Group results by field (e.g., instance set ID) and aggregate values
    ⑧ Time filterSelect the time range for the metric
    - Default: 1 hour ago
    - You can also use presets or custom dates
    ⑨ ChartDisplays data in chart format based on selected metric and time
    ⑩ Metric tableDisplays metric data for each resource item as a table
  3. Use datasets and filters to display desired metrics.

    Image

View chart using metric query

Use PromQL to query metrics and view them in chart form.

  1. Go to KakaoCloud Console > Management > Monitoring.

  2. In the Explorer tab, choose the Metric explorer, then select the Query metric option.

    Image

    ItemDescription
    Metric queryEnter a PromQL (Prometheus Query Language) expression
    - Autocomplete is available for commands and resource names
    - Press Shift + Enter to run the query
    - See official examples for usage
  3. Select the service, enter your query, and click View chart.

    Image

Log explorer

Use the log explorer to view logs collected from agent-installed instances. You can view logs from the past 5 days.

View logs

  1. Go to KakaoCloud Console > Management > Monitoring.

  2. Click the Log explorer tab to view logs and their details.

    ItemDescription
    Collection dateDate the log was collected
    Monitoring log IDAutomatically assigned UUID when a log is generated
    Instance ID / Name- Instance ID: shown when using Beyond Compute Service
    - Instance Name: shown when using MySQL, MemStore, or PostgreSQL
    Workspace ID / Name- Applies to Advanced Managed Prometheus
    Log contentShows a snippet of the log content
    - Click View details to see the full log

Search logs

You can filter logs using attributes or simply search with keywords. If you use only keywords, all log fields are searched.

info

If the keyword contains special characters such as -, _, or /, wrap it in quotes (“ ”).
Examples: “host-name”, “/folder/sub”, “instance-id”

  1. Go to KakaoCloud Console > Management > Monitoring.

  2. In the Log explorer, use the search field or filter attributes to search logs.

    • Filters vary depending on the service.
    • When using attributes, a search chip is added. You can add multiple chips.
      Attribute-based filters use AND, while general keyword searches use OR.
    Filter fieldDescription
    Instance IDSearch logs by instance ID
    Instance nameSearch logs by instance name
    Log contentSearch log content by keyword
    Host nameSearch by host name assigned to instance
    Workspace nameFilter by workspace name
    Workspace IDFilter by workspace ID
    File pathFilter by log file path keyword
  3. After setting the conditions, search results are displayed in both chart and log list formats.