1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/docs/generated/metrics
2022-07-11 17:16:39 +02:00
..
arangodb_operator_agency_cache_health_present.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_cache_healthy.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_cache_leaders.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_cache_member_commit_offset.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_cache_member_serving.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_cache_present.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_cache_serving.md [Bugfix] Extend Agency HealthCheck for replace (#1030) 2022-06-27 10:00:01 +02:00
arangodb_operator_agency_errors.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
arangodb_operator_agency_fetches.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
arangodb_operator_agency_index.md [Documentation] Refactor metrics (Part 1) (#1019) 2022-06-27 08:02:21 +02:00
arangodb_operator_engine_panics_recovered.md [Bugfix] Add Panic Handler (#1050) 2022-07-11 17:16:39 +02:00
arangodb_operator_members_unexpected_container_exit_codes.md [Feature] [Metrics] Member restarts (#1047) 2022-07-07 14:09:17 +02:00
arangodb_operator_rebalancer_enabled.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
arangodb_operator_rebalancer_moves_current.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
arangodb_operator_rebalancer_moves_failed.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
arangodb_operator_rebalancer_moves_generated.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
arangodb_operator_rebalancer_moves_succeeded.md [Bugfix] Add DistributeShardsLike support (#1037) 2022-06-30 23:34:34 +02:00
README.md [Bugfix] Add Panic Handler (#1050) 2022-07-11 17:16:39 +02:00

ArangoDB Operator Metrics

List

Name Namespace Group Type Description
arangodb_operator_agency_errors arangodb_operator agency Counter Current count of agency cache fetch errors
arangodb_operator_agency_fetches arangodb_operator agency Counter Current count of agency cache fetches
arangodb_operator_agency_index arangodb_operator agency Gauge Current index of the agency cache
arangodb_operator_agency_cache_health_present arangodb_operator agency_cache Gauge Determines if local agency cache health is present
arangodb_operator_agency_cache_healthy arangodb_operator agency_cache Gauge Determines if agency is healthy
arangodb_operator_agency_cache_leaders arangodb_operator agency_cache Gauge Determines agency leader vote count
arangodb_operator_agency_cache_member_commit_offset arangodb_operator agency_cache Gauge Determines agency member commit offset
arangodb_operator_agency_cache_member_serving arangodb_operator agency_cache Gauge Determines if agency member is reachable
arangodb_operator_agency_cache_present arangodb_operator agency_cache Gauge Determines if local agency cache is present
arangodb_operator_agency_cache_serving arangodb_operator agency_cache Gauge Determines if agency is serving
arangodb_operator_engine_panics_recovered arangodb_operator engine Counter Number of Panics recovered inside Operator reconciliation loop
arangodb_operator_members_unexpected_container_exit_codes arangodb_operator members Counter Counter of unexpected restarts in pod (Containers/InitContainers/EphemeralContainers)
arangodb_operator_rebalancer_enabled arangodb_operator rebalancer Gauge Determines if rebalancer is enabled
arangodb_operator_rebalancer_moves_current arangodb_operator rebalancer Gauge Define how many moves are currently in progress
arangodb_operator_rebalancer_moves_failed arangodb_operator rebalancer Counter Define how many moves failed
arangodb_operator_rebalancer_moves_generated arangodb_operator rebalancer Counter Define how many moves were generated
arangodb_operator_rebalancer_moves_succeeded arangodb_operator rebalancer Counter Define how many moves succeeded