Pavol Loffay

Results 183 issues of Pavol Loffay

Trace `org.springframework.messaging.MessageChannel`

new feature
outreachy
good first issue

https://github.com/opentracing-contrib/java-spring-cloud/pull/97 introduced redirect of standard logging into span logs. Logback supports filters https://logback.qos.ch/manual/filters.html to change a decision on appending log. Right now we send all logs to span (log of...

new feature

* web tracing + skip pattern * scheduled + skip * messaging * logging * how to configure vendor starters - jaeger

## Follow Spring starter naming conventions at the moment artifacts are named `opentracing-spring-cloud--starter`, however spring uses convention `spring-boot-starter-` https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter Although it's spring convention, the [docs](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-auto-configuration.html#boot-features-custom-starter-naming) shows an example like `acme-spring-boot-starter`....

Original issue: https://github.com/jaegertracing/jaeger-client-java/issues/381 > Hi, >I have been using jaeger-core 0.24.0 version along with opentracing-spring-cloud-starter 0.1.1 version. One of the library in our project uses spring-cloud-context version 1.3.2.RELEASE. After using...

bug

Write a simple documentation for parts where some explanation is needed. For example `RestTemplate`s are traced only when they are injected as beans (and it's a default way how to...

Document features in jaeger website https://github.com/jaegertracing/documentation https://www.jaegertracing.io/docs/1.11/client-features/

Document how the release is performed step by step.

IPython kernel provides a way to run shell commands in code blocks https://jakevdp.github.io/PythonDataScienceHandbook/01.05-ipython-and-shell-commands.html#Shell-Commands-in-IPython ``` !echo "Hello" ``` I run the jupyter notebook as ` docker run --rm -it -p 8888:8888...

Build a docker image containing jupyterlab/jupyter with this kernel.