Chao Weng

Results 7 issues of Chao Weng

## Problem Currently, the compression flag(`connection.compression`) is not working due to the missing of `RequestAcceptEncoding` interceptor in HTTP client. ## Solution This PR added `RequestAcceptEncoding` interceptor in HTTP client builder...

#### Description Add scraper for logs(#11799) in the factory #### Link to tracking issue Relates to #11238 , #11799 #### Testing Added #### Documentation Updated the previous change log file

ready-to-merge
Skip Changelog

#### Description This PR: (1) added logs scraper in scraperhelper (2) introduced new metrics for scraping logs. (3) added alias for legacy type and function names. #### Link to tracking...

Relevant to #2162 ## Changes Added documentations for instrumentations to propagate context information to databases ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [x] Change log entry added,...

enhancement
area:db

### Area(s) area:db ### What's missing? At work, I've noticed a lack of service correlation between our application and SQL Server, such as passing the current `service name`, `trace ID`,...

triage:needs-triage
area:db

#### Description Add support for optional attribute, ref: [Conditional Required Attribute](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/attribute-requirement-level.md#conditionally-required) Notes: - Add `helper.tmpl` for helper templates - Add `WithEventAttribute` and `WithMetricAttribute` for optional attributes - Add some helper...

cmd/mdatagen

#### Description Use mdatagen to define and generate events functions in PostgreSQL receiver. #### Link to tracking issue n/a #### Testing Passed existing tests #### Documentation Added

receiver/postgresql