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

Stackdriver GCP multiple agents on agentPath for server outside Google Cloud

I am trying to use Google Cloud Stackdriver 1) Debugger , 2) Profiler together for the server deployed outside Google Cloud. I got the Stackdriver debugger working fine. I am able to add debug agent the following…
0
votes
1 answer

Stackdriver Retention policy is 30 Days .How Stackdriver dashboards have managed to show data from last 6 weeks?

Stackdriver Retention policy is 30 Days .How Stackdriver dashboards have managed to show data from last 6 weeks ?
DataVishesh
  • 197
  • 1
  • 5
0
votes
2 answers

How can we visualize the Dataproc job status in Google Cloud Plarform?

How can we visualize (via Dashboards) the Dataproc job status in Google Cloud Platform? We want to check if jobs are running or not, in addition of their status like running, delay, blocked. On top of it we want to set alerting (Stackdriver…
0
votes
1 answer

View only the VM stderr in GCE Stackdriver Logging?

I deployed a toy program to a VM instance running on Google Compute Engine (GCE). This toy program happens to log formatted error messages to the standard error stream (stderr). The VM instance has Stackdriver logging enabled and I am able to see…
0
votes
1 answer

Header config when exporting logs using sinks

What is the header structure or can the header be customized when exporting logs using sinks to Cloud Pub/Sub topics? When receiving the logs I want to reference metadata in the header. I want to know which GCP service that the log came from. The…
DDDD
  • 3,790
  • 5
  • 33
  • 55
0
votes
0 answers

Stackdriver logging from Kubernetes Engine CronJob not showing

I'm trying to set up stackdriver logging according to the documentation: https://cloud.google.com/logging/docs/setup/nodejs, in particular using the bunyan plugin. I am trying to consolidate my logs from my cronjobs (deployed using GKE), and can see…
0
votes
0 answers

Why are INFO level logs not showing in Google Cloud Stackdriver? (cloud endpoints Java)

I do not have any exclusions or anything set, but INFO level logs are not showing in Stackdriver from my Cloud Endpoints java code. NOTE: INFO level logs generated by GAE are logging, such as: just not the ones in my code. I'm using Cloud Endpoints…
0
votes
1 answer

Google cloud function deploy fails

when i am running the gcloud functions deploy gcp_test --trigger-resource xxx-test-123 --trigger-event google.storage.object.finalize i am getting syntax error . ERROR: (gcloud.functions.deploy) OperationError: code=3, message=Function load…
0
votes
1 answer

How to get Error logs to appear in Stack Driver Error Reporting?

I am having difficulties integrating with Stackdriver Error Reporting. When using the stack driver log viewer I can see that it has correctly identified it as an error event due to the orange '!!' on the log line. The logs are coming from a Java…
0
votes
2 answers

How to get Spike Alert on Stackdriver?

I have been trying to register an alert on spike of some metrics using Stackdriver. Here's the query and details: If there a sudden spike and 500s cross 20 If the total number of requests (200s or others) cross 3000 over 5 mins To achieve [1], I…
0
votes
1 answer

Google Cloud Java Client for Stackdriver Trace

I am running my spring boot( 1.4 version) application in GKE.I have added the following dependencies in my pom.xml com.google.cloud google-cloud-trace
0
votes
1 answer

GCE RAM and CPU usage in BigQuery

Is there a way to export Google Compute Engine instances logs into BigQuery which will allow you to query the exported logs to get CPU and RAM usage for a selected period using the instance label? I reviewed already the Default Logging Agent logs…
0
votes
1 answer

Unable to log to google stackdriver logging django + gunicorn + nGINX?

I've tried the below code for logging in django settings from google.cloud import logging as google_cloud_logging log_client = google_cloud_logging.Client() log_client.setup_logging() LOGGING = { 'version': 1, 'handlers': { …
anjaneyulubatta505
  • 10,713
  • 1
  • 52
  • 62
0
votes
1 answer

Google Cloud Platform : How to develop on my local environment with GCP resources

I'm using Google App Engine Flex to develop an angularjs/php-rest backend application. I've a successful port from regular servers to AppEngine, and I now want to integrate more with GCP services like : StackDriver, Cloud Storage and so…
0
votes
1 answer

What's the parsing rule of Google Cloud Error Report?

I log the error to Google StackDriver Logging. But the Google Cloud Error Reporting doesn't recognise it (work for others). Is my formatting so different that error reporter can not recognise it ? What's the parsing rule of Google Cloud Error Report…