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
0 answers

Stackdriver Pricing for CloudSQL failover instance

How are Cloud SQL failover instances calculated within a Stackdriver premium account? I know Stackdriver pricing is calculated per resource, and Cloud SQL instances are "chargeable ressources" as defined on the following documentation about…
0
votes
1 answer

Monitoring nginx on docker using stackdriver (gcloud hosted)

In order to monitor nginx (as an application) using stackdriver, is it sufficient to simply direct loggin to gcploggin driver or does one have to install the monitoring agent as well? Google Cloud logging on Docker.com Google Cloud website
0
votes
2 answers

Continue Trace in downstream microservice

We are trying to add tracing to micro services so it can viewed in the google Stackdriver UI. We are using Java Springboot apps deployed into Kubernetes containers, each microservices communicates over http. We’ve seen that there is Sleuth and…
0
votes
1 answer

How do you retrieve a google drive watcher channel id?

I want to stop a channel with that method: https://developers.google.com/drive/v3/reference/channels/stop My issue is that I can't remember the uuid that I need to pass to stop the watcher. I should be able to retrieve that info from the header…
0
votes
1 answer

In StackDriver logging viewer is there a way to query for entries that DO NOT contain a specific string

My question is wrt to the log viewer at https://console.cloud.google.com/logs/viewer All the examples here show how to search for existence of text but not for absence. I want to use this functionality to search for errors that do not contain…
gae123
  • 8,589
  • 3
  • 35
  • 40
0
votes
2 answers

Stackdriver Monitoring automation

We are wondering if there is any way to programmatically manipulate dashboards, alerts and other stuff that you normally set up using the Stackdriver UI. It would be great to keep the definitions of our Stackdriver objects in Git and deploy them…
Adam Sandor
  • 382
  • 1
  • 11
0
votes
0 answers

Google-BigQuery and StackDriver Data

I am currently sending StackDriver log files for my app to a BigQuery table. I would like to strip down the dataset and place it into a new BigQuery table to be queried later and render those results in a view on my app. I will be using python as my…
0
votes
2 answers

How to set up a custom log destination using Google Cloud Stackdriver Log Export service

I'm trying to set up a custom log destination sink using the Stackdriver Log Export service. But I'm able to find any documentation about how to implement this. Does anyone know where to find information about how to implement a custom…
0
votes
1 answer

Loading statistics(Logs) of all BigQuery load jobs in my project to BigQuery table

After the end of Apache Beam (Google Cloud Dataflow 2.0) job, we get a readymade command at the end of logs bq show -j --format=prettyjson --project_id= 00005d2469488547749b5129ce3_0ca7fde2f9d59ad7182953e94de8aa83_00001-0 which can be…
0
votes
1 answer

StackDriver - Simple Log alerts for more than X lines matched per 1minute

Very simple scenario StackDriver logging alert scenario. Alert me if there are more than 100 404s log entries in the nginx log in a 1 minute period. I've setup the log filter and this works correctly, filtering 404 lines. And I can almost get the…
Mâtt Frëëman
  • 1,361
  • 9
  • 20
0
votes
1 answer

Stackdriver custom multiline logging, time format

I've been trying to set up a custom multiline log parser to get logs into Stackdriver with some readable fields. Currently it looks like this: type tail read_from_head true path /root/ansible.log pos_file…
snetch
  • 458
  • 4
  • 18
0
votes
0 answers

add image on metadata field on stackdriver logging

I have an app running on google-container-engine here is my deployment.yaml: apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-cool-app namespace: production spec: replicas: 1 strategy: type: RollingUpdate template: …
dina
  • 4,039
  • 6
  • 39
  • 67
0
votes
1 answer

BigQuery table decorator vs AppEngine RequestLog timestamp

I'm trying to use table decorators ranges in one of the AppEngine RequestLog table in BigQuery. According to documentation log entries are objects of type LogEntry https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry. There are two…
0
votes
1 answer

How to remove devices from stackdriver policy notification list

My StackDriver Alerting Policy setup (for the Cloud Console mobile app) has two devices with the exact same name. Only one appears to actually deliver notifications to my phone, so I can never tell which one is the correct one to deliver it to my…
Mike Lambert
  • 1,976
  • 1
  • 17
  • 31
-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 2 3
48
49