Ava Hahn

Results 16 issues of Ava Hahn

Unit should be able to report its system resource usage via OpenTelemetry. This includes the following data: - Memory utilization - CPU utilization

NGINX Unit should support distributed tracing for requests using an open standard like OpenTelemetry. Unit should be able to propagate context and attach spans including the following: - incoming headers...

Unit currently buffers the entire client request before sending it to an upstream target. This target could be an application or an upstream HTTP service. Either way, Unit will not...

# Description This commit refactors the CLI code to accept multiple instances of the control socket flag. All subcommands except for edit and save now support being run against multiple...

See: [example dockerfiles](https://github.com/nginx/unit-docs/tree/main/source/downloads) See: [related issue in unit-docs](https://github.com/nginx/unit-docs/issues/177) We can automate opening a PR to the unit-docs repository to update all of these dockerfiles. Doing so would reduce the complexity...

z-infrastructure

### Proposed changes Fixes #17 See the below commit description for details: ``` This commit adds support to configure client span generation for upstream requests. Client span generation can be...