많은 Google Cloud Marketplace 제품에서 고객이 Google Cloud
인프라 및 리소스를 사용하게 됩니다. Google이 Google Cloud 영향을 보여주고 시장 진출 (GTM) 투자를 안내하는 데 사용할 수 있는 관련 고객 사용량 측면에서 제품의 영향을 Google에 알려주는 라벨을 제품에 통합할 수 있습니다.
이 문서에서는 Cloud Marketplace를 통해 제공하는 가상 머신 (VM) 제품의 파트너 소비 추적을 설정하는 방법을 설명합니다.
라벨 스키마
라벨은 Google Cloud 리소스에 할당할 수 있는 키-값 쌍입니다.
라벨에 대한 자세한 내용은 라벨 개요를 참고하세요.
파트너 소비 추적에 라벨을 사용하는 경우 라벨은 다음 형식을 사용합니다.
goog-partner-solution = SOLUTION_URN
제품의 소비 추적 라벨 찾기
Cloud Marketplace를 통해 제공하는 각 제품의 연결된 소비 추적 라벨은 Producer Portal에서 확인할 수 있습니다. 라벨을 찾으려면 다음 단계를 따르세요.
소비 추적 라벨을 VM 제품과 통합하려면 HashiCorp에서 만든 코드형 인프라 도구인 Terraform을 사용하여 제품을 설정하여 리소스를 배포할 때 Google Cloud 리소스에 라벨을 추가해야 합니다. Terraform에 대한 자세한 내용은 Terraform 문서의 Terraform이란 무엇인가요?를 참고하세요.
Terraform을 사용하면 Terraform에서 배포하는 모든 Google Cloud 리소스에 적용되는 기본 라벨을 Google 제공업체 수준에서 추가할 수 있습니다. Terraform에서 기본 라벨을 사용하는 방법에 대한 자세한 내용은 Terraform 문서의 Google Cloud 제공업체 구성 참조를 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-02(UTC)"],[],[],null,["# Track your VM products' associated consumption with labels\n\nMany Google Cloud Marketplace products drive customer usage of Google Cloud\ninfrastructure and resources. You can integrate labels into your products that\ngive Google insights into your products' impact in terms of their associated\ncustomer Google Cloud usage, which Google can use to showcase impact and\nguide go to market (GTM) investments.\n\nThis document describes how to set up partner consumption tracking for virtual\nmachine (VM) products that you offer through Cloud Marketplace.\n\nLabel schema\n------------\n\nLabels are key-value pairs that you can assign to Google Cloud resources.\nFor more information about labels, see the\n[Overview of labels](/resource-manager/docs/labels-overview).\n\nWhen you use labels for partner consumption tracking, your labels use the\nfollowing format: \n\n goog-partner-solution = \u003cvar translate=\"no\"\u003eSOLUTION_URN\u003c/var\u003e\n\n### Find your product's consumption tracking label\n\nFor each product that you offer through Cloud Marketplace, you can find its\nassociated consumption tracking label in Producer Portal. To find the\nlabel, take the following steps:\n\n1. In Producer Portal, visit the **Overview** page.\n2. In the list of your products, find the product whose consumption you want to track.\n3. Copy and save the value listed for **Consumption tracking label**.\n4. When you integrate your product's consumption tracking, use the consumption tracking label that you saved.\n\nThe direct link to the Producer Portal **Overview** page is: \n\n```\nhttps://console.cloud.google.com/producer-portal?project=YOUR_PROJECT_ID\n```\n\nIntegrate the consumption tracking label with your VM product\n-------------------------------------------------------------\n\nTo integrate the consumption tracking label with your VM product, you must use\nTerraform, an infrastructure-as-code tool created by HashiCorp, to set up your\nproduct to add the label to Google Cloud resources as it deploys them. For\nmore information about Terraform, see\n[What is Terraform](https://developer.hashicorp.com/terraform/intro) in the\nTerraform documentation.\n| **Note:** Your product must add the label at the resource level, instead of at the project level.\n\nWith Terraform, you can add a default label at the Google provider level that\napplies to all Google Cloud resources that Terraform deploys. For more\ninformation about using default labels with Terraform, see the\n[Google Cloud Provider Configuration Reference](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#default_labels)\nin the Terraform documentation."]]