canonical / prometheus-juju-exporter

GNU General Public License v3.0
2 stars 8 forks source link

Add feature to skip certain interfaces when detecting HW type #35

Closed mkalcok closed 1 year ago

mkalcok commented 1 year ago

Adds ability to specify to specify list of regular expressions. Interfaces whose names match any regexp in this list will not be considered when determining hardware type of the machine.

Closes #31