canonical / prometheus-juju-exporter

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

Add ability to use only selected interfaces for machine type detection #37

Closed agileshaw closed 1 year ago

agileshaw commented 1 year ago

Allow user to define a whitelist of interfaces to be used by the detection algorithm. This approach supersedes the previous blacklist approach as this is more robust.

Fixes: https://github.com/canonical/prometheus-juju-exporter/issues/31