Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-4186

Opentelemetry has no Dev Service in dev mode

XMLWordPrintable

    • Hide

      From https://github.com/quarkusio/quarkus-quickstarts/tree/main/opentelemetry-quickstart

      Steps:
      1. mvn quarkus:dev

      2. curl http://localhost:8080

      Then we see in the console logs the error:

      [io.qua.ope.run.exp.otl.VertxGrpcExporter] (vert.x-eventloop-thread-4) Failed to export spans. The request could not be executed. Full error message: Connection refused: localhost/127.0.0.1:4317

       

       

      Show
      From https://github.com/quarkusio/quarkus-quickstarts/tree/main/opentelemetry-quickstart Steps: 1. mvn quarkus:dev 2. curl http://localhost:8080 Then we see in the console logs the error: [io.qua.ope.run.exp.otl.VertxGrpcExporter] (vert.x-eventloop-thread-4) Failed to export spans. The request could not be executed. Full error message: Connection refused: localhost/127.0.0.1:4317    
    • User Experience
    • ---
    • Red Hat build of Quarkus

      We noticed that Opentelemetry has no dev service to run Jaeger and then we got the next error in dev mode:

      SEVERE [io.qua.ope.run.exp.otl.VertxGrpcExporter] (vert.x-eventloop-thread-4) Failed to export spans. The request could not be executed. Full error message: Connection refused: localhost/127.0.0.1:4317 

      I know if we run firstly docker-compose up that error not happens, but from a customer/user perspective this behavior should be the same as Quarkus does with databases -> https://quarkus.io/guides/databases-dev-services

       

      FYI rh-ee-bbaptist 

       

            rh-ee-bbaptist Bruno Baptista
            rhn-support-jcarranz Jose Carranza Nalvaiz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: