You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you deploy a V2 function with custom labels, labels are not applied to the Cloud Run service, making it difficult to monitor the costs associated with the service.
Hi @Desno365, thanks for opening this issue. As you've probably noticed, labels only show up on the Cloud Function interface/tab when deploying to Google Cloud Functions. I did some digging on our end and it looks like this feature has been requested internally for Cloud Functions to automatically propagate user-defined labels to Cloud Run. This is currently being worked on by the team and should be released on the backend so you won't need to upgrade firebase-tools or firebase-functions. I'll respond back when it is released which should be relatively soon. Thanks!
[REQUIRED] Environment info
firebase-tools: 13.22.1
Platform: macOS
[REQUIRED] Test case
If you deploy a V2 function with custom labels, labels are not applied to the Cloud Run service, making it difficult to monitor the costs associated with the service.
A simple test case is the following:
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
Labels should be applied to the Cloud Run service so that costs associated with the service can be monitored.
[REQUIRED] Actual behavior
No labels are applied to the Cloud Run service.
The text was updated successfully, but these errors were encountered: