S3UsageRetrieveTimeTooLong#
S3Usage exporter retrieves S3 usage per bucket and measures how long it takes to retrieve the metrics.
This alert fires when retrieving S3 usage for one bucket takes too long.
Troubleshooting Hints#
-
check if there is a problem with the exporter :
kubectl -n s3usage-exporter logs -l app.kubernetes.io/name=s3usage-exporter -c exporter kubectl -n s3usage-exporter logs -l app.kubernetes.io/name=s3usage-exporter -c s3usage-retriever-fe -
check if there a problem with the S3 service (check with the Cloud Provider)
-
If this alert happens often, check if the limit is too low and can be changed. However, the limit should not be too high or it would hide other problems. This may be reported to the Monitoring Team.
-
If this alert does not happen often, it may be ignored.