mirror of https://github.com/crossplane/docs.git
Integrated Jared suggestion
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
This commit is contained in:
parent
6357c10dfb
commit
1901e55499
|
@ -23,6 +23,7 @@ prometheus.io/port: "8080"
|
|||
prometheus.io/scrape: "true"
|
||||
```
|
||||
|
||||
{{< table "table table-hover table-striped table-sm">}}
|
||||
| Metric Name | Description | Further Explanation |
|
||||
| --- | --- | --- |
|
||||
| {{<hover label="certwatcher_read_certificate_errors_total" line="1">}}certwatcher_read_certificate_errors_total{{</hover>}} | Total number of certificate read errors | |
|
||||
|
@ -54,3 +55,4 @@ prometheus.io/scrape: "true"
|
|||
| {{<hover label="crossplane_managed_resource_first_time_to_readiness_seconds_bucket" line="27">}}crossplane_managed_resource_first_time_to_readiness_seconds_bucket{{</hover>}} | The time it took for a managed resource to become ready first time after creation | |
|
||||
| {{<hover label="crossplane_managed_resource_first_time_to_reconcile_seconds_bucket" line="28">}}crossplane_managed_resource_first_time_to_reconcile_seconds_bucket{{</hover>}} | The time it took to detect a managed resource by the controller | |
|
||||
| {{<hover label="upjet_resource_ttr_bucket" line="29">}}upjet_resource_ttr_bucket{{</hover>}} | Measures in seconds the `time-to-readiness` `(TTR)` for managed resources | |
|
||||
{{</table >}}
|
|
@ -23,6 +23,7 @@ prometheus.io/port: "8080"
|
|||
prometheus.io/scrape: "true"
|
||||
```
|
||||
|
||||
{{< table "table table-hover table-striped table-sm">}}
|
||||
| Metric Name | Description | Further Explanation |
|
||||
| --- | --- | --- |
|
||||
| {{<hover label="certwatcher_read_certificate_errors_total" line="1">}}certwatcher_read_certificate_errors_total{{</hover>}} | Total number of certificate read errors | |
|
||||
|
@ -54,3 +55,4 @@ prometheus.io/scrape: "true"
|
|||
| {{<hover label="crossplane_managed_resource_first_time_to_readiness_seconds_bucket" line="27">}}crossplane_managed_resource_first_time_to_readiness_seconds_bucket{{</hover>}} | The time it took for a managed resource to become ready first time after creation | |
|
||||
| {{<hover label="crossplane_managed_resource_first_time_to_reconcile_seconds_bucket" line="28">}}crossplane_managed_resource_first_time_to_reconcile_seconds_bucket{{</hover>}} | The time it took to detect a managed resource by the controller | |
|
||||
| {{<hover label="upjet_resource_ttr_bucket" line="29">}}upjet_resource_ttr_bucket{{</hover>}} | Measures in seconds the `time-to-readiness` `(TTR)` for managed resources | |
|
||||
{{</table >}}
|
Loading…
Reference in New Issue