Giter Site home page Giter Site logo

Comments (6)

meltsufin avatar meltsufin commented on June 30, 2024

Some context here: openzipkin/zipkin-gcp#102

Maybe there is an issue with credentials. Are you able to upgrade to Spring Cloud GCP 2.x to try the latest version?

from spring-cloud-gcp.

irenavy avatar irenavy commented on June 30, 2024

Thanks @meltsufin , I added roles/cloudtrace.agent to service account, which resolved timeout error.
But traces are still not sent to Cloud trace.

Traces are being sent to stackdriver logging -

image

Some additional details - the microservice is a pubsub subscriber and we are using spring cloud stream binder for consuming and publishing messages to topics. It is deployed on GKE and uses istio proxy.

from spring-cloud-gcp.

irenavy avatar irenavy commented on June 30, 2024

As per documentation,

Spring Cloud Sleuth integrates with Spring Integration. It creates spans for publish and subscribe events.

Basically, I want to capture traces and spans for these events. Will spring-cloud-gcp-starter-trace dependency suffice or I need any additional dependencies to make it work with PubSub calls? I could not find any example for tracing pubsub events.

from spring-cloud-gcp.

meltsufin avatar meltsufin commented on June 30, 2024

Pub/Sub is not fully supported with Sleuth yet. You can get some tracing if you're using Spring Integration with Pub/Sub, but not the Pub/Sub Template. There is an issue for adding the support: openzipkin/zipkin-gcp#190.

from spring-cloud-gcp.

irenavy avatar irenavy commented on June 30, 2024

So PubSub events will not able be propagated to Cloud Trace automatically. Can you please help me with below queries:

Should it work with custom spans if I include grpc dependencies

Spring Cloud Sleuth provides instrumentation for gRPC through TraceGrpcAutoConfiguration

Can you please suggest a way of sending traces to stackdriver trace when using cloud stream binder? I am using Cloud sleuth for distributed tracing and it works fine with stackdriver logging i.e for each request new traceid is generated and same is propagated to next microservice. I am not sure if I can use alternatives like openTelemetry along with sleuth for exporting traces to stackdriver trace.

from spring-cloud-gcp.

meltsufin avatar meltsufin commented on June 30, 2024

Stream binder uses Spring Integration under the hood. So, it might work. Can you give it a try and let us know?
Regarding TraceGrpcAutoConfiguration, I believe it's only relevant to when you're creating your own gRPC service.

from spring-cloud-gcp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.