Skip to content

Commit bbd289c

Browse files
authored
Merge pull request honojs#664 from chaosi-zju/main
add en metrics doc for recreate/update_resource_to_cluster
2 parents 18caa83 + e4cd39b commit bbd289c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/instrumentation/metrics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ You can query the metrics endpoint for these components using an HTTP scrape, an
3939
| federatedhpa_pull_metrics_duration_seconds | Histogram | Duration in seconds taken by the FederatedHPA to pull metrics. By the result, 'error' means the FederatedHPA failed to pull the metrics. Otherwise 'success'. | result<br/>metricType | karmada-controller-manager |
4040
| pool_get_operation_total | Counter | Total times of getting from pool | name<br/>from | karmada-controller-manager<br/>karmada-agent |
4141
| pool_put_operation_total | Counter | Total times of putting from pool | name<br/>to | karmada-controller-manager<br/>karmada-agent |
42+
| recreate_resource_to_cluster | Counter | Number of resource recreations to a target member cluster. By the result, 'error' means a resource recreated failed. Otherwise 'success'. Cluster means the target member cluster. | result<br/>apiversion<br/>kind<br/>cluster | karmada-controller-manager |
43+
| update_resource_to_cluster | Counter | Number of resource updates to a target member cluster. By the result, 'error' means a resource updated failed. Otherwise 'success'. Cluster means the target member cluster. | result<br/>apiversion<br/>kind<br/>cluster | karmada-controller-manager |

0 commit comments

Comments
 (0)