Giter Club home page Giter Club logo

Comments (7)

viniciusccarvalho avatar viniciusccarvalho commented on June 12, 2024 2

@pgressa Apologies on the long delay, I just tried that with the latest 2.1.1 and all seems to be working fine, updated the project and with kubernetes-discovery 2.0.0 and tracing enabled and it all seems to be fine, thank you for looking into this :)

from micronaut-kubernetes.

viniciusccarvalho avatar viniciusccarvalho commented on June 12, 2024

#Update:
I just found that when micronaut-kubernetes-discovery-client is removed from the classopath the problem is gone. Maybe an issue with that project?

from micronaut-kubernetes.

graemerocher avatar graemerocher commented on June 12, 2024

hi @viniciusccarvalho

@pgressa is going to be looking at this issue soon, this is still valid with 2.0.1 as far as you know?

from micronaut-kubernetes.

pgressa avatar pgressa commented on June 12, 2024

hi @viniciusccarvalho, I reproduced the error but I wasn't able to reproduce the correct behaviour when micronaut-kubernetes-discovery-client was removed, so please double check https://github.com/pgressa/micronaut-kubernetes-161 whether the state of the project is same like in your project.

Anyway, those errors can be addressed by appending dependecies, but both solutions (zipkin/jaeger) won't be needed:

implementation("io.jaegertracing:jaeger-thrift")
implementation("com.netflix.hystrix:hystrix-core")
implementation('io.zipkin.brave:brave-instrumentation-http')

These dependencies are basically part of micronaut tracing module the micronaut-gcp-tracing module uses, where these deps are declared -> https://github.com/micronaut-projects/micronaut-core/blob/master/tracing/build.gradle#L11 , I'll try to figure out what the formulation should mean:

// the following are Tracing implementations and instrumentations which
// are optionally loaded and not required

as due to compileOnly the dependencies won't get to pom.xml.

from micronaut-kubernetes.

pgressa avatar pgressa commented on June 12, 2024

@viniciusccarvalho could you please review https://github.com/pgressa/micronaut-kubernetes-161 so I can reproduce the issue? Thanks!

from micronaut-kubernetes.

viniciusccarvalho avatar viniciusccarvalho commented on June 12, 2024

Thank you for looking into this. I'll check tonight with my project and will reply here. Cheers

from micronaut-kubernetes.

pgressa avatar pgressa commented on June 12, 2024

@viniciusccarvalho any updates or can I close this one?

from micronaut-kubernetes.

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.