Skip to content

3.3. ③ Analysis Prompt Builder — overview

When to use it, and its two modes

This is how you get an answer by calculating over metrics. Instead of showing you values, it produces correlation coefficients, projects what comes next, and finds anomalous windows.

When to use it

What you want to askMethod
"What is the response time in ms right now?"Free-form or guided question
"Why did it get slow?"Analysis builder — correlation
"When will it hit the limit?"Analysis builder — forecasting
"Is there an unusual window?"Analysis builder — anomaly detection

For a single value there is no need to go as far as the builder. Use it when you need the relationship between several metrics or what comes next.

The screen flow

The Analysis Prompt Builder screen flow
The scenario list and datasource selection

Choose the datasource first

There is a datasource field at the top. What you choose there changes the list below it.

ValueWhat you see
observ13 scenarios over Kubernetes and node metrics
apm10 scenarios over WAS and transaction metrics

Both are available whichever console you opened the widget in. If a scenario from this document is missing, you have usually selected the other datasource (Chapter 401).

Two modes

Wizard mode — guided selections

Pressing a scenario starts it. It asks you for what it needs, one step at a time.

  • You do not have to know what to choose
  • The metric combination is usually pre-selected as a recommendation
  • The number of steps varies by scenario (two or three)

Use this one by default (Chapter 304).

Custom Setup — you choose everything

This is the Custom Setup button at the bottom of the scenario list. You choose the analysis type, target, metrics and time range on a single screen.

  • For combinations the prepared scenarios do not cover
  • When you want specific metrics

Chapter 305 covers it in detail.

After you send it

The builder writes the question for you and puts it into the conversation. What you asked stays in the history in full, so you can ask the same thing by hand later.

Querying and calculating take time. The stage and the elapsed time are shown.

Know the three families

Scenarios have different names, but there are only three ways they ask.

FamilyWhat it asksIn detail
CorrelationDo two metrics move togetherChapter 402
ForecastingWhen will it hit the limitChapter 403
Anomaly detectionIs there a window that differs from normalChapter 404

When you do not know the cause, anomaly detection → correlation is a convenient order.

Next