Skip to content

Commit

Permalink
Merge pull request #665 from chaosi-zju/metrics
Browse files Browse the repository at this point in the history
add zh metrics doc for recreate/update_resource_to_cluster
  • Loading branch information
karmada-bot authored Jul 30, 2024
2 parents 7e7e0be + 8542231 commit 9ff41e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ title: Karmada Metrics 参考
| federatedhpa_pull_metrics_duration_seconds | Histogram | FederatedHPA 拉取 metrics 指标所需的时间 (单位秒),"error" 代表 FederatedHPA 拉取 metrics 指标失败,否则为 "success" | result<br/>metricType | karmada-controller-manager |
| pool_get_operation_total | Counter | 从池中拉数据的总次数 | name<br/>from | karmada-controller-manager<br/>karmada-agent |
| pool_put_operation_total | Counter | 向池中推数据的总次数 | name<br/>to | karmada-controller-manager<br/>karmada-agent |
| recreate_resource_to_cluster | Counter | 在成员集群中重新创建资源的操作次数,"error" 代表重新创建资源失败,否则为 "success","cluster" 代表目标成员集群 | result<br/>apiversion<br/>kind<br/>cluster | karmada-controller-manager |
| update_resource_to_cluster | Counter | 在成员集群中更新资源的操作次数,"error" 代表更新资源失败,否则为 "success","cluster" 代表目标成员集群 | result<br/>apiversion<br/>kind<br/>cluster | karmada-controller-manager |

0 comments on commit 9ff41e6

Please sign in to comment.