I'd like to use Google IOT to periodically send out custom telemetry which I'd like to ingest into Stackdriver for alerting purposes. Is this doable? As far as I can tell, I cannot seem to load up custom events or telemetry in Stackdriver.
A naive example of this would be, assume an IOT device such as a thermostat and assume the thermostat also has access to its in-memory usage data. I know I can periodically push this data up to Google IOT, but I'd like to chart it in Stackdriver and alert on it.