Skip to content

Commit 6307803

Browse files
Merge pull request #56741 from michaelryanpeter/BZ2013890-olm-metrics-4.9+
BZ2013890: Missing OLM metrics
2 parents dca9f3f + 2361535 commit 6307803

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/olm-metrics.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Operator Lifecycle Manager (OLM) exposes certain OLM-specific resources for use
1515
|`catalog_source_count`
1616
|Number of catalog sources.
1717

18+
|`catalogsource_ready`
19+
|State of a catalog source. The value `1` indicates that the catalog source is in a `READY` state. The value of `0` indicates that the catalog source is not in a `READY` state.
20+
1821
|`csv_abnormal`
1922
|When reconciling a cluster service version (CSV), present whenever a CSV version is in any state other than `Succeeded`, for example when it is not installed. Includes the `name`, `namespace`, `phase`, `reason`, and `version` labels. A Prometheus alert is created when this metric is present.
2023

@@ -30,6 +33,12 @@ Operator Lifecycle Manager (OLM) exposes certain OLM-specific resources for use
3033
|`install_plan_count`
3134
|Number of install plans.
3235

36+
|`installplan_warnings_total`
37+
|Monotonic count of warnings generated by resources, such as deprecated resources, included in an install plan.
38+
39+
|`olm_resolution_duration_seconds`
40+
|The duration of a dependency resolution attempt.
41+
3342
|`subscription_count`
3443
|Number of subscriptions.
3544

0 commit comments

Comments
 (0)