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
This commit introduces a change that limits the number of metrics that
an OLM cluster reports at any given time for a CSV.
The first metric introduced is called csv_up, which tracks CSVs that
have reached the succeeded phase. The following information is
provided about the CSV via labels: namespace, name, version. The value
of this metric will always be 0 or 1.
The second metric introduced is called csv_abnormal, which is reported
whenever the CSV is updated and has not reached the succeeded phase. The
following information is provided about the CSV via labels: namespace,
name, version, phase, reason. Whenever a CSV is updated, the existing
timeseries is deleted and replaced by an updated version.
0 commit comments