Sebastian Bruckner

Results 16 comments of Sebastian Bruckner

I think this also applies for the server side span. In the end a timeline of a http request looks like this: ``` |--------------------------------------------------------------------------------------------------------------------------------------------------->| conn request header request entity response...

Could be either part of Finagle itself or part of https://github.com/Sebruck/opencensus-scala , we already have instrumentations for akka-http and http4s there.

Possible duplicate of https://github.com/lightbend/ssl-config/issues/151 we run on kubernetes but get only priv key + certificate in our pods

@wsargent the idea is to not do it programmatically but just via configuration and this library takes care.

Encountering the same issue and tried to use the proposed windowTimeout alternative. Got the same error as @almogtavor ``` 2023-04-08 23:31:37.832 ERROR --- [-367412941877-1] reactor.core.publisher.Operators : Operator called default onErrorDropped...

Thanks a lot for your contribution @oker1 !! ❤️ Could you please sign the google CLA so we can get this merged as soon as possible?

Alright, thanks for the information! Please contact me when you need any support.

I love the idea and I think this is related to https://github.com/Sebruck/opencensus-scala/issues/23 Would you like to contribute somethings? Otherwise @yannick-cw and me will for sure pick this up and build...

The only problem I see is that we might awake false assumptions on the client side. The fluent api then "feels" like it's immutable, but in fact it's not. But...