Wesley Connor

Results 5 issues of Wesley Connor

Using ` implementation "io.opentracing.contrib:opentracing-spring-jaeger-cloud-starter:3.2.2"` I upgraded to the new `mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.0"` spring-cloud 'Hoxton.SR9' worked correctly Since then I get the following error on startup. It seems ribbon was removed from...

With a successfully running cluster with 3 master I needed to migrate to a new nodepool (unrelated) However after migration the cluster was in an unusable state a single master...

We are a bit stuck in moving this forward in our project as it does not work with the new spring-cloud version and requests for similar are not being replied...

The default config is adding tags of the current request like METHOD, URL and STATUS_CODE, I would also like to include the calling USER_AGENT. Is this possible on a request...

How to adjust config for more or less replicas? I have tried ``` grafana+:: { deployment+:: { replicas: 0 }, container: { etc... ``` without luck