You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/instrumentation/metrics.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,50 @@ title: Karmada Metrics Reference
7
7
This section details the metrics that different Karmada components export.
8
8
You can query the metrics endpoint for these components using an HTTP scrape, and fetch the current metrics data in Prometheus format.
9
9
10
+
### Step 1: Expose Karmada Metrics
11
+
Ensure Karmada components are configured to expose metrics. By default, Karmada components expose metrics at endpoints like /metrics. Verify this in your configuration.
12
+
13
+
### Step 2: Set Up Prometheus
14
+
Prometheus should be configured to scrape metrics from Karmada components.
0 commit comments