Chris Ventura

Results 26 comments of Chris Ventura

Maybe instead of a nuget package to update the dependencies, would it be possible to have a nuget package that contains the auto instrumentation bits and updates the dependencies to...

I like the idea of having a Nuget package to help with those dependencies, however I think that deciding what should go in it is a little less straightforward and...

@pellared I agree with your opinions. For 1. We'll eventually need to decide if we want the tests to be grpc based, or http based. For 2. I think that...

I don't think that audit logs is the right place for this information. I think adding them to the DEBUG level agent logs would be more appropriate, which is where...

@rajkumar-rangaraj I'm leaning towards closing this PR and perhaps marking it as ignored in the dependabot config. However, since we package this dependency as a fallback, should we ensure that...

> It's recommended to maintain the latest version of the packages in `OpenTelemetry.AutoInstrumentation.AdditionalDeps` to avoid dependency resolution issues. If that's the case, and it won't cause dependency resolution problems, perhaps...

It looks like the SIG meeting from today was successfully uploaded. It just has the unexpected title `Open Telemetry's Personal Meeting Room`. Other recording from the same account may end...

@pellared I think that your suggestion of the helper methods will work too, and is easier to read.

Is this for multiple apps in a single app pool, or is this for multiple apps on the same host but different processes?

The nuget package approach that you are recommending for multiple apps not in the same app pool should work. I'm not sure how to solve the problem when there are...