Jonatan Ivanov

Results 76 issues of Jonatan Ivanov

I would like to configure assaults in a more granular way. I guess the rabbit hole is deep but here are a few examples: - Being able to set different...

enhancement

As far as I know (and as it is documented), the repository watcher (`chaos.monkey.watcher.repository`) only supports the `@Repository` stereotype. There are use-cases where repositories are created without the user annotating...

bug
waiting-for-feedback

If I create a Spring Data `Repository` (e.g.: `public interface AbcRepository extends PagingAndSortingRepository`), and set `chaos.monkey.watcher.beans` (i.e.: abcRepository), it seems `ChaosMonkeyBeanPostProcessor` does not wrap the bean properly (the proxy is...

bug

This PR depends on a not yet released version of Spring Batch (`5.0.0-M5`) since Boot depends on Batch M4 which uses Micrometer 1.10.0-M3 (batch tests are failing because of this)....

status: waiting-for-triage

**Describe the bug** If you have `git-extras` installed that [has a `git-undo` command](https://github.com/unixorn/git-extra-commands/blob/main/bin/git-undo), ugit can conflict with it. E.g.: This is what I get when I try to install ugit...

bug
documentation
good first issue
beginner
up for grabs

I'm not sure if it is accidental or intentional but the [`serverName`](https://github.com/openzipkin/brave/blob/5be287b91c3d18da9fc7a597d71b12b27be6043c/instrumentation/http/src/main/java/brave/http/HttpTracing.java#L326) setter in `HttpTracing.Builder` is package private that makes it hard to customize the builder, see: Sleuth's [`HttpTracingCustomizer`](https://github.com/openzipkin/brave/blob/5be287b91c3d18da9fc7a597d71b12b27be6043c/instrumentation/http/src/main/java/brave/http/HttpTracingCustomizer.java) (users...

enhancement

This PR adds exemplars support for [Micrometer Tracing](https://github.com/micrometer-metrics/tracing). Micrometer Tracing is the successor of [Spring Cloud Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth) in terms of providing an abstraction layer over tracing libraries (i.e.: Brave and...

Please add to the readme or the contributors guide that every commit must be signed off. Also please help contributors to tell them how to do it (`git commit --signoff`)...

When I annotate spans, the "dot" that shows them on the timeline (see the screenshot) does not seem to be where it should. As you can see the "dot" is...

bug

**Affects Version(s):** All currently supported versions (including `2.3.4`) --- ## Bug report The issue was originally reported for Spring Cloud Sleuth but it seems it is not a Sleuth issue...

type: improvement