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

Google IOT device telemetry to stackdriver

I'd like to use Google IOT to periodically send out custom telemetry which I'd like to ingest into Stackdriver for alerting purposes. Is this doable? As far as I can tell, I cannot seem to load up custom events or telemetry in Stackdriver. A naive…
7hacker
  • 1,928
  • 3
  • 19
  • 32
0
votes
1 answer

Stackdriver alert triggered despite the metric being in the normal range

We have a strange issue with Stackdriver alerts in our project. We have set up an alert that triggers if a log metric falls below a threshold, and just recently it has triggered an alert despite the logs being normal. The graph in the alert page…
john2x
  • 22,546
  • 16
  • 57
  • 95
0
votes
1 answer

Metrics getting reset after restarting dataflow pipeline

I have a streaming pipeline in cloud-dataflow, where I set Metrics.counter as below. class SomeDoFn extends DoFn { val validIdCounter = Metrics.counter("user-type", "valid_ids") val invalidIdCounter = Metrics.counter("user-type",…
mmziyad
  • 298
  • 1
  • 4
  • 16
0
votes
2 answers

Is there a way to tell who started an instance in Google Cloud Platform?

We run only a small handful of instances on Google Cloud Platform and we don't run them all the time. Generally we just fire one up, do what we need to do then shut it down... which is great, except when "we" forget to shut them down. I've been…
0
votes
1 answer

Stackdriver-agent didn't collect monitoring data (HitRate for KeyCache)

I'm configuring Stackdriver-agent in GCE VM to monitor Cassandra metrics. (based on GCP guide: https://cloud.google.com/monitoring/agent/plugins/cassandra) I used the default setting of the link above, and they work fine. However, one metric I added…
simotunes
  • 167
  • 2
  • 15
0
votes
1 answer

How to view C++ application Core Dumps generated inside Docker Containers through FluentD for GCE

I'm running a c++ application inside my Kubernetes Cluster. With the help of GCE StackDriver and fluentd-gcp, I'm able to see my application logs. Now, I would like to see code dumps (generated if my app crashes) through GCE StackDriver interface ..…
0
votes
1 answer

Stackdriver Node.js Logging not showing up

I have a Node.js application, running inside of a Docker container and logging events using Stackdriver. It is a Node.Js app, running with Express.js and Winston for logging and using a StackDriverTransport. When I run this container locally,…
Guillaume
  • 1,051
  • 1
  • 11
  • 15
0
votes
2 answers

stack-driver No source version information was provided by the deployed application with ruby

hello i have a ruby project , i have installed the gem stackdriver and in my config/environments*rb file i have require "google/cloud/debugger" debugger = Google::Cloud::Debugger.new( project: "my-project", keyfile:…
cjmash
  • 173
  • 1
  • 2
  • 10
0
votes
0 answers

Enabling logback logging with Spring boot app for Google app engine

I am trying to enable logback logging for spring boot app on Google app engine. I followed these instructions. But stuck with below exception. I referred https://github.com/SeleniumHQ/selenium/issues/3880 ,…
0
votes
1 answer

Error pushing custom metric to Google Stackdriver

I'm getting the following error while trying to push custom metrics from my code to Google Stackdriver. I'm using the Java SDK. Caused by: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Unknown metric: custom.googleapis.com/jvm/heap/used (cannot…
Adam Sandor
  • 382
  • 1
  • 11
0
votes
1 answer

StackDriver Custom Metric for Nodejs event loop latency

I am trying to construct a custom metric for Google StackDriver that I can use to track nodejs event loop latencies. All the apps are running in Google AppEngine so I am confined to using the monitored resource global (at least to my…
nover
  • 2,259
  • 1
  • 27
  • 27
0
votes
1 answer

What are Stackdriver Monitoring limits on the global resource?

I'm trying to understand if Stackdriver Monitoring is a good fit for IoT monitoring with the concept of custom metrics for the "global" resource and device id as a label. according to…
0
votes
0 answers

fluentd isnt shipping logs to stackdriver

I have an application deployed on kubernetes on GKE, Kubernetes version: v1.7.11-gke.1 Stackdriver Logging is enabled on my cluster fluntd-gcp image on my cluster (by default): gcr.io/google-containers/fluentd-gcp:2.0.9 my logs were all ok, seen in…
0
votes
0 answers

Stackdriver Trace not showing traces from Zipkin by Express API correctly

In our cluster, we have set up a Zipkin collector for Stackdriver Trace (like this) so we can trace our apps. I am running the simple JavaScript web example that is offered. It works correctly when I configure the app to send the traces to the…
lennyklb
  • 1,307
  • 2
  • 15
  • 32
0
votes
1 answer

How to extract an instance uptime based on incidents?

On stackdriver, creating an Uptime Check gives you access to the Uptime Dashboard that contains the uptime % of your service: My problem is that uptime checks are restricted to http/tcp checks. I have other services running and those services…
robertokl
  • 1,869
  • 2
  • 18
  • 28