Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
186 views

I am using OpenTelemetry with Node.js in my application running on Google Kubernetes Engine (GKE). The traces are successfully sent to Google Cloud Trace, but in Google Cloud Trace Explorer the ...
Vrushabh Ranpariya's user avatar
1 vote
1 answer
169 views

We have a cloud function (v1 for organization restraints) that is triggered from a cloud storage event. It makes a request to a service running in Cloud Run. We have enabled tracing and structured ...
cobolstinks's user avatar
  • 7,201
1 vote
1 answer
753 views

I'm trying to get Open Telemetry to export traces from my Spring Boot 3.3.5 application running on GKE. I've tried follow the guide here which says to use: <dependencyManagement> <...
Johan's user avatar
  • 41.3k
0 votes
1 answer
109 views

I have an instrumentation for tracing my Python backend that uses NDB to interact with Datastore, I follow the classic way for exporting traces to Cloud Trace: from opentelemetry.sdk.trace import ...
Tom Keen's user avatar
  • 210
2 votes
1 answer
283 views

I'm using a GKE cluster at GCP running HTTP server instances implemented in Golang. To take advantage of Google's tracing tools via their Cloud Trace implementation. The implementation rigorously ...
guillaumelcv's user avatar
4 votes
1 answer
1k views

I'm running several applications on GKE with a Spring Cloud Gateway in front of them and behind a Google Cloud Loadbalancer. While debuging i noticed that most traces reported to Google Cloud Trace ...
Laures's user avatar
  • 5,527
1 vote
1 answer
1k views

This is the abstraction that I've written: import { context, defaultTextMapSetter } from '@opentelemetry/api'; import { W3CTraceContextPropagator } from '@opentelemetry/core'; type ...
Gajus's user avatar
  • 74.8k
4 votes
1 answer
4k views

I have REST API running on GCP Cloud Run. I would like to monitor latency / response time, grouped per path (URI), so that I can spot paths that have bad response times. For instance, let say I have 3 ...
Bastien's user avatar
  • 742
1 vote
0 answers
593 views

I am working on implementing opentelemetry tracing for a multi-microservice application deployed in Google Cloud's App Engine. App Engine provides tracing by default, and includes a context in the ...
Sagar Raythatha's user avatar
1 vote
0 answers
312 views

