Adrian Cole
Adrian Cole
> BTW have you considered using Testcontainers alone to build & test the image? > https://www.testcontainers.org/features/creating_images/ hah no. RTFM is good sometimes!
I think we should look at existing loggers (like zipkin2.collector which logs errors at debug) and also the more detailed Prometheus metrics first before adding a new variable and another...
Also, typically the easiest way to see an error that causes 100pct to drop is to hit the /health endpoint which would include error details in such case. It isn't...
hi, I'm not currently in a position to help much, but I can tell the logging level isn't enough. As you'll notice not even the http path is logged so...
are you looking to send traces to zipkin with rocketmq or trace application usage of rocketmq? On Mon, Jun 3, 2019, 3:40 PM toohandsome wrote: > Does zipken support rocketmq?...
@literatureandyou when you asked were you interested in a collector or to trace rocketmq?
> > My client is using Spring Cloud discovery to register Zipkin instances in > Zookeeper. > Is this via a custom build of zipkin-server?
We repeatedly get requests about `@EnableDiscoveryClient ` or `@EnableEurekaClient` I'd like to try and see if there is an alternative way to register with eureka that doesn't imply literally modifying...
interesting.. https://github.com/spring-cloud/spring-cloud-commons/pull/245/files
https://github.com/spring-cloud/spring-cloud-netflix/blob/master/docs/src/main/asciidoc/spring-cloud-netflix.adoc#registering-with-eureka seems we can make an example integration..