syr

Results 8 issues of syr

Hi, would it be possible to enable a highly missed feature in camel debugging? That is (imho): debugging camel routes line by line (setting breakpoints and stepping as usual in...

Hi, I am trying to get a AWS OTel collector @local docker working, using https://github.com/aws-observability/aws-otel-collector/blob/main/examples/docker/config-test.yaml , slightly adapted by changed region and setting xray endpoint to resolved IP, to workaround...

exporter
X-Ray

I used latest version 1.10.0 where it turned out that after code changes (via live coding) the debug breakpoints don't work anymore. I am not sure how this relates to...

bug

To comply to AWS ECS security rules we want to enforce read only filesystem access (https://docs.aws.amazon.com/config/latest/developerguide/ecs-containers-readonly-access.html) This requires that vertx caching is disabled. However, no matter if defined by env...

area/vertx

### Describe the bug I use quarkus-quartz and quarkus-opentelemetry Have definded a custom log format like in https://quarkus.io/guides/opentelemetry#create-the-configuration ``` quarkus.log.console.format=%d{HH:mm:ss} %-5p traceId=%X{traceId}, parentId=%X{parentId}, spanId=%X{spanId}, sampled=%X{sampled} [%c{2.}] (%t) %s%e%n ``` ###...

kind/bug
area/smallrye
area/scheduler
area/tracing

Instead of 'parse the DF multiple times, then union the small DFs' https://github.com/rockthejvm/spark-essentials/blob/c8ee4b251129dec82bdcd37bbfe62516ad0481f7/src/main/scala/part3typesdatasets/ComplexTypes.scala#L36 I guess it is more elegant and efficient to use coalesce, like: ``` val datePatterns = List("dd-MMM-yy",...

Following https://quarkus.io/guides/opentelemetry and using https://github.com/quarkusio/quarkus-quickstarts/tree/main/opentelemetry-quickstart it turns out that most config files are missing. And if adding the files like decribed in the guide there also multiple errors which still...

Hi, I tried to set up tracing using quarkus-opentelemetry-exporter-otlp by unchanged code of https://github.com/quarkusio/quarkus-quickstarts/tree/main/opentelemetry-quickstart while having AWS OTel Collector version: v0.17.0 running. On rest resource access, traces seem to arrive...