I am new to GCT. For most examples I found online, the start and end of a span are on the same machine (or even the same function like defer span.Close()). E.g. try (Scope ss = tracer.spanBuilder(&...
aXqd's user avatar
  • 743
2 votes
0 answers
967 views

I have many v1 cloud functions. Written in typescript and running on NodeJS 18. Deployed with "firebase deploy functions". Completely server-less. If I open Cloud Trace ( https://console....
scugn1zz0's user avatar
  • 367
1 vote
0 answers
235 views

I'm using google cloud trace inside GKE. Everything appears to work fine if I import the library as an argument when running node in the docker image, however if I import the client library in my code ...
Wazbat's user avatar
  • 105
5 votes
0 answers
2k views

I'm using the open telemetry java agent as documented here to instrument a Java Spring Boot application and export the traces to Google Cloud Trace. My command is : java \ -javaagent:/opentelemetry/...
singe3's user avatar
  • 2,125
0 votes
1 answer
1k views

I've been trying to implement Cloud Trace in a .net 6 Console App that works as a listener for events coming through a Publisher Subscriber pattern. I have been following Googles docs for their ...
Gonçalo Castilho's user avatar
3 votes
0 answers
3k views

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 ...
XII's user avatar
  • 638
3 votes
2 answers
4k views

I am instrumenting a node.js service in Google Cloud Platform's Cloud Run. I'm running into a problem where custom spans are not showing up in Trace. I know that tracing is working because HTTP/TCP ...
Andrew Salveson's user avatar
4 votes
1 answer
2k views

Cloud Trace and Cloud Logging integrate quite nicely in most cases, described in https://cloud.google.com/trace/docs/trace-log-integration Unfortunately, this doesn't seem to include the HTTP request ...
Shabble's user avatar
  • 632
0 votes
1 answer
252 views

I am using Google.Cloud.Diagnostics.AspNetCore v4.3.0. I use AddOutgoingGoogleTraceHandler to trace every outgoing HTTP request of a given HTTP client and I want to add a custom label to every trace ...
Gregordy's user avatar
  • 619
1 vote
1 answer
181 views

when I was using go111, I had traces of all my Datastore calls (similar to image below). But as soon as I upgraded to go115 and started using cloud.google.com/go/datastore, I lost this information ...
slash-dev's user avatar
2 votes
1 answer
3k views

I've got a Spring Boot application that'd I'd like to automatically generate traces for using the OpenTelemetry Java agent, and subsequently upload those traces to Google Cloud Trace. I've added the ...
homerman's user avatar
  • 3,639
2 votes
1 answer
3k views

I followed the steps on Google Cloud's Java and OpenTelemetry site (https://cloud.google.com/trace/docs/setup/java-ot) and made a simple hello world Java application locally and am trying to get my ...
Jayleen's user avatar
  • 334
2 votes
0 answers
138 views

Is it possible to attach a trace context to firestore triggers so that its easy to figure out the application flow? Currently we are triggering some pubsub events on data change in firestore triggers. ...
Ayyappa's user avatar
  • 1,993
5 votes
3 answers
11k views

My goal is to perform tracing of the whole process of my application through several component. I am using GCP and Pub/Sub message queue to communicate information between components (developped in ...
Clement Bouthors's user avatar
1 vote
1 answer
2k views

I have a spring boot microservice which consumes and publishes messages from/to PubSub and is deployed on GKE. I am using spring stream binder for pubsub integration and Cloud Sleuth for generating ...
aneri's user avatar
  • 91
7 votes
2 answers
946 views

With Opentelemetry becoming the new standard of tracing, and it being vendor-agnostic, how do we then choose a backend vendor for opentelemetry? For example, there are currently many vendors that ...
Huy Le's user avatar
  • 159
3 votes
1 answer
1k views

My Go gRPC server is instrumented with Google Tracing span exporter: import texporter "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace" ... gcp, err := texporter....
ahmet alp balkan's user avatar
9 votes
2 answers
4k views

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 ...
muin's user avatar
  • 278
-1 votes
2 answers
1k views

I'm trying to set up Cloud Trace on a GKE cluster with workload identity enabled. My pod uses a service account, which has the Cloud Trace Agent role. (I also tried giving it the Owner role, to rule ...
Vincent van der Weele's user avatar
5 votes
2 answers
4k views

I have a Flask app talking to a Python gRPC service, both deployed on Google Cloud Run. I can see traces on Google Trace after instrumenting the apps, but they all appear to have different Trace IDs ...
dgildeh's user avatar
  • 195
2 votes
0 answers
539 views

I have multiple apps written in nodejs. I am trying to monitor the apps using google-trace. I am able to get traces successfully for the HTTP requests. But I have some apps which are pulling events ...
Luv33preet's user avatar
  • 1,945
0 votes
1 answer
673 views

I have one GCP project in which there are two GKE clusters, one for development and preproduction workloads and another one for production. I am using Google Cloud Trace to correlate the information ...
codependent's user avatar
  • 24.7k
1 vote
1 answer
2k views

I've recently upgraded my applications to Spring Boot 2.4.2, Cloud 2020.0.0, changing Spring Cloud GCP dependencies following the migration guide: https://googlecloudplatform.github.io/spring-cloud-...
codependent's user avatar
  • 24.7k
1 vote
1 answer
1k views

I've stuck with problem with google cloud logging and google cloud trace using google cloud kubernetes I've the application which consumes gcloud pubsub topic and I want to unify logs in trace of ...
Nikita Davydov's user avatar
0 votes
1 answer
268 views

I'm building a Spring Boot application that's deployed on Google App Engine. To find out the cause of some weird latency issues, I figured I'd enable Google Cloud Trace to view detailed latency ...
Cas's user avatar
  • 758
1 vote
0 answers
447 views

I'm building microservices on Cloud Run with Java. So, I want to use CloudTrace for these services. But it doesn't work as I expected. A DeadlineExceededException is raised. I can run same services on ...
pascal's user avatar
  • 33
0 votes
1 answer
718 views

I've integrated sleuth into my application gateway and the services behind it. The traces in Stackdriver (GKE) look good but the root-span is always named "/". For example: The second span is also ...
Laures's user avatar
  • 5,527
2 votes
2 answers
289 views

I am using Stackdriver Trace to monitor the delays of some microservices, but am having some issues in making all the round trip to be shown as one request. Say I have two services (to keep it simple)...
suren's user avatar
  • 9,004
0 votes
1 answer
76 views

I'm using Google Cloud's Stackdriver Trace Agent with the Express.js plugin. I noticed there are a few routes which have substantial "untraced" time. What strategies can I use to find and begin to ...
d-_-b's user avatar
  • 23.3k
0 votes
1 answer
203 views

I've added traces to measure execution of some code running on GCP. The traces appear in trace list on StackDriver page and I can see their duration. What I cannot find is number of times reach traces ...
leonidnei's user avatar
  • 223
5 votes
1 answer
965 views

I am using OpenCensus in Go to push tracing data to Stackdriver for calls involving a chain of 2 or more micro services and I noticed that I get many traces which contain spans only for certain ...
Alexandre Thenorio's user avatar
2 votes
2 answers
1k views

I working with Google cloud Stackdriver Trace API with C# (dotnet core) and working according to this article. I already added all the needed code and want to try it locally (on my development ...
No1Lives4Ever's user avatar
3 votes
1 answer
1k views

I try to add custom spans and annotations to an AppEngine Standard application. In the Traces page of the GCP console, I see the default spans but not the custom spans that I have added. I follow the ...
ttozser's user avatar
  • 63
0 votes
1 answer
203 views

I'm trying to write a script to extract Stackdriver Trace information to load into big query and I'm having trouble installing the python client library. I need version 1 of the library to access the ...
Paul Johnson's user avatar
  • 1,387
0 votes
0 answers
514 views

We are trying to set up trace across a number of node.js microservices. node v10.14.2 google-cloud/pubsub v0.19.1 google-cloud/trace-agent v3.5.0 Services got http endpoint and pubsub integrtion. All ...
Andrinux's user avatar
  • 394
0 votes
0 answers
108 views

While experimenting with the v2 batchWrite API i was able to write status messages as long as 5KB. Does google enforce a maximum? Everything other trace field seems to be very tightly restricted to ...
Tomer's user avatar
  • 3
1 vote
1 answer
796 views

I have activated Google Cloud Tracer with nodejs & express, works well in automatic mode, registers calls to the api correctly. I try to create a trace manually, to know the execution time of ...
Cristyan's user avatar
  • 670
0 votes
1 answer
457 views

Some spans reported to google trace represent method calls that ended in an error. Is there a way to get google trace to visually set these spans apart from success spans (a different color, an error ...
Tomer's user avatar
  • 3
0 votes
0 answers
114 views

When i try to add a stackTrace to my spans, i get the following results: Adding stackTrace to a parent span results in an empty "Callstack" section in the UI (parent stackTrace) Adding stackTrace to a ...
Tomer's user avatar
  • 3
0 votes
1 answer
102 views

I've seen some trace screenshots where different spans have different colors (https://rakyll.org/grpc-trace/). I've tried tracing my code using the v2 rest api, and all of the resulting spans are in ...
Tomer's user avatar
  • 3
2 votes
1 answer
3k views

I have an app running on google app engine standard, python 2.7. GAE already trace calls to the Datastore and to Memcache and I want to add my own traces. Since I'm in python 2 google-cloud-python is ...
tgermain's user avatar