Omer Levi Hevroni

Results 90 issues of Omer Levi Hevroni

**What is the problem you're trying to solve?.** [Testcontainers](https://testcontainers.com/) is a pretty common testing framework for many languages allowing to easily using containers inside tests. **Describe the feature you'd like**...

nerdctl
finch

Grafana using log15 levels - you can see them defined [here](https://github.com/inconshreveable/log15/blob/67afb5ed74ec82fd7ac8f49d27c509ac6f991970/logger.go#L28). Added support for those levels.

After reading a bit about [error budget](https://landing.google.com/sre/sre-book/chapters/embracing-risk/), I think I better understand how to calculate it. I would like to have a panel showing our error budget, and I was...

`selectorsToLabels` was handling only `=`, but not taking into account other separators like `!`, `!~`. `=~`. I fixed this bug.

The missing `std.join` created an array in the recording rule which is invalid. I added the same fix as in `errors.libsonnet`.

Following the discussion on kubernetes-monitoring/kubernetes-mixin#326, I think it will be good to create reusable components that can be used on other dashboards - e.g. panels. I was thinking about the...

I wrote a small [script](https://gist.github.com/omerlh/4186ce201eea01f5949e4b1643873021) that can be used to generate `secrets.yaml` file from the `azuredeploy.parameters.json` file, and base64 encode correctly all the values. If you think it is useful,...

Notice this exception: ``` 2017-12-21 14:56:13,213 - autoscaler.engine_scaler - INFO - Deleting OS disk for Exception in thread Thread-2: Traceback (most recent call last): File "/app/autoscaler/engine_scaler.py", line 127, in delete_resources_for_node...

See Snyk report [here](https://snyk.io/test/github/keithws/node-ssllabs) Need to upgrade proxy-agent to 5.0.0 to fix both...