78 questions
3
votes
1
answer
213
views
Google Cloud Error reporting slow to respond to errors
I'm using Google App Engine on Google Cloud to run a Flask app. It used to be that whenever an error appeared on the production server I would receive an email from Google Console that an error ...
1
vote
1
answer
118
views
Ruby exceptions not appearing in Google Cloud Error Reporting
I have a Rails app running in GKE and I'm trying to set up Google Cloud Error Reporting. I have installed the stackdriver gem and required it on application startup. I can manually report errors from ...
0
votes
1
answer
73
views
Update IAM role to add Error Report Writer
Sorry for posting this...
I am having lots of issues with my error reporting, my latest troubleshooting has me adding the role of roles/errorreporting.writer but when I go to the IAM page, click on ...
0
votes
0
answers
123
views
How does GCP Error reporting differentiates errors?
I am trying @google-cloud/error-reporting npm package. I would like to know how Error reporting differentate errors. I often see two different errors being grouped as one error even if they have a ...
0
votes
2
answers
329
views
Is it possible to use SMS notification channel for GCP error reporting?
I created a SMS notification that works with log based metrics. But I can not find a way to use it for notifications for Error reporting. It does not show when I open the dropdown me nu to select the ...
0
votes
1
answer
168
views
Google Cloud Error Reporting showing extraneous errors
I have a fastapi application hosted on google cloud run. When exceptions are thrown, google cloud logs and error reporting show multiple different errors in packages like uvicorn, anyio (EndOfStream), ...
1
vote
1
answer
665
views
google cloud error reporting not able to collect errors properly from cloud run
by default all errors on cloud run is collected by cloud error reporting and it's working for me. but the traceback is not full.
by digging in the log from cloud run, i am able to get the full error ...
1
vote
0
answers
95
views
Custom attributes in Google Error Reporting shows up in logs but not on stackdriver
We are logging errors using GCPLoggingClient. Making sure that the format of the logged objects is ReportedErrorEvent so that they get marked as google errors and show up in stackdriver error ...
5
votes
0
answers
531
views
Google Cloud Error Reporting - Grouping and Stack Trace
I can't seem to get Google Cloud Error Reporting to properly group errors and have a stack trace. If I include the stack trace, then all errors seem to get grouped together as a Traceback error, ...
0
votes
1
answer
135
views
How to get my k8s application name discovered by Google's ErrorReporting services?
I Google Cloud's ErrorReporting the "Seen in" section doesn't show anything useful for my GKE deployments. It's either empty or says gke_instance which is pretty useless. I have set the ...
0
votes
2
answers
1k
views
Only some Winston logger.error calls appear in the GCP error reporting
I'm using Winston in my Node.js application on GCP as described here: https://cloud.google.com/logging/docs/samples/logging-winston-quickstart
That works in a sense that I see the logs I expect in the ...
0
votes
1
answer
357
views
How to send a error in google error reporting with no reportLocation
I'm trying to report errors using the Google Cloud Error Reporting api. I want log them with their stackTrace. I do not want to use context.reportLocation
It is mentioned here that
message:string
[...
1
vote
1
answer
352
views
Specify a single gke cluster for gcp error reporting service
I've multiple gke clusters (stg, dev, prod), And I'm using the error reporting service to get alerts about errors, so is there anyway to filter the errors based on the gke cluster name, e.g (getting ...
1
vote
1
answer
271
views
Google AppEngine Deploy Error (cloud-error-reporting)
I have an App (PHP 7.4) running on Google AppEngine Standard. Now i have created
a new Project inside CloudConsole wih same settings and want to deploy
this App to the new generated Project for ...
2
votes
1
answer
2k
views
How to retrieve name and revision of a Cloud Run service, from the service itself?
I am using Error Reporting to report any error in my Cloud Run services and Cloud Run jobs.
In a Node.js application, you can instantiate Error Reporting like this:
const error_reporting = new ...