Die Anzahl der Fragmentierungen von DeployedIndex. Nachdem Daten hinzugefügt und gelöscht wurden, passt die Vektorsuche den Index automatisch neu an, um eine optimale Leistung zu erzielen. Dieser Messwert gibt die aktuelle Anzahl der Fragmentierungen des bereitgestellten Index an.
Die Gesamtzahl der aktiven Replikatserver, die vom DeployedIndex verwendet werden. Zum Bewältigung des Abfragevolumens aktiviert oder deaktiviert die Vektorsuche automatisch Replikatserver anhand der Mindest- und Höchstwerte der Replikateinstellungen, die bei der Bereitstellung des Index festgelegt wurden.
Wenn der Index mehrere Shards enthält, kann jeder Shard mit einer anderen Anzahl von Replikatservern bereitgestellt werden. Dieser Messwert gibt die Gesamtzahl der Replikatserver für alle Shards des angegebenen Index an.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (UTC)."],[],[],null,["# Monitor a deployed index\n\nVertex AI provides two metrics for monitoring the `IndexEndpoint` of a\ndeployed index:\n\n- `aiplatform.googleapis.com/matching_engine/current_shards`\n\n The number of shards of the `DeployedIndex`. As data is added and deleted,\n Vector Search automatically reshards the index to\n achieve optimal performance. This metric indicates the current number of\n shards of the deployed index.\n- `aiplatform.googleapis.com/matching_engine/current_replicas`\n\n The total number of active replica servers being used by the\n `DeployedIndex`. To match query volume,\n Vector Search automatically turns up\n or down replica servers based on the minimum and maximum replica settings\n specified when deploying the index.\n\n If the index has multiple shards, each shard can be served by using a\n different number of replica servers. This metric is the total number of\n replica servers across all shards of the given index.\n\n### What's next\n\n- Learn [how to query your indexes to find their\n nearest neighbors](/vertex-ai/docs/vector-search/query-index-public-endpoint).\n- Learn [how to select, query, and display these metrics in\n Metrics Explorer](/monitoring/charts/metrics-selector)."]]