Mark Zealey
Mark Zealey
It would be nice to have an option to allow passing through the remote IP address as an EDNS subnet option (/32). There should be an additional config parameter to...
https://github.com/grafana-wizzy/wizzy/blob/0a219fb59d159bc6c814473fafd8c582b46b059b/Dockerfile#L7 This should probably be ``` ENTRYPOINT ["/usr/local/bin/wizzy"] ``` then you can run ``` docker run --rm -it wizzy version ```
**Description** Create q35 machine on kvm. Try to hotplug a NIC and it returns `internal error: No more available PCI slots` error **Expected behavior** Should hotplug the nic **Details** -...
**Description** We are migrating a large cluster of servers over many different networks/vlans to ONE. We don't want sysadmins to accidentally create a new server on ONE with an IP...
In RFC9000 it says the initial DCID must be at least 8 bytes, but I believe after this it can be reduced even to 0. Is it possible to add...
This query works fine in graphite-web with go-carbon backend but not in carbonapi (0.13 from rpm): ``` asPercent(a.b.*.apache.main.apache_scoreboard.waiting, groupByNodes(a.b.*.apache.main.apache_scoreboard.*, "sum", 2)) ``` It's producing many values > 100 even though...
Like graphite-web's `DEFAULT_CACHE_POLICY`. This would seem to be a really useful thing for grafana integration but it's probably possible to do it better than theirs. My idea would be to...
I have a number of places where I want to strip out series that just have 0's in them and use `| aboveAverage(0)` which should be a `> 0` filter....
# Bug Report ## Problem I have a `window.onerror` err capture. In both cordova-ios 4.5.5 and 5.0.0 I get the following errors reported sometimes on load. I've been unable to...
It would be nice (perhaps when running `-v run`) to include details about how many bytes were sent which is presumably roughly equivalent of how much space the snapshot will...