Jesse Szwedko

Results 542 comments of Jesse Szwedko

> what is the base value around which this delta was calculated? The baseline is determined from the merge base of the PR and `master`: https://github.com/vectordotdev/vector/blob/2f1c7850fbc039a894f51b844e919adf2fdc925d/.github/workflows/regression.yml#L151 . To determine performance...

@NishantJoshi00 I think it's worth a shot if you want to try the `Arc` approach. It looks like we are still seeing a regression.

An alternative here would be to make the field addition opt-in via configuration.

I changed this to a feature since the `datadog_agent` source wasn't designed to receive data from the Datadog Lambda Extension. Thanks for opening!

As a workaround, though I haven't tested this, I think you could likely use the `http` source to receive the log events and the `datadog_agent` source to receive metric events....

You are correct, it seems like those requests are not retried. I'd argue they should be (per https://github.com/vectordotdev/vector/issues/10870), in addition to refreshing the token before it expires. Retry logic: https://github.com/vectordotdev/vector/blob/131ab453d4611699e6f6989546c4b5d289e8768a/src/sinks/util/http.rs#L517-L531

Can someone experiencing this failure share the Vector configuration they are trying to load and exact command they are running?

Awesome, this is fantastic @wtaylor ! I'll give it a closer review soon.

I kicked off the workflow just to test: https://github.com/vectordotdev/vector/actions/runs/8112047694. This caused me to notice a couple of other things: - I think the "generate checksums" job needs to depend on...

Ah, also this needs a changelog entry 😄 See https://github.com/vectordotdev/vector/blob/master/changelog.d/README.md