Questions tagged [google-stackdriver]
84 questions
1
vote
1 answer
Accidently created stackdrive workspace account
I am complete beginner, was trying my hand on google cloud free tier.
Accidentally created stackdriver workspace with default google cloud project.
Will there be charges for it? Does agent by default send logging data to stackdriver?
If yes then…

TiGGi
- 13
- 3
0
votes
2 answers
How can I be sure that a VM on GCP was not shut down due to it being preemptible? (after the fact, using stackdriver)
I'm looking for a query for stackdriver which will yield preemption events on GCP VMs.
Why? Because I have pods disappearing from nodes. Apparently those nodes are later on terminated due to missing workloads and autoscaling being enabled. So…

Mofef
- 21
- 3
0
votes
2 answers
Latency volatility
I use Google Stackdriver Uptime Check on two websites. One of the sites shows a very steady latency graph, whereas the other site's latency graph is constantly spiking up and down.
The site that is constantly spiking is behind CloudFlare CDN.
What…
0
votes
0 answers
How to manually install Stackdriver Monitoring on Google Cloud Platform
We are running several microservices on Google Cloud Platform (GKE using master version v1.12.9-gke.15) and have been using the Stackdriver integration for logging and monitoring (https://cloud.google.com/monitoring/kubernetes-engine/installing).…

Prerok
- 1
0
votes
1 answer
K8S HPA custom Stackdriver - 503 The service is currently unavailable - avoids scaling
We have an horizontal pod auto-scaler (HPA) installed on gke cluster, most of the time the auto-scaler works perfectly fine. but from time to time (mostly on our customer rush hours) the auto scaler is getting error code 503 from stack driver.
here…

kobymol
- 1
0
votes
1 answer
Google App Engine Traffic Analytics by UserAgent/Operating system
I have an app running in Google App Engine. Their ecosystem seems to provide some facilities for analytics from logs in StackDriver.
For the life of me I can't figure out how to get a simple chart of HTTP requests broken down by user agent or…

atxdba
- 337
- 1
- 5
- 15
0
votes
1 answer
How do i make stackdriver graphs show 24 hour format dates
In my stackdriver dashboard, the horizontal axis is always date/time but it displays in am/pm format, e.g. 5pm, which is a pain as everything else in my workflow is 24hour.
I cannot for the life of me find anything in my Stackdriver profile to…

dan carter
- 176
- 1
- 4
0
votes
1 answer
How to suppress recovery notification in Stackdriver?
I have Alerting Policy in Google's Stackdriver which sends a notification when there is an error in the specific log.
For the obvious reason, there is no recovery for such condition, i.e. I don't want to get recovery notification.
How/If I can…

Vitaly Karasik DevOps
- 469
- 2
- 4
- 20
0
votes
1 answer
Stackdriver logs stopped appearing in GCP Stackdriver Logging Console
Background
I have a Flask server running on GCE's container-optimized image. This server prints a log for every request. Normally, I can view the logs my application prints in GCP Stackdriver Logging console with no problem at all.
Problem
As of a…

Ismail Khan
- 125
- 7
0
votes
1 answer
How to get pod's TCP or WebSocket connection count on Google Kubernetes Engine?
Is there any way to get pod's TCP or WebSocket connection count on Google Kubernetes Engine?
My point is, i need to create and scale new pod instance if my pod's connection count (not request) is over 2000?
I read GKE's and Google StackDriver's…
0
votes
1 answer
Stackdriver cannot get inventory list and apache data other than scoreboard
I'm working on a project where I have several GCE instances serving web content through apache.
I've installed stacdriver monitoring and logging successfully in those instances, but in the Resources -> Apache HTTP server stackdriver view, the…

Luciano César Natale
- 65
- 2
- 10
0
votes
1 answer
Google Stackdriver Policy Alert Time Period
I have some uptime checks on instances running only in specific day hours.
I would like to be able to receive fail alert only in this period.
Anyone know if there is a way to set time period like nagios?

Davide Quattrini
- 1
- 1
0
votes
1 answer
Specifying resource in Stackdriver logging
I have a problem with custom metric for Google Stackdriver logging. I have created a simple metric for 404 errors, with this filter:
resource.type="gce_instance" textPayload: "HTTP" textPayload: "404" logName: "logs/apache-access"
Everything is…

kpostekk
- 101
- 1
0
votes
1 answer
Creating custom alerting policies using data streamed to the cloud from a sensor
I was looking for information and help on how to use data acquired from a sensor device and uploaded to my google cloud project as a metric for an alerting policy on Stackdriver Monitoring.
Currently my team and I are using BigQuery to query the…
0
votes
1 answer
How to monitor Kafka Consumer lag in Stackdriver?
I can view all the Kafka broker metrics by using the JMX exporter -> stackdriver monitoring agent and is displayed in the Stackdriver but i cant see any consumer metrics, i am particularly interested in consumer lag, is there a way to monitor…

Dchan
- 1