Add two options, '-i' and '-I', that each accept a regular expression as
an argument. The provided regular expression is used to filter output
when printing prometheus metrics.
The '-i' option will print metrics that match the regular expression.
The '-I' option will not print metrics that match the regular expression.
Note, all metrics printed by prometheus_sysctl_exporter(8) are preceded
with 'sysctl_', so that's one thing to keep in mind when writing a regex
to filter the output. The regular expression will try matching on the
final form of the metric name as one would see when using
prometheus_sysctl_exporter on the command-line.