Pranav

Results 4 issues of Pranav

# Allows using env vars to set runtime config Fixes #1044 Instead of specifying flag values every time, users can set env vars and viper would bind these vars to...

## Avoid repeated code on inspektor-gadget and kubectl-gadget integration tests Fixes #1271 Removed code redundancy from common tests of `ig/k8s`, `ig/non-k8s` and `kubectl-gadget` (integration/inspektor-gadget). ## Testing done Integration tests were...

The `--enable-feature=remote-write-receiver` flag is deprecated and is going to be removed from Prometheus 3.0 and instead users should use `--web.enable-remote-write-receiver`. Refs - https://github.com/prometheus/prometheus/issues/13206 https://github.com/prometheus/prometheus/pull/13435