JT

Results 37 comments of JT

> 2.Can the ProductApi be accessed by the registered service name Yes, either globally through the `ClientFactory` as described above (recommended), or standalone by passing in the `DiscoveryHttpClientHandler` manually as...

Why not just use `ActivitySource` + `DD_TRACE_OTEL_ENABLED`? Then you wouldn't need to worry about the dd trace SDK at all.

> Not sure Aspire helps much for multi-tenancy, or cases where you use separate data stores at all Looks like this will be solved at the `NpgsqlDataSource` level at some...

I just ran into this today on v12.17.2, still appears to be a problem. Messed up my session management entirely as I change my session storage based on if cypress...

Just to throw in my two cents, I would like the ability to skip the forwarder stack, we've configured everything to go through Kinesis and don't need it.

@vandonr I'd thought I'd check in on this being I'm both the original requesting customer and also a maintainer of the framework that requires this (Marten) 😅. Npgsql got full...

> ah this is interesting, was this based on an official OTel spec for batch queries, or was it just done like this because It does appear to be in...

This aligns with the expected behavior of the internal resolver, it'll search for variations of `CreateHostBuilder`, and if it's not found, kick off the entry-point to check if it's a...