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
-1
votes
1 answer

How to view cluster in Kubernetes Beta under the Resources section of StackDriver?

Stackdriver enlists many other resources but it is not listing the clusters that were created before enabling Stackdriver. From the doc, I am able to view the cluster newly created. However, for the existing clusters, the Kubernetes BETA section is…
aviral sanjay
  • 953
  • 2
  • 14
  • 31
-1
votes
1 answer

How to archive/purge logs in GCS using Stackdriver?

The logs are logged via stackdriver through Stackdriver-logging api [Python]. The logs are viewed in the "Global" resource section. A sink is then created with a google cloud storage bucket [e.g. my-bucket] and the logs are exported. Questions: 1)…
-1
votes
1 answer

Total cpu utilization of running app engine flexible instances

I need to make decisions in an external system based on the current CPU utilization of my App Engine Flexible service. I can see the exact values / metrics I need to use in the dashboard charting in my Google Cloud Console, but I don't see a direct,…
Dhiraj Gupta
  • 9,704
  • 8
  • 49
  • 54
-1
votes
1 answer

Java write application log on GAE

I deployed an Java application on GAE and now I'm finding the way to view application log on GAE. I read this guide: Reading and Writing Application Logs but it doesn't work. I want to view my application log on Stackdriver Logging on Google Cloud…
-2
votes
1 answer

Stackdriver Monitoring Events in Microsoft Teams

We are using Microsoft Teams for communication in our company. Is there a way to receive Google Stackdriver Notifications there?
-3
votes
1 answer

Deserializing nested objects in Jackson

This should be straight forward based on the docs and examples I've seen around but I haven't managed to get this working. I apologize if this has been posted elsewhere but I have not been able to find the same issue even though it relates to…
1 2 3
64
65