Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Cette page explique comment gérer vos groupes d'erreurs dans Error Reporting.
Les erreurs regroupées sont généralement très similaires. Par conséquent, Error Reporting ne conserve que 1 000 échantillons et extrapole les informations restantes. Pour afficher toutes les occurrences d'une erreur, consultez les journaux associés avec l'explorateur de journaux.
Pour en savoir plus sur le regroupement des erreurs, consultez Regroupement des erreurs.
Vous pouvez également accéder à cette page à l'aide de la barre de recherche.
Dans le groupe d'erreurs que vous souhaitez mettre à jour, cliquez sur Ouvrir, puis sélectionnez un état de résolution. Vous pouvez sélectionner l'une des valeurs suivantes :
Open (Ouvert) : état initial par défaut de tous les groupes d'erreurs. Les autres états sont définis manuellement. Vous pouvez à tout moment rétablir l'état d'un groupe d'erreurs sur Open (Ouvert).
Acknowledged (Confirmé) : état indiquant la catégorisation des groupes d'erreurs.
Resolved (Résolu) : état indiquant qu'un groupe d'erreurs est résolu et ne devrait plus se produire. Si un groupe d'erreurs marqué comme Résolu se reproduit, Error Reporting rétablit l'état de résolution sur Ouvert.
Muted (Ignoré) : état permettant de masquer un groupe d'erreurs de votre liste. Si une erreur ignorée se reproduit, elle n'est pas incluse dans la liste des erreurs et vous n'êtes pas averti.
Ajouter des liens à des groupes d'erreurs
Vous pouvez associer des groupes d'erreurs à des pages telles que des outils de suivi des problèmes ou de la documentation contenant des étapes de résolution.
Pour ajouter un lien à un groupe d'erreurs, cliquez sur
addDéfinir le lien vers un outil de suivi des problèmes pour ce groupe d'erreurs,
puis remplissez la boîte de dialogue.
Pour modifier le lien d'un groupe d'erreurs, cliquez sur
editDéfinir le lien vers un outil de suivi des problèmes pour ce groupe d'erreurs,
puis remplissez la boîte de dialogue.
Pour ouvrir le lien d'un groupe d'erreurs, cliquez sur linkLien vers l'outil de suivi des problèmes pour ce groupe d'erreurs.
Configurer des notifications
Error Reporting peut vous avertir lorsque de nouvelles erreurs se produisent et lorsque des erreurs avec l'état Resolved (Résolu) se reproduisent. Pour obtenir plus d'informations et des instructions sur la configuration des notifications, consultez Configurer et gérer les notifications.
Supprimer les erreurs
Vous pouvez supprimer tous les événements d'erreur stockés pour le projetGoogle Cloud donné et réinitialiser le nombre d'erreurs à zéro à l'aide de l'outil gcloud ou de l'API REST.
gcloud
Pour supprimer tous les événements d'erreur, exécutez la commande suivante :
gcloud beta error-reporting events delete
API REST
Pour supprimer tous les événements d'erreur, utilisez la méthode projects.deleteEvents de l'API REST.
Si vous vous êtes abonné aux notifications d'erreur pour le projetGoogle Cloud , puis que vous avez supprimé des erreurs avec l'état Résolu, l'état de résolution repasse sur Ouvert et Error Reporting envoie une notification si les erreurs se reproduisent.
Si vous avez supprimé des erreurs à l'état Ouvert ou Reçu, Error Reporting n'envoie pas de notification si elles se reproduisent.
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/09/03 (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/09/03 (UTC)."],[[["\u003cp\u003eThis page guides users on managing error groups within Error Reporting, where similar errors are grouped and a limited number of samples are kept for extrapolation.\u003c/p\u003e\n"],["\u003cp\u003eYou can change the resolution status of error groups to indicate their investigation state, with options such as Open, Acknowledged, Resolved, and Muted.\u003c/p\u003e\n"],["\u003cp\u003eError groups can be linked to external resources like issue trackers or documentation, providing easy access to related information.\u003c/p\u003e\n"],["\u003cp\u003eError Reporting allows for setting up notifications to alert users about new errors or the reoccurrence of resolved errors, and instructions on the configuration are provided.\u003c/p\u003e\n"],["\u003cp\u003eAll error events within a Google Cloud project can be deleted, using either the \u003ccode\u003egcloud\u003c/code\u003e tool or the REST API, but this will alter notification behaviour for reoccurring errors.\u003c/p\u003e\n"]]],[],null,["This page explains how you can manage your error groups in\nError Reporting.\n\nErrors that are grouped together are usually very similar, so\nError Reporting keeps only 1,000 samples and\nextrapolates the remaining information. To view all occurrences of an error,\nview the related logs with the Logs Explorer.\nFor more information about error grouping, see\n[How errors are grouped](/error-reporting/docs/grouping-errors).\n\n\u003cbr /\u003e\n\n| **Note** : If you see the message \"Set up Error Reporting\" on the **Error Reporting** page, then your Google Cloud project has no error groups to display.\n\n\u003cbr /\u003e\n\nBefore you begin\n\n- Ensure that you have least one error group. For more information, see [Collect error data by using Error Reporting](/error-reporting/docs/setup).\n\n\u003c!-- --\u003e\n\n-\n\n To get the permissions that\n you need to manage errors,\n\n ask your administrator to grant you the\n\n\n [Error Reporting User](/iam/docs/roles-permissions/errorreporting#errorreporting.user) (`roles/errorreporting.user`)\n IAM role on your project.\n\n\n For more information about granting roles, see [Manage access to projects, folders, and organizations](/iam/docs/granting-changing-revoking-access).\n\n\n You might also be able to get\n the required permissions through [custom\n roles](/iam/docs/creating-custom-roles) or other [predefined\n roles](/iam/docs/roles-overview#predefined).\n\nChange resolution status\n\nTo record the status of your investigation into an error group, do the\nfollowing:\n\n1. In the Google Cloud console, go to the **Error Reporting** page:\n\n [Go to **Error Reporting**](https://console.cloud.google.com/errors)\n\n \u003cbr /\u003e\n\n You can also find this page by using the search bar.\n2. On the error group that you want to update, click **Open**, and then select\n a resolution status. You can select any of the following values:\n\n - **Open** : The default initial state of all error groups. The other states are set manually. You can revert an error group's status back to **Open** at any time.\n - **Acknowledged**: A state for triaging error groups.\n - **Resolved** : A state for indicating that an error group is fixed and no longer expected to occur. If an error group marked as **Resolved** later reoccurs, then Error Reporting changes the resolution status back to **Open**.\n - **Muted**: A state for hiding an error group from your list. If a muted error reoccurs, then the error isn't included in the list of errors and you aren't notified.\n\nAdd links to error groups\n\nYou can link error groups to pages such as issue trackers\nor documentation with resolution steps.\n\n- To add a link to an error group, click\n *add* **Set the link to an issue tracker for this error group**,\n and then complete the dialog.\n\n- To edit the link on an error group, click\n *edit* **Set the link to an issue tracker for this error group**,\n and then complete the dialog.\n\n- To open the link for an error group, click\n *link* **Link to the issue tracker for this error group**.\n\nSet notifications\n\nError Reporting can notify you when new errors occur and when\nerrors that have been marked **Resolved** reoccur. To learn more, and for\ninstructions on setting notifications, see\n[Configure and manage notifications](/error-reporting/docs/notifications).\n\nDelete errors\n\nYou can delete all error events which are stored for the given\nGoogle Cloud project, and reset error counts to zero, using either the\n`gcloud` tool or the REST API. \n\ngcloud\n\nTo delete all error events, run this command: \n\n gcloud beta error-reporting events delete\n\nREST API\n\nTo delete all error events, use the\n[projects.deleteEvents](/error-reporting/reference/rest/v1beta1/projects/deleteEvents)\nmethod of the REST API.\n\nIf you subscribed to error\n[notifications](/error-reporting/docs/notifications) for the\nGoogle Cloud project and then deleted errors with a **Resolved** status,\nthen the resolution status changes back to **Open** and\nError Reporting sends a notification if the errors reoccur.\n\nIf you deleted errors with a status of **Open** or **Acknowledged**, then\nError Reporting doesn't send a notification if the errors\nreoccur.\n\nWhat's next\n\n- [Learn more about notifications](/error-reporting/docs/notifications)\n- [Learn more about viewing and filtering errors](/error-reporting/docs/viewing-errors)"]]