Jonathan A. Sternberg

Results 32 issues of Jonathan A. Sternberg

### Feature Request Support the standard reloading of a configuration file with SIGHUP for anything that would be reasonable. **Proposal:** Support reloading the configuration file with SIGHUP. **Current behavior:** You...

kind/feature-request
1.x

Hello, is there an interest in a version of this updated for blackfriday v2? I figured that there probably wasn't since it would likely be backwards incompatible for anyone embedding...

enhancement

### Feature Request I'm calling this a feature request, but it's both a feature request and a bug in the existing query engine. Explained more below. **Proposal:** Support disparate time...

area/queries
difficulty/high
kind/feature-request
flux/triaged
1.x

Reproduction steps: * Start buildkit with `OTEL_EXPORTER_OTLP_ENDPOINT` set to something (or otherwise enable OTLP tracing in some way). * Have that endpoint not exist (service is not running(. * Run...

kind/bug

This includes the otel collector and uses the otel collector to direct traces and metrics to the correct services. This is intended to act as more of what a pipeline...

Small reproducer: ``` FROM scratch AS a COPY /a.txt / FROM a AS b RUN find . -type f ``` Note that the `RUN` command would fail if this completed...

kind/bug
area/dockerfile