Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace empty #1433

Open
celluledevlna opened this issue Oct 3, 2024 · 0 comments
Open

Trace empty #1433

celluledevlna opened this issue Oct 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@celluledevlna
Copy link

celluledevlna commented Oct 3, 2024

Describe the bug

hi, I don't see any traces in tab when I execute my route:

maroute.camel.yaml

  • route:
    id: route-805e
    nodePrefixId: route-8e4
    from:
    id: from-077d
    uri: kamelet:timer-source
    parameters:
    message: test
    repeatCount: 10
    steps:
    - log:
    id: log-43c9
    message: ${body}

application.properties

camel.karavan.projectId=monprojet
camel.karavan.projectName=mon projet
camel.jbang.gav=org.camel.karavan.demo:monprojet:1
camel.jbang.runtime=camel-main
camel.jbang.version=4.8.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.3
camel.server.enabled=true
camel.server.healthCheckEnabled=true
camel.server.devConsoleEnabled=true
camel.main.name=monprojet
camel.main.tracingStandby=true
camel.trace.enabled=true
camel.main.backlog-tracing=true
camel.main.autoConfigurationFailFast=false
camel.routecontroller.superviseEnabled=true
camel.routecontroller.backoffDelay=5000
camel.routecontroller.backoffMaxAttempts=100
camel.routecontroller.initialDelay=1000
camel.routecontroller.threadPoolSize=3
camel.context.dev-console=true
camel.health.enabled=true
camel.health.exposure-level=full
jkube.version=1.17.0
jib.from.image=gcr.io/distroless/java17@sha256:68e2373f7bef9486c08356bd9ffd3b40b56e6b9316c5f6885eb58b1d9093b43d

Steps to reproduce the behavior

launch container
Go to Traces Tab
toggle refresh button

Variant

Web Application

Container Management (if applicable)

Docker

Operating System (if applicable)

MacOS

Version

4.8.0

Relevant log output

