Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
A menos que você autorize a inclusão durante a instalação do Google Cloud CLI, o software gcloud CLI não coleta estatísticas de uso. Você pode ajudar o Google a priorizar os recursos e melhorias do gcloud CLI permitindo que o gcloud CLI envie estatísticas de uso ao Google.
As estatísticas de uso contêm execuções anônimas da ferramenta Google Cloud CLI , incluindo, por exemplo, o comando invocado, o tempo gasto, se um erro foi gerado e outras métricas semelhantes. As estatísticas de uso não incluem valores de argumentos ou quaisquer informações pessoais.
Você pode alterar se as estatísticas de uso são enviadas ao Google a qualquer momento. Para desativar o envio de estatísticas de uso, execute o seguinte comando após instalar a CLI do gcloud:
gcloud config set disable_usage_reporting true
Para habilitar o envio de estatísticas de uso, execute o seguinte comando:
gcloud config set disable_usage_reporting false
Para obter mais informações sobre gcloud config , consulte o guia do gcloud CLI .
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-06-11 UTC."],[],[],null,["# Usage statistics\n\nUnless you opt-in during Google Cloud CLI installation, gcloud CLI software\n**does not** collect usage statistics. You can help Google to prioritize gcloud CLI\nfeatures and improvements by permitting gcloud CLI to send usage\nstatistics to Google.\n\n\nUsage statistics contain anonymized\n[Google Cloud CLI](/sdk/cloudplatform) tool executions, including\ne.g. the command that was invoked, the time taken, whether an error was\nraised, and other such metrics. Usage statistics don't include argument\nvalues or any personal information.\n\n\nYou can change whether usage statistics are sent to Google at any time. To *disable*\nsending usage statistics, run the following command after you've installed gcloud CLI: \n\n```\ngcloud config set disable_usage_reporting true\n```\n\n\nTo *enable* sending usage statistics, run the following command: \n\n```\ngcloud config set disable_usage_reporting false\n```\n\n\nFor more information about `gcloud config`, see the\n[gcloud CLI guide](/sdk/gcloud#configurations).\n\n\nUsage statistics are handled in accordance with Google's\n[privacy policy](https://policies.google.com/privacy)."]]