Laurent Demailly
Laurent Demailly
I'm trying to plot histograms but I have variable bins sizes (semi log) so I'd really like the option to set a [start, end[ for each bar - and overlay...
if you want to see you can see fortio's line based implementation on https://istio.fortio.org/ source code: https://github.com/istio/fortio/blob/master/ui/static/js/fortio_chart.js
you can use http://httpbin.org/status/429 already no ?
(shamless plug) note you can do that with fortio :p ``` $ curl -v "localhost:8080/?status=429&header=Retry-After:60" * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 8080 (#0) >...
It'd be great to see this merged but in meantime, what do I put in my `_config.yml` to use this branch/fork?
We have services that are both used from inside a cluster and from outside and we do want to know during the canary if the internal traffic would have issues...
👍 any solution? (can the canary vs primary legs of the VS flagger creates be customized, something like a `service-primary:` and a `service-secondary:` section that can be customized in canary.yaml...
Thanks for this, I think it is nice to add! hope this gets merged! Note that fortio 1.18.0 can also take load generation request directly from main flagger when/if (already)...
Yes but it's also only a few megabytes binary and the image has a bunch of tools so why not this one? (for people who don't run fortio as a...
Thanks! That would explain not finding anything wrong in go.mod and seems like the right analysis indeed, thanks @nrfox