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: modules/oadp-creating-service-monitor.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ servicemonitor.monitoring.coreos.com/oadp-service-monitor created
64
64
65
65
.Verification
66
66
67
-
* Confirm that the new service monitor is in an *Up* state by using the *Administrator* perspective of the {product-title} web console:
67
+
* Confirm that the new service monitor is in an *Up* state by using the *Administrator* perspective of the {product-title} web console. It takes a few minutes for the service monitor to be in the *Up* state.
68
68
.. Navigate to the *Observe*->*Targets* page.
69
69
.. Ensure the *Filter* is unselected or that the *User* source is selected and type `openshift-adp` in the `Text` search field.
70
70
.. Verify that the status for the *Status* for the service monitor is *Up*.
Copy file name to clipboardExpand all lines: modules/oadp-list-of-metrics.adoc
+4-30Lines changed: 4 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,7 @@
6
6
[id="list-of-metrics_{context}"]
7
7
= List of available metrics
8
8
9
-
These are the list of metrics provided by {oadp-short} together with their https://prometheus.io/docs/concepts/metric_types/[Types]:
10
-
11
-
* `Velero`: Use these for general Velero metrics.
12
-
* `podVolume`: Use these for pod volume backup metrics.
13
-
14
-
Refer to the following tables for a list of `Velero` and `podVolume` metrics.
15
-
16
-
17
-
[id="list-of-velero-metrics_{context}"]
18
-
== List of velero metrics
9
+
Refer to the following table for a list of `Velero` metrics provided by {oadp-short} together with their https://prometheus.io/docs/concepts/metric_types/[Types]:
19
10
20
11
.Velero metrics
21
12
|===
@@ -29,6 +20,9 @@ Refer to the following tables for a list of `Velero` and `podVolume` metrics.
29
20
| `velero_backup_failure_total` | Total number of failed backups | Counter
30
21
| `velero_backup_validation_failure_total` | Total number of validation failed backups | Counter
31
22
| `velero_backup_duration_seconds` | Time taken to complete backup, in seconds | Histogram
23
+
| `velero_backup_duration_seconds_bucket` | Total count of observations for a bucket in the histogram for the metric `velero_backup_duration_seconds` | Counter
24
+
| `velero_backup_duration_seconds_count` | Total count of observations for the metric `velero_backup_duration_seconds` | Counter
25
+
| `velero_backup_duration_seconds_sum` | Total sum of observations for the metric `velero_backup_duration_seconds` | Counter
32
26
| `velero_backup_deletion_attempt_total` | Total number of attempted backup deletions | Counter
33
27
| `velero_backup_deletion_success_total` | Total number of successful backup deletions | Counter
34
28
| `velero_backup_deletion_failure_total` | Total number of failed backup deletions | Counter
@@ -51,23 +45,3 @@ Refer to the following tables for a list of `Velero` and `podVolume` metrics.
51
45
| `velero_csi_snapshot_failure_total` | Total number of CSI failed volume snapshots | Counter
52
46
53
47
|===
54
-
55
-
[id="list-of-pod-volume-metrics_{context}"]
56
-
== List of pod volume backup metrics
57
-
58
-
.Pod volume backup metrics
59
-
|===
60
-
|Metric name |Description |Type
61
-
62
-
| `podVolume_pod_volume_backup_enqueue_count` | Total number of pod_volume_backup objects en-queued | Counter
63
-
| `podVolume_pod_volume_backup_dequeue_count` | Total number of pod_volume_backup objects de-queued | Counter
64
-
| `podVolume_pod_volume_operation_latency_seconds` | Time taken to complete pod volume operations, in seconds | Histogram
65
-
| `podVolume_pod_volume_operation_latency_seconds_gauge` | Gauge metric indicating time taken, in seconds, to perform pod volume operations | Gauge
66
-
| `podVolume_data_upload_success_total` | Total number of successful uploaded snapshots | Counter
67
-
| `podVolume_data_upload_failure_total` | Total number of failed uploaded snapshots | Counter
68
-
| `podVolume_data_upload_cancel_total` | Total number of canceled uploaded snapshots | Counter
69
-
| `podVolume_data_download_success_total` | Total number of successful downloaded snapshots | Counter
70
-
| `podVolume_data_download_failure_total` | Total number of failed downloaded snapshots | Counter
71
-
| `podVolume_data_download_cancel_total` | Total number of canceled downloaded snapshots | Counter
Copy file name to clipboardExpand all lines: modules/oadp-monitoring-setup.adoc
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Monitoring metrics requires enabling monitoring for the user-defined projects an
17
17
The {oadp-short} support for Prometheus metrics is offered on a best-effort basis and is not fully supported.
18
18
====
19
19
20
+
For more information about setting up the monitoring stack, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{product-version}/html/monitoring/configuring-user-workload-monitoring[Configuring user workload monitoring].
21
+
20
22
.Prerequisites
21
23
22
24
* You have access to an {product-title} cluster using an account with `cluster-admin` permissions.
0 commit comments