Skip to content

Commit 91a7f67

Browse files
added metrics content (#152)
1 parent 02ee98d commit 91a7f67

File tree

11 files changed

+106
-0
lines changed

11 files changed

+106
-0
lines changed
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# Overview
2+
3+
FusionReactor’s **Metrics Drilldown** offers a seamless, query-free way to explore Prometheus-compatible metrics. With just a few clicks, you can uncover related metrics and insights - no need to write a single PromQL query.
4+
5+
![!Screenshot](../../Data-insights/Features/images/metrics-main.png)
6+
7+
8+
## Key features
9+
10+
- Segment metrics by labels to quickly spot anomalies and pinpoint issues.
11+
12+
- Auto-visualize metric types (e.g., gauges vs. counters) with no manual configuration.
13+
14+
- Discover related metrics to broaden context and deepen analysis.
15+
16+
- Pivot seamlessly to related telemetry, including logs, for end-to-end visibility.
17+
18+
## Getting started
19+
20+
At the top center of the screen, you'll see a welcome panel:
21+
22+
![!Screenshot](../../Data-insights/Features/images/metrics1.png)
23+
24+
25+
* Click the **Let’s start!** button to open the **Explore > Metrics** interface.
26+
* A dynamic grid of metric panels is displayed, each representing a specific Prometheus metric (e.g., apiserver_client_certificate_expiration_seconds_count, apiserver_audit_event_total, apiserver_delegated_authz_request_duration_seconds).
27+
![!Screenshot](../../Data-insights/Features/images/metric-graphs.png)
28+
* Below the launch panel, you’ll see a list of your **recently run metric queries** for quick re-access.
29+
30+
### Search & filter metrics
31+
32+
Use search and filters to quickly narrow down the metrics you want to investigate - by system, service, or time frame. This helps you focus on what matters most.
33+
34+
![!Screenshot](../../Data-insights/Features/images/metric-filter.png)
35+
36+
To filter:
37+
38+
* Use the Filter by label values dropdown to select specific services or tags.
39+
40+
* Or type in the Search metrics box (e.g., type cpu), then press **Enter**.
41+
42+
Matching metrics will appear. From here, you can dive deeper into your analysis.
43+
44+
45+
### Investigate the data
46+
47+
Once you've filtered your metrics, it’s time to analyze the data for patterns or unusual behavior. Understanding your system’s normal (baseline) performance makes it easier to spot issues.
48+
49+
To start:
50+
51+
1. Review the metric panels and look for ones with noticeable changes.
52+
53+
* Metrics with little variation (e.g., JVM Uptime) are typically less insightful.
54+
55+
* Focus on dynamic and performance-critical metrics (e.g., CPU Usage, Heap Memory Used, Active JDBC Connections, or Request Throughput) to uncover system trends and potential issues.hat show clear trends.
56+
57+
2. Click **Select** on a metric to view it in more detail.
58+
59+
3. Adjust the time range using the time picker in the top right if needed.
60+
61+
4. Use the **Breakdown** and **Related metrics** tabs:
62+
63+
* **Breakdown:** Visualizes each label-value pair for the selected metric. You can drill down further or add filters directly.
64+
* **Related metrics:** Lists similar metrics based on keywords. You can continue your analysis from here.
65+
66+
![!Screenshot](../../Data-insights/Features/images/select.png)
67+
68+
### Open a metric in Explore
69+
70+
Explore lets you interact with your data in real time. You can build, test, and refine queries without needing to create a dashboard. If your data source supports it, you’ll see results in both graph and table views—perfect for quick and detailed analysis.
71+
72+
To drill deeper into a specific metric using Explore:
73+
74+
1. Click **Select** on the metric panel you want to investigate in more detail.
75+
76+
2. Once the panel expands, click the explore icon in the bottom-right corner of the graph.
77+
78+
79+
![!Screenshot](../../Data-insights/Features/images/explore-icon.png)
80+
81+
3. This opens the metric in **Explore** view, where you’ll see the full query.
82+
83+
4. From here, you can modify the query, change the time range, and switch between graph and table views to further analyze the data.
84+
85+
![!Screenshot](../../Data-insights/Features/images/explore-metrics.png)
86+
87+
Explore is great for experimenting with queries and uncovering deeper insights—without needing to build a full dashboard.
88+
89+
### Add metrics visualization to a dashboard
90+
91+
1. At the top of the **Explore** page, click **Add to dashboard**.
92+
93+
2. Choose one of the following:
94+
95+
* New dashboard – to create a new one
96+
97+
* Existing dashboard – and pick one from the list
98+
99+
3. Click **Open dashboard** to view it.
100+
101+
4. Click **Save dashboard** in the top-right corner.
102+
103+
5. Give your dashboard a name and description, choose a folder (if needed), and click **Save**.
104+
105+
![!Screenshot](../../Data-insights/Features/images/save-dashboard.png)

docs/Data-insights/Features/image.png

82.5 KB
Loading
46.6 KB
Loading
91.6 KB
Loading
33.7 KB
Loading
97 KB
Loading
275 KB
Loading
82.5 KB
Loading
82.2 KB
Loading
138 KB
Loading

0 commit comments

Comments
 (0)