Skip to content

Commit 25bcb7a

Browse files
committed
merge conflict
Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
1 parent 2e99283 commit 25bcb7a

File tree

2 files changed

+5
-112
lines changed

2 files changed

+5
-112
lines changed

modules/oadp-list-of-metrics.adoc

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -63,116 +63,4 @@ These are the list of metrics provided by the OADP together with their https://p
6363
|Number of times `WriteContent()` was called
6464
|Counter
6565

66-
|`velero_backup_attempt_total`
67-
|Total number of attempted backups
68-
|Counter
69-
70-
|`velero_backup_deletion_attempt_total`
71-
|Total number of attempted backup deletions
72-
|Counter
73-
74-
|`velero_backup_deletion_failure_total`
75-
|Total number of failed backup deletions
76-
|Counter
77-
78-
|`velero_backup_deletion_success_total`
79-
|Total number of successful backup deletions
80-
|Counter
81-
82-
|`velero_backup_duration_seconds`
83-
|Time taken to complete backup, in seconds
84-
|Histogram
85-
86-
|`velero_backup_failure_total`
87-
|Total number of failed backups
88-
|Counter
89-
90-
|`velero_backup_items_errors`
91-
|Total number of errors encountered during backup
92-
|Gauge
93-
94-
|`velero_backup_items_total`
95-
|Total number of items backed up
96-
|Gauge
97-
98-
|`velero_backup_last_status`
99-
|Last status of the backup. A value of 1 is success, 0.
100-
|Gauge
101-
102-
|`velero_backup_last_successful_timestamp`
103-
|Last time a backup ran successfully, Unix timestamp in seconds
104-
|Gauge
105-
106-
|`velero_backup_partial_failure_total`
107-
|Total number of partially failed backups
108-
|Counter
109-
110-
|`velero_backup_success_total`
111-
|Total number of successful backups
112-
|Counter
113-
114-
|`velero_backup_tarball_size_bytes`
115-
|Size, in bytes, of a backup
116-
|Gauge
117-
118-
|`velero_backup_total`
119-
|Current number of existent backups
120-
|Gauge
121-
122-
|`velero_backup_validation_failure_total`
123-
|Total number of validation failed backups
124-
|Counter
125-
126-
|`velero_backup_warning_total`
127-
|Total number of warned backups
128-
|Counter
129-
130-
|`velero_csi_snapshot_attempt_total`
131-
|Total number of CSI attempted volume snapshots
132-
|Counter
133-
134-
|`velero_csi_snapshot_failure_total`
135-
|Total number of CSI failed volume snapshots
136-
|Counter
137-
138-
|`velero_csi_snapshot_success_total`
139-
|Total number of CSI successful volume snapshots
140-
|Counter
141-
142-
|`velero_restore_attempt_total`
143-
|Total number of attempted restores
144-
|Counter
145-
146-
|`velero_restore_failed_total`
147-
|Total number of failed restores
148-
|Counter
149-
150-
|`velero_restore_partial_failure_total`
151-
|Total number of partially failed restores
152-
|Counter
153-
154-
|`velero_restore_success_total`
155-
|Total number of successful restores
156-
|Counter
157-
158-
|`velero_restore_total`
159-
|Current number of existent restores
160-
|Gauge
161-
162-
|`velero_restore_validation_failed_total`
163-
|Total number of failed restores failing validations
164-
|Counter
165-
166-
|`velero_volume_snapshot_attempt_total`
167-
|Total number of attempted volume snapshots
168-
|Counter
169-
170-
|`velero_volume_snapshot_failure_total`
171-
|Total number of failed volume snapshots
172-
|Counter
173-
174-
|`velero_volume_snapshot_success_total`
175-
|Total number of successful volume snapshots
176-
|Counter
177-
17866
|===

modules/oadp-monitoring-setup.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ With enabled User Workload Monitoring, it is possible to configure and use any P
1212

1313
Monitoring metrics requires enabling monitoring for the user-defined projects and creating a `ServiceMonitor` resource to scrape those metrics from the already enabled OADP service endpoint that resides in the `openshift-adp` namespace.
1414

15+
[NOTE]
16+
====
17+
The {oadp-short} support for Prometheus metrics is offered on a best-effort basis and is not fully supported.
18+
====
19+
1520
.Prerequisites
1621

1722
* You have access to an {product-title} cluster using an account with `cluster-admin` permissions.

0 commit comments

Comments
 (0)