Questions tagged [google-stackdriver]

84 questions
0
votes
1 answer

stackdriver not monitoring kafka metrics

I am trying to setup kafka metrics on stackdriver. I followed all steps as mentioned in https://cloud.google.com/monitoring/agent/plugins/kafka , but still cant see "kafka" metrics. Although I can see metrics of Host, Agent, Zookeeper and JVM I can…
0
votes
1 answer

How to automate stackdriver monitoring? Why stackdriver apis are used for?

How can I create new stack driver chart for any VM or cluster or pods created in Stackdriver automatically? Is there any way to achieve stackdriver charts as soon as any resource mentioned above is created in GCP environment? What are the…
0
votes
1 answer

Missing logs in Stackdriver from Kubernetes deployments using GKE

Currently running 28+ deployments under GKE logging to Stackdriver using the automatic fluentd collection. Master K8s Version: 1.10.6-gke.2 Node Version: 1.10.6-gke.2 Logging approximately 200 JSON strings per minute spread across multiple pods. We…
0
votes
1 answer

GCP Cloud Router Stackdriver metrics not available

Has anyone tried monitoring GCP Cloud Routers with stackdriver? According to their metrics page there are several metrics that should be available, however, the resource explorer shows no indication. I have two cloud routers, with interfaces and…
0
votes
1 answer

Enabling audit logging on GCP for VM creation

In Google Cloud Platform, is all audit logging enabled by default? I'm interested in Admin Activity logs (https://cloud.google.com/logging/docs/audit/#admin-activity), which "record when VM instances and App Engine applications are created" among…
0
votes
1 answer

Tomcat/TomEE creates lots of DEBUG logs on Google KubernetesEngine, but not on plain Docker

We deploy our application on TomEE 7.0.3 (Tomcat 8.5.11) in Docker images. The production platforms run on Google Kubernetes Engine clusters while development, staging and so on run as plain Docker containers on Linux servers. On production we see…
0
votes
1 answer

Debugging Stackdriver geographic uptime check failure

I have a Google App Engine (Flexible Python) application running with Stackdriver monitoring. I have been getting failing uptime checks and I can't figure out if there is a real problem or not. The service appears to be available when I query it,…
Ben Hsieh
  • 1
  • 1
0
votes
1 answer

Google Stackdriver showing usage stats for all kubernetes pods except one

I deployed a Kubernetes Cluster on GCP and use Stackdriver for monitoring CPU & memory. Stackdriver does list stats (CPU, memory etc.) for all pods within the cluster except one. This has lasted now for a week and the one missing pod is definitely…
0
votes
1 answer

How to monitor VMs and its resources under google cloud (GCP)

I have couple of VMs created on Google cloud platform and deployed tomcat based applications. Now, I would like to monitor the resources (like Memory , CPU, disk , applications etc). Is there any way that I could do this through GCP? an event of…
0
votes
1 answer

How to view Google HTTP load balancer access logs without Stackdriver?

I would like to see GCE HTTP/HTTPS Load Balancer access logs. By default, access logs go to Stackdriver. But we have to exclude the log named “cloud-http-load-balancer” because Stackdriver will start charging on March 31, 2018, and Stackdriver logs…
0
votes
1 answer

How to set agent metrics for managed group

I would like to set auto-scaling for my GCE instances. I read the documentations and I understood that I can set a custom metric as the factor to allow google autoscaler to resize my cluster. Now, I would like to set the memory/percent_used as the…
0
votes
1 answer

agent.googleapis.com/agent/ no metric found

I'm trying to set an instance group managed autoscaling based on memory_usage. I installed the agent on my GCP windows server VM and I'm able to see metrics on the Stackdriver dashboard. Now, when I set the metrics type…
0
votes
1 answer

Unable to get Stackdriver Trace information in Google Cloud Console

I have a few microservices running in Container Engine (GKE) and I'm trying to get trace information in Google Console, but something goes wrong. Here is my checklist: Stackdriver Trace API is enabled in API Manager. API Manager dashboard shows…
0
votes
0 answers

using google fluentd to log from compute engine instance in google cloud

I got a problem with the logging agent from Google Cloud. What i wanted was to use the google-fluentd (based on fluentd) on a webserver to collect the logs and sent it to Stackdriver Logging Api. The server itself is a Google Compute Instance, so…
0
votes
1 answer

How to create alerting policy on free disk space, only on root filesystem

I wanted to create a Alerting Policy in Stackdriver on "Volume Free Space" to get warned if the disk is almost full. So I used the Metric Threshold alert. However when I enable this check I get warnings straight away for a couple small partitions…
Mark
  • 103
  • 2