Skip to content

Conversation

@dinavinter
Copy link
Owner

No description provided.

dindinv and others added 7 commits April 13, 2023 03:37
```csharp
      serviceCollection.AddHttpClientOptions(options =>
            {
                options.ServiceName = "service";
                options.Compression.AutomaticDecompression = true;
                options.Compression.Encoding["gzip"] = true;
                options.Compression.Encoding["deflate"] = false;
            });
 ```

 defaults:
 ```yaml
 AutomaticDecompression: true
 Encoding:
    gzip: true
    deflate: true
 ```
BREAKING CHANGE: introduces breaking changes in telemetry config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants