Questions tagged [google-cloud-stackdriver]

Use it when asking a question related to Google Operations (ex Stackdriver) service

Google Cloud’s operations suite (formerly Stackdriver) is designed to monitor, troubleshoot, and improve cloud infrastructure, software, and application performance.

For more details check https://cloud.google.com/products/operations

726 questions
0
votes
1 answer

Not able populating the method and etc for Stackdriver Trace

I am new to Stackdriver Trace. I am not sure what I am doing wrong if can somebody point me to right direction. I would really appreciate. Basicall I am not able populate methods and such from Request ... var ctx context.Context …
Askar
  • 513
  • 5
  • 22
0
votes
1 answer

Need help configuring condition for Stackdriver alert

I want to create a Stackdriver alert that trips when a certain logging metric occurs less than 20 times in the previous 30 minutes. I don't really need history over long periods of time for graphs or anything, i.e., I don't want to store data for a…
0
votes
1 answer

How to get total number of messages published to a topic?

How do I get the count of number of messages published to a topic in stack driver.
Manasi
  • 21
0
votes
0 answers

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

Stackdriver throughput metric of Apache Beam streaming job

I have a streaming job implemented on top of Apache Beam, which reads messages from Apache Kafka, processes them and outputs them into BigTable. I would like to get throughput metrics of ingress/egress inside this job i.e. how many msg/sec the job…
0
votes
1 answer

Which service account are my pods running as by default?

When I have created a cluster with some nodes on GKE, which user does Google interpret my requests as coming from? E.g. if I open a console on one of the nodes and do an API call to the Stackdriver API. Which user does the API think I am? $ kubectl…
0
votes
1 answer

Implementing default stackdriver behavior in GKE

I am setting up a GKE cluster for an application that has structured json logging that works very well with Kibana. However, I want to use stackdriver instead. I see that the application's logs are available in stackdriver with the default cluster…
0
votes
1 answer

StackDriver alert when there's no data

I've set up an alerting policy in StackDriver on the "instance/uptime" metrics. To alert when it's less 1 for 1 minute. Then I deleted the instance, and had no alerts. Is it so because at the following time window the data isn't 0 rather none, so no…
aclowkay
  • 3,577
  • 5
  • 35
  • 66
0
votes
1 answer

Stackdriver scheduled uptime check

I would like to run uptime checks using Stackdriver only when my google cloud instance is running (it is service that only runs a few hours every day). Is that possible?
0
votes
1 answer

Cant send logs to Stackdrvier using latest version of google.cloud.logging.log4net from GCE instance

I referred the sample application to send logs using Log4net. The version of Nuget package used in the app is 1.0.0-beta05. When I update the Nuget package to the latest version(or any other stable version), I'm not able to send logs. Are there…
0
votes
1 answer

Apache-access logs on Stackdriver

I'm trying to setup apache-access logs on my Google Cloud VM instance to see all url level traffic coming to the site. I have setup fluentd and gave necessary access control, but I'm unable to see the logs. Can someone help me out on this?
Pavan
  • 1
  • 1
0
votes
0 answers

Logs are not being sent to stackdriver using Stackdriver log4net integration

I'm trying to use the Google.cloud.logging.log4net library in a .NET Web application to send logs to Google Stackdriver. I've followed the steps from stackdriver logging how to guide Option 2 https://cloud.google.com/logging/docs/integrate/dotnet It…
0
votes
1 answer

How can I install the stackdriver elasticsearch plugin to monitor an ES instance running inside k8s v1.11 on GKE?

I'm running an elasticsearch cluster using StatefulSets on Google Container Engine (GKE) (my k8s configs are very similar to the ones here: https://github.com/pires/kubernetes-elasticsearch-cluster/tree/master/stateful) I created the k8s cluster…
0
votes
1 answer

How can we Monitor DDOS Attacks using Stackdriver Monitoring in GCP

I have already enabled VPC flow logs but what could be the best filters to use to capture DDOS attacks.I know GCP provided Cloud Armour for DDOS Attack prevention but i want to set monitoring on Stackdriver .
0
votes
2 answers

Viewing all logs in stackdriver

I find myself toggling between different 'resources' to view my logs in stackdriver. For example: Is there a way to view all combined logs from a single view? Most go to "Global", but many do not as well.
user10332687