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

How to create a chart in stack driver which will show the counts of API label from logs

I am very new to stack driver and trying to implement some charts which i have implemented in splunk for a different product. We have the api name in the logs under textPaylod field and i want to extract the api name from the field and create a…
sam
  • 13
  • 4
0
votes
1 answer

Invariant violations get grouped in Stackdriver error reporting

I am using the npm module "invariant" a lot in my code to do runtime checks and throw errors. The problem is that Stackdriver error reporting seems to group all of these errors together because they originate from the same function and/or start with…
0
votes
3 answers

How to install stackdriver in LINUX(Ubuntu/Debian) GCE instances in GCP using Terraform script?

I am creating a LINUX Debian instance using the below terraform script. resource "template_dir" "config" { source_dir = "${path.module}/config.d/" destination_dir = "/tmp/fluent-templates" vars = { instance-name =…
0
votes
1 answer

Go Stackdriver debugger error loading program

I am trying to set up Stackdriver debugging using Go. Using the article and this great medium post I came up with this solution. Key parts, in cloudbuild.yaml - name: gcr.io/cloud-builders/wget args: [ "-O", "go-cloud-debug", …
0
votes
1 answer

How to change the StackDriver logging agent configuration in Compute Engine VMs?

I am creating for Log exports for logs generated in Google Stackdriver Logging for all the Compute Engine VMs and Clusters present in a project. As we know exports destination can only be Cloud Storage, Cloud Pub/Sub, BigQuery. Hence I am not able…
0
votes
2 answers

How to monitor the number of records loaded into BQ table while using big query streaming?

We are trying to insert data into bigquery (streaming) using dataflow. Is there a way where we can keep a check on the number of records inserted into Bigquery? We need this data for reconciliation purpose.
0
votes
1 answer

Google Stackdriver: Group by distinct values

Lets say I have a number of requests in my stackdriver log. Each request is associated with a certain user. Naturally there are several requests for the same user at any time. I now want to create a metric/chart in Google stackdriver which shows my…
zaphod1984
  • 836
  • 2
  • 7
  • 22
0
votes
1 answer

Display GCP Compute instance count in Grafana using Stackdriver?

I would like to graph the number of running GCP compute instances ( and stopped if possible ) using Stackdriver via Grafana. Looking at Stackdriver i can't see any metric that just gives these numbers and i can't see anyway of abusing the exposed…
Flo Woo
  • 949
  • 1
  • 12
  • 26
0
votes
1 answer

How to query Google Cloud Load Balancer requests sinked by stackdrive via BigQuery by timestamp partition without load all data?

I'm trying to query my dataset by timestamp but i'm billed for full dataset scan. Is it possible to query only for specific timestamp and reduce the size of data analyzed? Note that i'm using Stackdrive Sink that stream data real time on my dataset.…
0
votes
1 answer

Stackdriver logging misses log entries

Our team uses python to log some user access activities. We created both local logging and google cloud logging (Stackdriver) to capture the exceptions. Local log shows 5 entries Our team's Stackdriver log shows 2 entries I also tested with my own…
0
votes
1 answer

How to view the latest Google Stackdriver logs without scrolling through all logs

In the case that you have many pages of logs, it seems that you must scroll through every single entry before you can view the most recent. Clicking 'jump to time', or selecting the current time only displays a blank page. How is one to sift through…
0
votes
1 answer

Google stackdriver database agent for OracleDB?

We know that Google's stackdriver supports monitroing for third-party applications like postgresql, mysql, couchdb and others mentioned here. They have also defined the service configuration files for the monitoring agent here. As per my…
Jarvis
  • 8,494
  • 3
  • 27
  • 58
0
votes
1 answer

GKE Beta Logging experience - JSON Parsing lost

we log json content to STDOUT from our pods and GKE nicely sends them to stackdriver logging and it gets parsed into a jsonPayload within stackdriver logging. when we check the Try the new Beta Monitoring and Logging experience checkbox in the GKE…
0
votes
1 answer

Can I put a stackdriver label metric in a email notification?

I have a metric on Stackdriver, which filter my application logs. When a log pass by this filter, I want to send this logs by email, to fast act on this. I created a policy in Stackdriver, added the metric and the label(which contains the…
0
votes
0 answers

Invalid application class path in Google StackDriver Debugger

I am using Google Stackdriver Debugger for my application. My JVM argument for including the agent looks like this : JAVA_OPTS=-agentpath:/opt/cdbg/cdbg_java_agent.so=--cdbg_extra_class_path=/opt/tomcat/webapps/myapp/WEB-INF/classfiles \…