Spencer Gilbert

Results 195 comments of Spencer Gilbert

Perhaps, for internal consistency, the name should be treated as a VRL path expression - which would require `-` to be quoted. However with the given example... ```yaml source: |-...

I was also going to suggest a more general sink, at least to start with

@tobz I think this issue is blocked (unless we don't want to convert the `u64`'s to `Duration`s). IIRC we talked about it before the holidays. ``` error[E0277]: the trait bound...

Can do - IIRC this was only happening since they were `Options` so some fields can still be re-typed.

@tobz - it looks like there may be issues with the `Option` and the `docs::type_unit`? ```rust /// Timeout from reaching `EOF` after which file will be removed from filesystem, unless...

```rust /// Delay between file discovery calls, in milliseconds. /// /// This controls the interval at which files are searched. A higher value results in greater chances of some short-lived...

Blocked by https://github.com/vectordotdev/vector/issues/15425

I don't think `axiom` actually accepts metrics, just the log-ified metrics as we do for ES. We could expose the MetricToLog config to allow users to opt-in empty and repeated...

`elasticsearch` may be "done" already, as I think it calls into `metric_to_log` as it's way of handling metrics.

🤔 I thought we had merged it? or was that just the RFC? My assumption was they were a "package" and we'd merge both - @jszwedko is this good to...