We are building a data pipeline on GCP and chosen Bigtable as our data warehouse for raw events. My problem is - I cannot find a way to properly monitor the cluster. The dashboard offers a limited amount of metrics which could do the trick if there was any way to connect them into StackDriver without too much hassle, just like all the other services on GCP are set up.
Is it possible to monitor Bigtable with Stackdriver? If not, is there another recommended way to achieve this?
I found this post that explains how to get reports on the requests running against Bigtable, but this doesn't help me when trying to receive the big picture about the entire cluster's health.