GCP metrics configuration
Utilize Cobrowse's Google Cloud Terraform configuration for an effortless setup on GCP, ensuring efficient metric collection via Google Cloud's Workload Metrics
If you are running the Cobrowse Enterprise Google Cloud terraform configuration, Google Cloud's Workload Metrics offering is the easiest way to collect these metrics and make them available in Google Cloud Monitoring.
Please follow the instructions supplied by Google to enable Workload Metrics for your cobrowse enterprise cluster. Once enabled, you will be instructed to deploy a PodMonitor resource which specifies which metrics to collect.
For convenience, we have provided 2 sample PodMonitor resources in your cobrowse enterprise for GCP terraform configuration:
Redis Cluster:
cobrowse-redis-cluster-podmonitor.ymlUpdate the
metadata.namespaceproperty to the namespace where your redis cluster is deployed
Cobrowse:
etc/metrics/cobrowse-svc-podmonitor.ymlUpdate the
metadata.namespaceproperty to the namespace where your cobrowse services are deployed
Once the PodMonitor resources are applied to your cluster namespace, metrics should begin showing up in Cloud Monitoring in a few minutes.
Last updated
Was this helpful?