Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Problem you have encountered:
I am trying to create an uptime check in Google Cloud Platform using the gcloud command line client. This is an example:
This generally works, i.e. the uptime check is created and no errors are reported. However, my user labels are silently ignored.
What you expected to happen:
User labels added to the uptime check.
Steps to reproduce:
See above.
Other information (workarounds you have tried, documentation consulted, etc):
Running the command with
--log-http --verbosity=debug
shows that the user labels are captured correctly, but omitted in the request to the Monitoring API. When I add the user labels to the API request and send the request manually then the user labels are added correctly.I have also tried to add user labels to existing uptime checks via
gcloud monitoring uptime update
, but that also did not work, so it seems to suffer from the same issue. However, I have not confirmed that it is indeed the same issue.