Questions tagged [stackdriver]

Monitoring, logging, and diagnostics for applications on Google Cloud Platform and AWS.

Part of Google Cloud Platform Google Stackdriver includes monitoring, logging, & diagnostics like Stackdriver Monitoring (aka Google Cloud Monitoring).


Docs:

  • Monitoring - collects metrics, events, and metadata from GCP/AWS/Anthos or custom metrics. Generates insights via dashboarts, charts and alert.
  • Logging - allows to store, search, analyze, monitor, and alert on log data and events from GCP or AWS
  • Error Reporting - aggregates and displays errors produced in users running cloud services.
  • APM
    • Debugger - lets user inspect the state of an application, at any code location, without stopping or slowing down the running app
    • Trace - a distributed tracing system for Google Cloud Platform that collects latency data
    • Profiler - a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications
966 questions
0
votes
1 answer

Why am i getting "File was not found in the executable" in stackdriver debug snapshot?

The classname and line number are valid. Does the source code also needs to be bundled with the binaries?
0
votes
1 answer

failed to import google-python-cloud-debugger

after installing sudo pip install google-python-cloud-debugger==1.10 import googleclouddebugger import cdbg_native as native ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory the vm is a freshly installed…
WebQube
  • 8,510
  • 12
  • 51
  • 93
0
votes
1 answer

How to add missing metadata to Google logging agent

Using a docker image based on this I've created a pod on GKE. The agent will listen for fluentd events via TCP (my other application pods will send events), then forward those logs on to Google Cloud Logging. As is these events are missing some…
0
votes
2 answers

Parsing fields out of textPayload in stackdriver logging

Here is a line from tomcat access log: 127.0.0.1 - - [24/May/2016:17:53:05 -0700] "POST /users HTTP/1.1" 200 10676 Is there a way to parse out the various fields here like client IP, HTTP request method, request path, response code, etc., and load…
arun
  • 10,685
  • 6
  • 59
  • 81
0
votes
1 answer

Google (Stackdriver) Logging fails after Kubernetes rolling-update

When performing a kubectl rolling-update of a replication controller in Kubernetes (Google Container Engine), the Google (Stackdriver) Logging agent doesn't pick up the newly deployed pod. The Log is stuck at the last message produced from the old…
0
votes
2 answers

Google Cloud Stackdriver Debugger - production debugging?

How does stackdriver debug application which are in production? Will the server be down during this period? How would the latency be? Is there a way we can debug to an incident that's 'already happened'? e.g. I have an application running in…
Ali
  • 955
  • 9
  • 14
0
votes
1 answer

Google Container Engine - How do I configure the amount of logs to keep?

I am using Google Container Engine (GKE), how do I configure the amount of logs Stackdriver logging will retain (preferably: the number of days)?
aknuds1
  • 65,625
  • 67
  • 195
  • 317
0
votes
1 answer

stackdriver gcloud log write throughput

I am looking into gcloud log shell command line, I started with a classic sample: gcloud beta logging write --payload-type=struct my-test-log "{\"message\": \"My second entry\", \"weather\": \"aaaaa\"}" It works fine so I checked the throughputwith…
Avi Zloof
  • 2,923
  • 4
  • 22
  • 28
0
votes
1 answer

gcloud beta logging for trailing logs

I just found out about google new "gcloud beta logging" service. The classic sample they show is something like this: gcloud beta logging write my-test-log "A simple entry" But I would like to log every new entry in a specific log file. For…
0
votes
1 answer

Stackdriver agent can't find collectd endpoint

I'm installing the stackdriver agent on a GCE instance and it's giving me the error: $ sudo /opt/stackdriver/stack-config --write-gcm Checking platform... Using Cloud Monitoring API update-rc.d: warning: start runlevel arguments (none) do not…
0
votes
2 answers

Is it possible to Compile Stackdriver monitoring agent from source

It appears that Ubuntu 15:10 does not yet have a Stackdriver monitoring agent package available. Is the source available to be installed?
TimK
  • 819
  • 1
  • 10
  • 22
-1
votes
1 answer

Dataflow logs from Stackdriver charges

Dataflow is already integrated with stackdriver.but in terms of charges does it cost separtly for dataflow_steps stackdriver logs.
-1
votes
1 answer

Stackdriver IoT devices monitoring

Is there any way to set up GCP Stackdriver to alert with device ID in case that any device becomes offline? Currently I have alert that tells me that "number of active devices dropped from x to y" but I'd like to know which device (ID) is down.
Karol
  • 1
-1
votes
1 answer

Is it possible to update stackdriver logs when a BigQuery job completes?

I am using the BigQuery Python library to submit a query job. In stackdriver i can see that the job was submitted, but I would like to see a log entry in Stackdriver when the job is complete. Is this possible to setup? I know that you can poll the…
Nicholas
  • 125
  • 1
  • 2
  • 8
-1
votes
1 answer

Google Cloud Stackdriver restrict domains

Can I restrict or block others from pinging my domain thru Stackdriver? I want to use it as owner of the domain but I don't want others to be able to use it.
1 2 3
64
65