google-cloud-logging Questions

2

This article says to simply click view under the Logs column to see the output of Google Cloud Scheduler logs. However, while I can see the status code of a HTTP scheduled function, I cannot see th...

1

Solved

Our spark aggregation jobs are taking a lot of execution time to complete. It supposed to complete in 5 mins but taking 30 to 40 minutes to complete. dataproc cluster logging say it's trying to sca...

2

I have an application running in Kubernetes in google cloud. The application is written in python using fastapi. Logs from that application are visible via google cloud logging, however their &quot...
Delirium asked 11/7, 2022 at 9:4

2

I am running ZooKeeper on a google compute instance and trying to setup google-cloud-ops-agent to properly parse the logs. I am most of the way there, but am having trouble getting it to recognize ...

2

Solved

I am trying to find out details about suspicious traffic on my website which is running on Google Cloud (Google App Engine with Java, to be more specific). One idea is to analyze which IP addresses...
Labial asked 9/4, 2022 at 13:15

1

Solved

Setup: Website with Google login button Backend: nodejs + express Frontend: Google Sign-in for Web (I know it is deprecated and I need to upgrade) https://developers.google.com/identity/sign-in/we...

0

I am trying to configure google-cloud-ops-agent to collect log records from an application. Logs are one line or multiline. Example multiline log: [2023-02-08 10:32:23] production.ERROR: App\Jobs\M...

1

Solved

It's the first time I use Google Cloud Platform, so please be understanding! I've built a scheduled workflow that simply runs a Batch job. The job runs Python code and uses the standard logging lib...

1

Solved

I want to use Cloud Logging in Flutter mobile app. Also, I will link the Cloud Logging with Firebase. Is there any way to help me to use Cloud Logging in Flutter?
Ovipositor asked 30/6, 2021 at 8:3

1

I want to send the error logs/warning logs automatically from GCP into slack, email, or Webhook API. Now I am using Google Cloud/Monitoring/Alerting -> create a policy. But it only sends the pay...

6

I'm not sure how to say this but, I'm feeling like there is something under the hood that was changed by Google without me knowing about it. I used to get my logs from my python Cloud Functions in ...

3

Solved

I'm experimenting with GCP's cloud functions and python for the first time and wanted to get python's logging integrated sufficiently so that they fit well with GCP's logging infrastructure (specif...
Allegraallegretto asked 31/12, 2020 at 20:12

1

Hello, I want to ask why service Cloud Logging take so much cost, and how Cloud Logging works? I want to disable with refere this link https://cloud.google.com/resource-manager/docs/organization-p...

0

I have a spring boot app that's deployed in google cloud and I face a rather odd problem. The X-Cloud-Trace-Context is set by google (load balancer I suppose) but the traceId of the app level logs ...

2

I'm using Cloud Run and Cloud Tasks to do some async processing of webhooks. When I get a request to my Cloud Run service, I queue up a task in my Cloud Tasks queue and return a response from my se...

2

Sometimes when searching logs by keyword or other conditions, I want to show not only the lines which match the condition, but also a few lines around them to better understand the context, similar...
Muster asked 1/10, 2020 at 19:50

3

Solved

Google Cloud Build allows us to store logs in either GCS or Cloud Logging or both or none. I just want to know what difference it makes when storing logs in GCS vs storing them in Cloud Logging. Ma...

1

Solved

I have an alert that I have configured to send email when the sum of executions of cloud functions that have finished in status other than 'error' or 'ok' is above 0 (grouped by the function name)....

2

I have tried both Logging and Traces but haven't found a way to see request headers. Is there a better way than explicitly logging req.headers?

3

How do you search Google App Engine logs in the new Cloud Console using regular expressions? This blog post suggests you just need to type regex:my.*query to search, but that does not seem to work...

1

I've got a python 3.7 google cloud function integrating with google storage and google logging, so I've deployed a key file with the function and reference it using the GOOGLE_APPLICATION_CREDENTIA...
Plantation asked 18/1, 2021 at 14:26

4

Solved

Is it not possible to watch the tail of a particular log on the terminal command line using gcloud logging read command? I'm looking for something akin to the well known tail -f invocation on stand...
Contrabass asked 19/11, 2018 at 8:37

2

Solved

I have a GKE application with 20 nodes running Go. I would like to consolidate all the logs to view in the Google Developers Console log viewer, but I am having 2 problems. I can't get severity fil...

2

How can I view log messages on Google Cloud?: https://console.cloud.google.com/logs This is what I see in the terminal when I run dev_appserver.py (locally running): INFO 2016-05-16 14:00:45,118...
Instruction asked 16/5, 2016 at 14:22

2

I have a set of Cloud Functions that perform CRUD-like functions to get an individual resource, list resources and so forth, getWidgetByURL, listWidgets, deleteWidget. For a broader context, these ...

© 2022 - 2024 — McMap. All rights reserved.