How to understand errors (merged) in Google Spanner Monitor?

Google Spanner Monitor provides useful information about databases and instance. The operation in seconds displays errors (combined) that are not clear to me.

Wrench Monitor

How to understand errors (combined) ?

+3


source to share


1 answer


You can make a toolbar in Stackdriver ( https://app.google.stackdriver.com ) which will break the errors a bit. We are currently working on a resource page for Cloud Spanner that will actually break their error code, but before that you can go to Resources> Metric Explorer and filter by response status: view Stackdriver metrics explorer



Sometimes you get error responses using the Cloud Spanner API; FAILED_PRECONDITION is somewhat common if you have many transactions going on at the same time, which invalidates other transactions.

+3


source







All Articles