2024-10-03 12:24:51.716  INFO 15 --- [           main] org.apache.camel.main.MainSupport        : Apache Camel (JBang) 4.8.0 is starting
2024-10-03 12:24:51.809  INFO 15 --- [           main] org.apache.camel.main.MainSupport        : Using Java 17.0.12 with PID 15. Started by karavan in /karavan/code
2024-10-03 12:24:51.853  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    : Properties location: file:/karavan/code/application.properties
2024-10-03 12:24:51.886  INFO 15 --- [           main] org.apache.camel.main.ProfileConfigurer  : The application is starting with profile: dev
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    : Auto-configuration summary
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.main.autoConfigurationFailFast = false
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.main.name = monprojet
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.main.tracingStandby = true
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.main.backlogTracing = true
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.context.devConsole = true
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.server.enabled = true
2024-10-03 12:24:51.948  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.server.healthCheckEnabled = true
2024-10-03 12:24:51.949  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.server.devConsoleEnabled = true
2024-10-03 12:24:51.949  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.health.enabled = true
2024-10-03 12:24:51.949  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.health.exposureLevel = full
2024-10-03 12:24:51.949  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.trace.enabled = true
2024-10-03 12:24:51.949  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.routeController.superviseEnabled = true
2024-10-03 12:24:51.950  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.routeController.backoffDelay = 5000
2024-10-03 12:24:51.950  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.routeController.backoffMaxAttempts = 100
2024-10-03 12:24:51.950  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.routeController.initialDelay = 1000
2024-10-03 12:24:51.950  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [application.properties]       camel.routeController.threadPoolSize = 3
2024-10-03 12:24:52.071  INFO 15 --- [           main] he.camel.cli.connector.LocalCliConnector : Camel JBang CLI enabled
2024-10-03 12:24:57.111  INFO 15 --- [           main] .main.download.MavenDependencyDownloader : Downloading: org.apache.camel.kamelets:camel-kamelets-catalog:4.7.0 (elapsed: 5s)
2024-10-03 12:24:58.353  INFO 15 --- [           main] .main.download.MavenDependencyDownloader : Downloaded: org.apache.camel.kamelets:camel-kamelets-catalog:4.7.0 (took: 6s241ms) from: central@https://repo1.maven.org/maven2
2024-10-03 12:25:02.485  INFO 15 --- [           main] .main.download.MavenDependencyDownloader : Downloaded: org.apache.camel:camel-core:4.8.0 (took: 4s124ms) from: central@https://repo1.maven.org/maven2
2024-10-03 12:24:58.353  INFO 15 --- [           main] .main.download.MavenDependencyDownloader : Downloaded: org.apache.camel.kamelets:camel-kamelets-catalog:4.7.0 (took: 6s241ms) from: central@https://repo1.maven.org/maven2
2024-10-03 12:25:02.485  INFO 15 --- [           main] .main.download.MavenDependencyDownloader : Downloaded: org.apache.camel:camel-core:4.8.0 (took: 4s124ms) from: central@https://repo1.maven.org/maven2
2024-10-03 12:25:02.498  INFO 15 --- [           main] e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.8.0 (monprojet) is starting
2024-10-03 12:25:02.631  INFO 15 --- [           main] vertx.core.spi.resolver.ResolverProvider : Using the default address resolver as the dns resolver could not be loaded
2024-10-03 12:25:02.669  INFO 15 --- [ntloop-thread-0] tform.http.vertx.VertxPlatformHttpServer : Vert.x HttpServer started on 0.0.0.0:8080
2024-10-03 12:25:02.685  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    : Property-placeholders summary
2024-10-03 12:25:02.685  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [timer-source.kamelet.yaml]    repeatCount = 10
2024-10-03 12:25:02.685  INFO 15 --- [           main] org.apache.camel.main.BaseMainSupport    :     [timer-source.kamelet.yaml]    message = test
2024-10-03 12:25:02.744  INFO 15 --- [           main] e.camel.impl.engine.AbstractCamelContext : Routes startup (total:1 started:1 kamelets:1)
2024-10-03 12:25:02.744  INFO 15 --- [           main] e.camel.impl.engine.AbstractCamelContext :     Started route-805e (kamelet://timer-source)
2024-10-03 12:25:02.744  INFO 15 --- [           main] e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.8.0 (monprojet) started in 245ms (build:0ms init:0ms start:245ms)
2024-10-03 12:25:02.745  INFO 15 --- [           main] ponent.platform.http.main.MainHttpServer : HTTP endpoints summary
2024-10-03 12:25:02.745  INFO 15 --- [           main] ponent.platform.http.main.MainHttpServer :     http://0.0.0.0:8080/q/dev         (GET)    (produce:text/plain,application/json)
2024-10-03 12:25:02.745  INFO 15 --- [           main] ponent.platform.http.main.MainHttpServer :     http://0.0.0.0:8080/q/download    (GET)    (produce:text/plain,application/octet-stream)
2024-10-03 12:25:02.745  INFO 15 --- [           main] ponent.platform.http.main.MainHttpServer :     http://0.0.0.0:8080/q/health      (GET)    (produce:application/json)
2024-10-03 12:25:02.745  INFO 15 --- [           main] ponent.platform.http.main.MainHttpServer :     http://0.0.0.0:8080/q/info        (GET)    (produce:application/json)
2024-10-03 12:25:02.745  INFO 15 --- [           main] ponent.platform.http.main.MainHttpServer :     http://0.0.0.0:8080/q/upload      (PUT,DELETE) (accept:multipart/form-data)
2024-10-03 12:25:03.709  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
2024-10-03 12:25:04.691  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
2024-10-03 12:25:05.692  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
2024-10-03 12:25:06.693  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
2024-10-03 12:25:07.693  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
2024-10-03 12:25:08.695  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
2024-10-03 12:25:09.696  INFO 15 --- [ - timer://tick] maroute.camel.yaml:11                    : test
@celluledevlna celluledevlna added the bug Something isn't working label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant