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
When a source file does not exist in GCS, the file content is replaced with:
<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.get access to operator-mlab-sandbox/prometheus/blackbox-targets/ssh806_ipv6.json.</Details></Error>
When prometheus tries to parse this file as if it were a file-source it fails.
gcp-service-discovery should not write the content of missing files.
The text was updated successfully, but these errors were encountered:
When a source file does not exist in GCS, the file content is replaced with:
When prometheus tries to parse this file as if it were a file-source it fails.
gcp-service-discovery should not write the content of missing files.
The text was updated successfully, but these errors were encountered: