<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=PrivateEdition%2FCurrent%2FOperations%2FEnableMonitoringServicesGKE</id>
	<title>PrivateEdition/Current/Operations/EnableMonitoringServicesGKE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=PrivateEdition%2FCurrent%2FOperations%2FEnableMonitoringServicesGKE"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=PrivateEdition/Current/Operations/EnableMonitoringServicesGKE&amp;action=history"/>
	<updated>2026-05-12T20:39:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=PrivateEdition/Current/Operations/EnableMonitoringServicesGKE&amp;diff=123909&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{Article |Standalone=No |DisplayName=Enabling monitoring in GKE Platform |TocName=Enabling monitoring in GKE Platform |Context=Learn how to enable monitoring in GKE Platform...&quot;</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=PrivateEdition/Current/Operations/EnableMonitoringServicesGKE&amp;diff=123909&amp;oldid=prev"/>
		<updated>2022-06-30T17:45:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Article |Standalone=No |DisplayName=Enabling monitoring in GKE Platform |TocName=Enabling monitoring in GKE Platform |Context=Learn how to enable monitoring in GKE Platform...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Article&lt;br /&gt;
|Standalone=No&lt;br /&gt;
|DisplayName=Enabling monitoring in GKE Platform&lt;br /&gt;
|TocName=Enabling monitoring in GKE Platform&lt;br /&gt;
|Context=Learn how to enable monitoring in GKE Platform for the cluster and your private edition services.&lt;br /&gt;
|ComingSoon=No&lt;br /&gt;
|Section={{Section&lt;br /&gt;
|sectionHeading=Setting up monitoring for your private edition services in GKE Platform&lt;br /&gt;
|anchor=EnableMonitoringGKE&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=This section describes how to use Cloud Monitoring to monitor your Google Kubernetes Engine (GKE) clusters. It also describes how to enable and authorize use of the Monitoring API&lt;br /&gt;
&lt;br /&gt;
===Google Cloud operations suite - Cloud Monitoring===&lt;br /&gt;
Google Cloud's operations suite (formerly Stackdriver) enables a centralized capability of receiving events, logs, metrics, and traces from your GKE platform resources.&lt;br /&gt;
&lt;br /&gt;
'''Cloud Monitoring''' tracks metrics, events, and metadata from GKE platform, uptime probes, and services. '''Stackdriver''' ingests that data and makes it available via dashboards, charts, and alerts.&lt;br /&gt;
&lt;br /&gt;
For more details, refer to https://cloud.google.com/monitoring/docs.&lt;br /&gt;
&lt;br /&gt;
[[File:CloudMonitoring.png]]&amp;lt;br /&amp;gt;&lt;br /&gt;
====Enable cloud monitoring====&lt;br /&gt;
Supported values for the &amp;lt;code&amp;gt;--logging&amp;lt;/code&amp;gt; flag for the [https://cloud.google.com/sdk/gcloud/reference/container/clusters/create create] and [https://cloud.google.com/sdk/gcloud/reference/container/clusters/update update] commands.&lt;br /&gt;
{{{!}} class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
{{!}}+&lt;br /&gt;
!Source&lt;br /&gt;
!Value&lt;br /&gt;
!Logs collected&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}System&lt;br /&gt;
{{!}}SYSTEM&lt;br /&gt;
{{!}}Metrics from essential system components required for Kubernetes functionality. See a complete list of these [https://cloud.google.com/monitoring/api/metrics_kubernetes#kubernetes-kubernetes Kubernetes metrics].&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}Workload&lt;br /&gt;
{{!}}WORKLOAD&lt;br /&gt;
{{!}}Enable a fully managed pipeline capable of collecting Prometheus-style metrics exposed by any GKE workload. You must [https://cloud.google.com/stackdriver/docs/solutions/gke/managing-metrics#configure-workload-metrics configure] which metrics to collect by deploying a PodMonitor custom resource.&lt;br /&gt;
{{!}}}&lt;br /&gt;
====Console UI====&lt;br /&gt;
To enable cloud monitoring through console UI, follow these steps:&lt;br /&gt;
&lt;br /&gt;
#Navigate to [https://console.cloud.google.com/kubernetes/list/overview?project=gcpe0001 Console UI].&lt;br /&gt;
#Select '''Clusters''' and then select the cluster instance.&lt;br /&gt;
#Under '''Features''' &amp;gt; '''Cloud Monitoring''', click the '''Edit''' icon.&lt;br /&gt;
#Select '''Enable Cloud Monitoring''' and then select '''System and Workflow''' from the drop-down list.&lt;br /&gt;
#Click '''SAVE CHANGES'''.&lt;br /&gt;
&lt;br /&gt;
This section explains setting up Prometheus on a Kubernetes cluster for monitoring the Kubernetes cluster.&lt;br /&gt;
====GCloud CLI====&lt;br /&gt;
To enable cloud monitoring through GCloud UI, follow these steps:&lt;br /&gt;
&lt;br /&gt;
#Log on to the existing cluster.&lt;br /&gt;
#:&amp;lt;source lang=&amp;quot;yaml&amp;quot;&amp;gt;gcloud container clusters get-credentials &amp;lt;cluster instance&amp;gt; --zone &amp;lt;zone name&amp;gt; --project &amp;lt;project name&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
#Configure the logs to be sent to Cloud Monitoring by updating a comma-separated list of values to the &amp;lt;code&amp;gt;gcloud container clusters update&amp;lt;/code&amp;gt;  with &amp;lt;code&amp;gt;--monitoring&amp;lt;/code&amp;gt; flag. Here is an example:&lt;br /&gt;
#:&amp;lt;source lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
gcloud container clusters update gke1 \&lt;br /&gt;
    --zone=us-west1-a \&lt;br /&gt;
    --monitoring==SYSTEM,WORKLOAD &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Google Cloud Monitoring API===&lt;br /&gt;
Google Cloud Monitoring API refers to the API that is provided with Google Cloud operations suite to customize your Monitoring solution inside GKE platform.&lt;br /&gt;
&lt;br /&gt;
Stackdriver reads this configuration to prescribe how it processes, manages, and responds to monitored events generated in the cluster.&lt;br /&gt;
&lt;br /&gt;
For more details, refer to [https://cloud.google.com/monitoring/api/v3 Introduction to the Cloud Monitoring API].&lt;br /&gt;
|Status=No&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>