DataDog / nginx-datadog

Enhance NGINX Observability and Security with Datadog's Module
https://www.datadoghq.com
Apache License 2.0
23 stars 10 forks source link

build: move glibc_compat to toolchain #98

Closed cataphract closed 3 months ago

cataphract commented 3 months ago

Also do some fixes on the *stat functions (fixed the first argument) and add getrandom for old glibc versions (like xenial)

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.47%. Comparing base (6655904) to head (eaa31d4).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/DataDog/nginx-datadog/pull/98/graphs/tree.svg?width=650&height=150&src=pr&token=SZCZI1FAYU&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog)](https://app.codecov.io/gh/DataDog/nginx-datadog/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) ```diff @@ Coverage Diff @@ ## master #98 +/- ## ========================================== + Coverage 67.21% 67.47% +0.26% ========================================== Files 37 36 -1 Lines 3575 3533 -42 Branches 620 615 -5 ========================================== - Hits 2403 2384 -19 + Misses 845 824 -21 + Partials 327 325 -2 ```