Alan Somers
Alan Somers
So the problem is that `#[concretize]` doesn't work on functions with lifetime parameters. That's unsurprising. There are a billion special cases involving lifetime parameters.
#610 should probably be fixed before this one. And I think that the first step towards fixing #610 would be to track the mock struct's Generics separately from the trait's....
No, errors like this wouldn't get line numbers. A syntax error in the config file would and still will report its line number. But an error like "unknown port" never...
ping @amotin do you have any more concerns, given that the error messages for unknown ports won't change?
ping @amotin is there anything else you'd like to see here?
We would use the metrics to see total zrepl throughput, and we would also use it to alert for hung jobs.
Here's an example a similar alert for a stalled transfer by a different application. It combines metrics from two exporters, raising an alert for any transfer that's been stalled for...
> That behavior sounds strange. At the moment, I have no idea about the cause, but I'll take some time to look into this issue either this weekend or the...
This example should work on OSX, but you'll have to use a patched version of Nix. ```toml [patch.crates-io] nix = { git = "https://github.com/asomers/nix.git", branch="apple-daemon"} ```