Igor Klemenski
Igor Klemenski
A scalable backend using latest Windows API: https://docs.microsoft.com/en-us/windows/win32/winsock/winsock-socket-state-notifications aimed at replacing wepoll's unofficial use of *IOCTL_AFD_POLL*; it also supports edge-triggered notifications. Fixes https://github.com/libevent/libevent/issues/1216
https://github.com/facebook/react-native/commit/1d924549cad75912191005c8f68dd73e15b07183 Adds 2 new events to `` - `onPressin/onPressOut`. We could add them too.
draft pr for ease of code access. contains working flow for the demo. do not merge, do not formally review.
Some countries use multiple calendar types, eg. Japan (standard/imperial) or Israel. Add support for the CalendarIdentifier property exposed by the underlying Xaml control on Windows. Implementation will follow the same...
Add this context to metrics
Add new plugin or enhance existing one to say whether HTTP or HTTPS is being used.
## CI failure - PR https://github.com/cilium/cilium/pull/34325 Introduces a Hubble metrics test and does some gentle refactoring of the metrics server startup logic, without changing its substance - CI failure seems...
`kretprobe/tcp_v4_connect` doesn't populate any of the packet structure fields before passing it to `update_metrics_map` It also doesn't have a corresponding `kprobe` that would save relevant info in the map for...
`kretprobe/inet_csk_accept` (reason `TCP_ACCEPT_BASIC`) has two issues: 1. it misses some drops (it does a single rather than double pointer dereference of the value retrieved from `accept_pids` map; the rerieved pointer...
Following the example of the Hubble Dynamic Exporter, this PR implements the CFP to allow Hubble metrics to be configured with a ConfigMap, in order to control cardinality and set...