Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update billing-integration.md serviceName endpoint description #617

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/billing-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,14 @@ data:
- name: servicecontrol
servicecontrol:
identity: gcp
# The service name is unique to your application and will be
# provided during onboarding.
serviceName: my-application.mp-my-company.appspot.com
# The service name is unique to your application. You can find
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update working on line 19 too?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean line 159 ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gibbleyg I have updated line 19 in the latest commit. Please check again and let me know if I need to update anything. Thanks !

# and use your product ID from the GCP Producer Portal.The following
# example uses the product ID as the serviceName.
#
# NOTE: If your published product is using the service name in this format
# "my-application.mp-my-company.appspot.com", you can continue
# to use the current serviceName
serviceName: my-application.endpoints.projectId.cloud.goog
consumerId: $AGENT_CONSUMER_ID # From the reporting secret.

# The sources section lists metric data sources run by the agent
Expand Down