google-cloud-logging Questions
2
Solved
I tried
jsonPayload.elapsed_ms > 5000
and I'm clearly getting a lexicographical comparison of the character "5" because I only see results that are "6", "7", "...
Girhiny asked 24/6, 2020 at 23:24
4
Solved
I have a module running in App Engine Classic and another module running in App Engine Flexible. When viewing logs running in App Engine Classic, the log entries are nested within each request.
Ho...
Melanoma asked 27/4, 2016 at 7:23
2
Solved
I am using the Golang library cloud.google.com/go/logging and want to send runtime logging.
Already have a GOOGLE_APPLICATION_CREDENTIALS .json file - and am using google storage and firebase - s...
Asmodeus asked 18/2, 2020 at 14:55
1
We use Stackdriver as our logging agent for a Docker environment that we have.
Payload comes in form:
structPayload: {
container: {…}
data: "[2016-11-16 08:15:49] INFO Domain xxx apiKey valida...
Subsidize asked 16/11, 2016 at 8:37
0
I am using Logback with SLF4J for Stackdriver logging and I am following the example from Google Cloud. My application is written in Scala and running on Dataproc cluster on GCP.
logback.xml have ...
Tennessee asked 1/10, 2019 at 7:13
2
Solved
I have a dataset ID, tables were created. Which were deleted. I need to check who deleted them and when.
Arabel asked 20/9, 2019 at 9:6
5
I am using Python3 to query Stackdriver for GCP logs. Unfortunately, the log entries that have important data are returned to me as "NoneType" instead of as a "dict" or a "str". The resulting "entr...
Grapefruit asked 11/5, 2018 at 23:54
2
Solved
I've deployed a spring boot 2 application on appengine and its doing great.
The only thing is that the standard logging mechanism clashes with the gcp logging system. What I get are hundred of in...
Dab asked 5/7, 2019 at 17:45
1
Solved
I'm seeing errors in StackDriver logging for my Compute instance. The logs are showing repeated issues every hour, creating a lot of noise. I have a Spring Boot API deployed in a container to a VM ...
Bougie asked 16/7, 2019 at 16:3
2
Solved
In Google App Engine Flexible environment many Logs are skipping, and not getting shown in the Logging console, and it is happening always, I am checking it on Stackdriver Logging section on Google...
Protohuman asked 28/8, 2018 at 19:41
1
Solved
I'm not able to authenticate the google cloud driver gcplogs for Docker despite the fact that I've set the env var GOOGLE_APPLICATION_CREDENTIALS to the path/file where the JSON credentials of my s...
Singhalese asked 23/4, 2018 at 14:6
2
Solved
I got notified that Googles JSON-RPC and Global HTTP Batch Endpoints are deprecated. The affected api is "storage@v1" and "Global Batch Endpoints" in my case.
I tried to find, where the depricated...
Labialize asked 4/4, 2018 at 12:33
0
When I use Google App Engine, I can:
(A) nest app logs (e.g. the info log below)
(B) see the summary of a request log in the top "collapsed" row
(C) get tags with an operation id that I can clic...
Yhvh asked 17/3, 2018 at 3:40
1
I'm trying to stream logs for my Google Cloud Platform application. The first thing I notice is that Google sends about 10 healthchecks per second, at a minimum, so I have to grep -v /health to get...
Toratorah asked 18/4, 2017 at 16:43
2
Solved
Is there a way to have the output from Dataproc Spark jobs sent to Google Cloud logging? As explained in the Dataproc docs the output from the job driver (the master for a Spark job) is available u...
Swish asked 9/12, 2015 at 18:38
1
My Stack:
Google App Engine Standard
Python (2.7)
Goal:
To create named logs in Google Stackdriver Logging, https://console.cloud.google.com/logs/viewer
Docs - Stackdriver Logging:
https://goog...
Buy asked 10/11, 2017 at 13:17
2
Solved
I am new to GCP AppEngine and I chose the Flexible environment for several reasons. However, I am shocked to find out that the flexible environment's non-"compatible" runtimes appear to not allow m...
Collaboration asked 24/5, 2016 at 17:41
2
I have created 2 user-defined metrics in the Cloud Logging UI. Those metrics show up in Cloud Monitoring, but their graphs are perpetually showing "no graph data found". Are there any steps to trou...
Marinelli asked 18/3, 2016 at 19:56
© 2022 - 2024 — McMap. All rights reserved.