Passer à la version en disponibilité générale de l'agent Ops
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
L'agent Ops est désormais en disponibilité générale. La version en disponibilité générale intègre des corrections et des améliorations basées sur les commentaires des utilisateurs de la version bêta. Ce guide décrit la procédure de migration pour les utilisateurs suivants :
Utilisateurs de la version bêta de l'agent Ops souhaitant migrer vers la version en disponibilité générale de l'agent
Utilisateurs des anciens agents Logging et Monitoring souhaitant migrer vers l'agent Ops
Migrer de la version preview de l'agent Ops vers la version en disponibilité générale
Pour installer la dernière version de l'agent Ops, exécutez les procédures décrites dans la section Mettre à jour l'agent.
Si vous avez modifié la configuration par défaut de l'agent pour supprimer le fichier default_pipeline, ajoutez l'extrait suivant à la configuration de l'agent pour maintenir ce pipeline désactivé :
Ingestion avec le chemin complet dans le libellé device. Par exemple, /dev/sda15.
Pas d'ingestion pour les appareils virtuels tels que tmpfs et udev.
Ingestion sans /dev dans le chemin d'accès dans le libellé device. Par exemple, sda15.
Ingestion pour les appareils virtuels tels que tmpfs et udev.
Ingestion sans /dev dans le chemin d'accès dans le libellé device. Par exemple, sda15.
Ingestion pour les appareils virtuels tels que tmpfs et udev.
† La colonne GA fait référence à l'agent Ops version 2.0.0 ou ultérieure. La colonne bêta fait référence à des versions de l'agent Ops antérieures à la version 2.0.0.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/04/22 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/04/22 (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."]]