Arun Gopalpuri

Results 11 comments of Arun Gopalpuri

@jcchavezs - I agree, I was thinking the same. How will someone do a `go get` on `zipkintracing`. @lammel @aldas - Any thoughts? suggestions?

@uudashr - We now have [Zipkin/Open Tracing](https://github.com/labstack/echo-contrib/tree/master/zipkintracing) in echo-contrib. Can you look at it and comment/close this issue? cc: @jcchavezs

@carlosedp I think this is a bug? @Dredouane feel free to pass the body to the line you referenced and open a PR maybe?

@progrium I have consul running on one docker container and running another container with api that tries to register with consul as it starts up. I'm not able to lookup...

Isn't ABAC different? I see this answer has been given before too but lets say if user is manager we want to "show" salary field or else hide it. Field...

Thanks @PokIsemaine Here you trying to show `resource`, what if i want to show `EmployerName`, `Location` to every `User` but only show Field `Salary` if Role is `Manager`. From your...

I don't think thats what I was looking for, I want to hide only certain fields. Anyways closing this issue.

I see this error in Spring boot 3.2.2 as well. ``` Exception in thread "main" org.springframework.aot.generate.ValueCodeGenerationException: Failed to generate code for 'org.springframework.statemachine.config.builders.StateMachineConfigBuilder@5967f0ff' with type class org.springframework.statemachine.config.builders.StateMachineConfigBuilder at org.springframework.aot.generate.ValueCodeGenerator.generateCode(ValueCodeGenerator.java:116) at org.springframework.beans.factory.aot.BeanDefinitionPropertiesCodeGenerator.generateValue(BeanDefinitionPropertiesCodeGenerator.java:269)...

I was able to use [custom decoder](https://github.com/kelseyhightower/envconfig#custom-decoders) and use "=" as separator: e.g. ``` type Config struct { ProxyPassDirect CustomMap `envconfig:"PROXY" default:"user=https://user.server.com,core=https://core.server.com"` } ``` ``` func (customMap *CustomMap) Decode(value string)...

Yes, but I'm not sure if I can search for child traces that get spawned by this parent in Jaeger or New Relic? I posted this on [Jaeger](https://github.com/jaegertracing/jaeger-ui/issues/662#issuecomment-2094321500) org as...