Prajon Shakya

Results 21 comments of Prajon Shakya

If I understood the code correctly, the existing code `varyHeaders = serverResponse.Headers.Vary.Select(x => x).ToArray()` are always replacing either there is varyHeaders or not. DefaultVaryHeaders are not being used as it...

> Let me review, thanks for raising again. I might have overlooked it. Any update on this @aliostad

At least we can fix the bug that we know, hence created the[ PR](https://github.com/aliostad/CacheCow/pull/288), because it gives confidence to move ahead in use of this library further.

@jafin : Your update do not work if `format: string` is not defined for e.g. below case: ``` type: array items: type: string ```

For e.g. for AWSResourceDetector: If I need only `account id` and `task arn` and not others. out of [these](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.ResourceDetectors.AWS#usage)

Oh ok. I have to consult with my team then. I am not sure if we can manipulate resource attributes at collector level.