John Baro
John Baro
@imback82 I exposed this via https://github.com/aelij/IgnoresAccessChecksToGenerator as per your suggestion, and then called the static `LoggerServiceFactory.SetLoggerService` method, passing my custom logger, but no logs are generated. The problem appears to...
@imback82 , yes, this was a user error sorry. Race condition between creating the session vs setting the logger, oops :) Thanks Re #542, you're right, so i'll have a...
Happy to implement this. If you break down the work items i'll work through them.
No progress as yet sorry, I've had to redirect my efforts in the (not so) short term. I'll see if I can find some time over the next couple of...
I have no other reason apart from that comment and it not working previously. Trying with just `az login` produces the same result. > pulumi:pulumi:Stack pulumi-crosswalk-kubernetes-05-app-services-dev running E0507 18:42:34.300835 27916...
Additional info, I can destroy the stack, it prompts for the web browser auth as per the original issue but then once that is complete, it does continue. Once the...
Yes that sounds what I'm after, do you have an example? On Tue, 11 May 2021, 02:30 Cijo Thomas, ***@***.***> wrote: > Not fully sure if I understood the qn.....
> Would it be something like this: > > ``` > var openTelemetry = Sdk.CreateTracerProviderBuilder() > .AddSource("Samples.SampleClient", "Samples.SampleServer") > .SetResourceBuilder(ResourceBuilder.CreateDefault().AddService("otlp-test")) > .AddOtlpExporter(opt => opt.Endpoint = new Uri(endpoint)) > .Build(); >...
@AlexGS74 I see now, does that work? e.g. correlate the telemetry for the sources, Samples.SampleClient -> Samples.SampleClient and Samples.SampleServer -> Samples.SampleServer
@mikhailshilkov , I think there should be a property `purgeOnDestroy: boolean` which if true would purge the secret when destroyed. I'm not sure which config you're referring to for the...