Skip to content

Commit a5342b2

Browse files
authored
Add deprecation notice to metadata for FluxCD metrics removeda fter 2.1.0 (#22013)
1 parent 8b395e9 commit a5342b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluxcd/metadata.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ fluxcd.controller.runtime.reconcile.errors.count,count,,error,,Total number of r
66
fluxcd.controller.runtime.reconcile.time.seconds.bucket,count,,,,Bucket of length of time per reconciliation per controller.,0,fluxcd,controller runtime reconcile time seconds,
77
fluxcd.controller.runtime.reconcile.time.seconds.count,count,,,,Count of length of time per reconciliation per controller.,0,fluxcd,controller runtime reconcile time seconds,
88
fluxcd.controller.runtime.reconcile.time.seconds.sum,count,,second,,Sum of length of time per reconciliation per controller.,0,fluxcd,controller runtime reconcile time seconds,
9-
fluxcd.gotk.reconcile.condition,gauge,,,,The current condition status of a GitOps Toolkit resource reconciliation.,0,fluxcd,gotk reconcile condition,
9+
fluxcd.gotk.reconcile.condition,gauge,,,,The current condition status of a GitOps Toolkit resource reconciliation [Deprecated since 2.1.0].,0,fluxcd,gotk reconcile condition,
1010
fluxcd.gotk.reconcile.duration.seconds.bucket,count,,,,Bucket of the duration in seconds of a GitOps Toolkit resource reconciliation.,0,fluxcd,reconcile duration seconds,
1111
fluxcd.gotk.reconcile.duration.seconds.count,count,,,,Count of the duration in seconds of a GitOps Toolkit resource reconciliation.,0,fluxcd,reconcile duration seconds,
1212
fluxcd.gotk.reconcile.duration.seconds.sum,count,,second,,Sum of the duration in seconds of a GitOps Toolkit resource reconciliation.,0,fluxcd,reconcile duration seconds,
13-
fluxcd.gotk.suspend.status,gauge,,,,The current suspend status of a GitOps Toolkit resource.,0,fluxcd,gotk suspend status,
13+
fluxcd.gotk.suspend.status,gauge,,,,The current suspend status of a GitOps Toolkit resource [Deprecated since 2.1.0].,0,fluxcd,gotk suspend status,
1414
fluxcd.leader_election_master_status,gauge,,,,"Gauge of if the reporting system is master of the relevant lease, 0 indicates backup, 1 indicates master. 'name' is the string used to identify the lease. Make sure to group by name.",0,fluxcd,,
1515
fluxcd.process.cpu_seconds.count,count,,second,,Total user and system CPU time spent in seconds.,0,fluxcd,,
1616
fluxcd.process.max_fds,gauge,,,,Maximum number of open file descriptors.,0,fluxcd,,

0 commit comments

Comments
 (0)