Version: v2
Adding Labels
Global Labels#
Subscription Service can have global labels in defaultSubscriberOptions, these will be merged with local subscriber level labels.
Env Var#
We also support GOOGLE_CLOUD_LABELS env var which can be a stringified JSON. These work as the default labels added to each subscription. Example:
Subscriber Specific Labels#
Each subscriber can also add it's own labels, these overwrite the above mentioned Global Labels.