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

Setting up ERROR REPORTING for GKE

I am trying to setup Stackdriver Error Reporting for an app deployed to GKE. As I understood there are two ways of doing that: Stackdriver Logging agent and Error Reporting REST API. According to Setting up on Google Compute Engine docs If I already…
0
votes
0 answers

BigQuery Query metric calculation inconsistency

We are observing inconsistency between a number of concurrent queries as reported by StackDriver and what we see in "data_access" log and a number reported my "Query" metric. As it can be seen from the image attached at around 1:16pm there was a…
0
votes
1 answer

stackdriver: attempt to annotate instance returns 'CustomMetric data payloads must either be a list or a dict'

I am sending to stackdriver the following json trying to annotate an aws instance: { "message": "instance impaired", "annotated_by": "Ops User", "level": "WARN", "instance_id": "i-xxxxxxxxxxxxxxxx", "event_epoch": 1484903331 } It returns the…
ERIK_SON
  • 379
  • 5
  • 16
0
votes
1 answer

Stackdriver unable to determine collectd endpoint

All my hosts stopped reporting stats to collectd google gateway. This is due to some internal change on google side. In logs files I see this: Jan 13 08:52:36 ign-rpt01 systemd[1]: Stopping LSB: start and stop Stackdriver Agent... Jan 13 08:52:36…
Julius Žaromskis
  • 2,026
  • 2
  • 14
  • 20
0
votes
1 answer

Stackdriver Analysis report unavailable error

Hope someone out there using Google Cloud App Engine and Stackdriver monitoring. I got services up and running on my app engine, have been using them. Stackdriver Trace analysis provides nice daily analysis reports but its almost useless as it hits…
Sahas
  • 3,046
  • 6
  • 32
  • 53
0
votes
1 answer

Google Stackdriver Error Reporting blank (not set up)

We are starting to enable Stackdriver for our project, but while I have a ubuntu instance with stackdriver logging, and I am getting the logs shipped back (I can see the logs in Stackdriver Logging), when I browse to Error Reporting, it's just a…
Rob
  • 2,363
  • 7
  • 36
  • 54
0
votes
1 answer

Send Google Cloud Error Reporting emails to a Group email list

I am using the Error Reporting functionality inside Google Cloud. Is there a way to send email notifications to an arbitrary email address ? Or at least, to a Google Group email list ?
0
votes
1 answer

In Stackdriver, How can I edit number of resource?

Recently, Google started charging for stackdriver service. Its 8 USD per resource, and I would like to opt for single service only. But in my selected project it have 4 resources, If I select single project, it takes all 4 resources, which I do not…
Love Sharma
  • 1,981
  • 1
  • 18
  • 37
0
votes
1 answer

How to setup Stackdriver Error Reporting on Play Framework 1.4

I am running a Play Framework 1.4 app on Heroku. My goal is to capture any Java exception in my production application and report it to Stackdriver Error Reporting for automatic exception monitoring and alerting.
0
votes
1 answer

How to select monitored instances on stackdriver

You have 45 days left in your Stackdriver Premium If we go premium, how do we choose which instances are to be monitored. Is that even possible? I don't want to pay 8$ per month for the instances that don't require monitoring. All I have found is…
0
votes
1 answer

How do I grant a user access to Stackdriver Error Reporting in my GCP project?

I can access Error Reporting (https://console.cloud.google.com/errors), but haven't found the right IAM role to assign to a different user to enable that user's access. Documentation is also silent on this. Am I looking in the wrong place?
0
votes
2 answers

AppEngine service name and version in the GAE flexible env from my code at runtime in Java/Jetty?

How do I get the AppEngine service name and version in the GAE flexible env from my Java code at runtime in the Java 8/Jetty runtime? I need the service and version to populate the ServiceContext info in the stackdriver error reporting on GCP. …
0
votes
1 answer

How to see github organisations repositories in Stackdriver

I've just tried to link Google Stackdriver to the source code of one of my AppEngine projects stored on Github. The authorisation process goes well, but then I can't see the repository among those available to connect to. Apparently I can see only…
0
votes
0 answers

google app engine cron job and logging failed to run

I am facing an issue in which I have configured a cron job in google app engine and it is successfully deployed but unfortunately it failed to run. The screenshot below show the configured cron job with the status Another issue is when I click on…
Furqan Ahmed
  • 159
  • 1
  • 3
  • 17
0
votes
1 answer

Custom Metric in Stackdriver with PHP Appengine

I am developing a php appengine application. In some parts of the code I have some metrics i would like to save to be showed and analyzed in stackdriver monitoring. To be clear i set an example: script.php is performing data manipulation, 10 times…
GlueLabs
  • 319
  • 2
  • 6