Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
111 views

I'm working on a project where I have a React front-end and a Django back-end. I need to integrate @google-cloud/profiler for specific functionalities in the React application. I've already set up my ...
Razi Butt's user avatar
2 votes
1 answer
465 views

There is an app that needs to be migrated from the Java 8 runtime to Java 11 runtime in App Engine Standard environment. It was decided to take the simplest route and to migrate to Java 11 with ...
almuntex's user avatar
1 vote
1 answer
340 views

We're creating Dataflow job templates and launching new jobs using google-api-python-client library. Cloud Profiler is enabled for all jobs by default during Dataflow job template creation. python3 -m ...
tokman's user avatar
  • 81
1 vote
0 answers
285 views

We followed the Cloud Profiler documentation to enable the Cloud Profiler for our Dataflow jobs and the Profiler is failing to start. The issue is, Cloud Profiler needs JOB_NAME and JOB_ID environment ...
buraktokman's user avatar
1 vote
1 answer
3k views

I tried using the following code but it doesn't seem to be sending data to GCP Profiler import * as profiler from "@google-cloud/profiler"; if (process.env.NODE_ENV === "production&...
Dev01's user avatar
  • 14.3k
0 votes
1 answer
812 views

I have a java 11 microservice running in GKE and I've been attempting to attach the java profiling agent provided by GCP. My Dockerfile is as follows: FROM openjdk:11-jdk # Default to UTF-8 file....
Carlos Ramírez's user avatar
0 votes
0 answers
536 views

I'm trying to enable Google Cloud Profiler into my Node.js application running on App Engine Flexible environment. The profiler is working, I get generated profile. In the log of my App Engine ...
Charles-olivier Demers's user avatar
0 votes
1 answer
580 views

After my application was running @ 400%+ CPU usage in a dockerised app, I decided to try using @google-cloud/profiler. The setup was easy enough but I am disappointed with what I see in the UI: As ...
wmash's user avatar
  • 4,182
1 vote
0 answers
266 views

CPU time Cloud Profile Wall time Cloud Profile Using Cloud Profiler I found out that my service is spending more than 99% of the time waiting. The difference between CPU time and Wall time is massive ...
bearded_impala's user avatar
0 votes
2 answers
355 views

I'm using Google Cloud Profiler (located at https://console.cloud.google.com/profiler) and would like to know how my profiling data changes across different builds of my application. One way to do ...
wheresmycookie's user avatar
1 vote
1 answer
715 views

Today I started using Google Cloud Profiler for a Python3 project running on Google App Engine Standard Environment. I expected to see references to my functions in the resulting flame graph, I spot ...
neurino's user avatar
  • 12.6k
1 vote
1 answer
954 views

I am trying to install the GCP Profiler agent for my app which runs in GKE, following instructions here: https://cloud.google.com/profiler/docs/profiling-java I can't get past this error. Can someone ...
Anoop Hallimala's user avatar
3 votes
1 answer
691 views

I'm attempting to add the google cloud profiler to my Django App Engine project, and would like to know where the best place to call it is? Google Cloud Platform's documentation says to start the ...
Henry George's user avatar
0 votes
1 answer
1k views

I am trying to use Google Cloud Profiler in a python script running locally. It seems it is having problems to connect with a metadata server: WARNING:googlecloudprofiler.client:Failed to fetch ...
javierdvalle's user avatar
  • 2,603
0 votes
1 answer
281 views

How to change the log level of Java profiler? I am running the profiler outside GCP. Although, Profiler is working fine. It is repeatedly logging following errors: E0803 12:37:37.677731 22 cloud_env....
Sunil Kumar's user avatar
  • 1,721
3 votes
2 answers
194 views

I was adding Profiling in my Google CLoud Nodejs App and i see here in the documentation docs/profiling-nodejs that suported loglevels are 0: disables all agent logging (default) 1: enables error ...
Sudhanshu Gaur's user avatar
2 votes
2 answers
994 views

I am trying to analyse the Google CLoud Stackdriver's Profiling, now can anyone please tell me how can I Optimize my code by using this. Also, I cannot see any of my function name and all, i don't ...
Sudhanshu Gaur's user avatar