Umstellung auf die allgemein verfügbare Version von Ops-Agent
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Der Ops-Agent ist jetzt allgemein verfügbar. Die GA-Version enthält Fehlerkorrekturen und Verbesserungen, die auf dem Feedback von Vorschau-Nutzern basieren. Diese Anleitung enthält Migrationsschritte für die folgenden Nutzer:
Nutzer der Ops-Agent-Vorschau, um zur GA-Version des Agents zu migrieren.
Nutzer der Legacy-Logging- und -Monitoring-Agents, die zum Ops-Agent migriert werden sollen.
Von der Ops-Agent-Vorschau zur GA-Version migrieren
Führen Sie die Upgrades des Agents aus, um die neueste Version des Ops-Agents zu installieren.
Wenn Sie die Standardkonfiguration des Agents bearbeitet haben, um die default_pipeline zu entfernen, fügen Sie der Agent-Konfiguration das folgende Snippet hinzu, um diese Pipeline deaktiviert zu lassen:
[[["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-09-04 (UTC)."],[],[],null,["# Transition to the Generally Available version of the Ops Agent\n\nThe Ops Agent is now Generally Available. The GA version incorporates fixes and\nimprovements based on the feedback from Preview users. This guide provides\nmigration steps for the following users:\n\n- Ops Agent Preview users to migrate to the GA version of the agent.\n\n- Users of the legacy Logging and Monitoring\n agents to migrate to the Ops Agent.\n\nMigrating from Ops Agent Preview to the GA version\n--------------------------------------------------\n\nTo install the latest version of the Ops Agent, complete the\n[Upgrading the agent](/stackdriver/docs/solutions/agents/ops-agent/installation#upgrade) procedures.\n\nIf you edited the agent's default configuration to remove the\n`default_pipeline`, add the following snippet to the [agent\nconfiguration](/stackdriver/docs/solutions/agents/ops-agent/configuration) to\nkeep that pipeline disabled: \n\n logging:\n service:\n pipelines:\n default_pipeline:\n receivers: []\n exporters: []\n metrics:\n service:\n pipelines:\n default_pipeline:\n receivers: []\n exporters: []\n\n### Changes in commands for managing the Ops Agent\n\nThe following table lists the commands for managing the agent that changed for\nthe GA release:\n\nMigrating from the legacy agents to the Ops Agent\n-------------------------------------------------\n\nTo migrate from the legacy Logging and Monitoring\nagents, complete the following steps.\n\n1. Uninstall the [Logging](/logging/docs/agent/logging/installation#uninstall)\n and the [Monitoring](/monitoring/agent/monitoring/installation#uninstall)\n agents.\n\n After you uninstall the agent, the Google Cloud console might take up to one\n hour to report this change.\n2. Install the latest version of the [Ops Agent on a single virtual\n machine](/stackdriver/docs/solutions/agents/ops-agent/installation#install-latest-version).\n\n You also have the option of [installing and managing the Ops Agent on\n multiple VMs](/stackdriver/docs/solutions/agents/ops-agent/install-index).\n3. [Configure the Ops Agent](/stackdriver/docs/solutions/agents/ops-agent/configuration)\n as needed.\n\nDifferences in how metrics are collected\n----------------------------------------\n\nThe following table describes differences in the data ingested by the Ops Agent and the Monitoring agent.\n\n^†^ The **GA** column refers to Ops Agent versions 2.0.0 and higher. The **Preview** column refers to Ops Agent versions less than 2.0.0."]]