BackgroundI have a containerized Python Flask application that is deployed on Google Cloud Run. I want to extract custom metrics from this app and send them to Google Cloud Monitoring.I followed the ...
I am using PostgreSQL (on GCP Cloud SQL) and I want to find out when each table in the database was last used (read or write).So far, I have checked:pg_stat_user_tables → this shows row counts, ...
I am logging an INT64 value (something like CPU usage) in my cloud function and I want to turn it into a metrics in cloud monitoring, it seems like I can either integrate directly with cloud ...
My goal is simple. I want to know the correct grafana variables syntax to display these metrics labels (I am using Google Cloud Monitoring as data source):screenshot 1And put it here: screenshot 2...
Sample metric as follows:# HELP db2_prometheus_adapter_info Information on the state of the DB2-Prometheus-Adapter# TYPE db2_prometheus_adapter_info gaugedb2_prometheus_adapter_info{app_state="...
I am trying to use the Google Cloud API to monitor my requests made to the Geocoding API but it gives me 0 requests made even though a made like 2000 requests previusly and it is shown in the Google ...
In a GCP project with Vertex AI endpoints already deployed, I want to know if the monitoring is enabled with the google-cloud-aiplatform library.How can I do it ?For more context, I ran following ...
The objective is to monitor asynchronous jobs, which are event triggered using a Google Cloud Function.Every job will be triggered with an argument (or environment variable) corresponding to a ...
I'd like to create a query that would basically give me the CPU metrics for the top 5 used containers, but everything I've tried just doesn't work at all. The CPU metric can be something like "...
I have a Google project where I execute and log from an Apps Script. I created a log monitoring policy to be notified if severity>=ERROR and in the preview during policy creation the filter lists ...
We are implementing monitoring for our data pipeline so that if it breaks in the future, a notification is sent to our Slack channel.I have successfully included all the required parameters in the ...
I have a service deployed on multiple instances, all reporting metrics to a common collector.Each instance is identified by a triplet (service.namespace, service.name, service.instance.id).However, ...
I am creating an alert to send email notifications when response_code_class != 2xx occurs. However, despite configuring the conditions as below, there is a 30-minute lag between the response and the ...
I’ve created a log-based alerting policy in GCP that sends notifications to a Pub/Sub topic when an incident is triggered. The Pub/Sub messages are processed by a Cloud Run function, which sends them ...