Brett C.
Brett C.
@stek29 Thanks for sharing your hack. I have a similar need using podman and generated CNI rules. I managed to avoid having to edit this module by using [ignore](https://forge.puppet.com/modules/puppetlabs/firewall/reference#ignore) and...
Cool, happy to look at it when the bar is set.
> Nowadays you can add the instance from the endpoint with a single edit in the same form. This sounds good, I'll have to make sure I'm properly updated! For...
Hi, yes sorry, typo.
Try this in your `metric_relabel_configs`: ```yaml - source_labels: [device] regex: '/dev/loop[0-9]+' action: drop ``` It will still scrape but will be dropped before it hits the db. This config will...
If this is the desired approach, I'm wondering if `device-exclude` might be better as a completely generic option?