HewlettPackard / lustre_exporter

Prometheus exporter for use with the Lustre parallel filesystem
Apache License 2.0
34 stars 51 forks source link

Make stats and job_stats patterns the same #88

Closed joehandzik closed 7 years ago

joehandzik commented 7 years ago

Right now, the stats methods add a wildcard at creation time, while the job_stats methods add it after the fact. We should pick one or the other and stick with it for consistency.

joehandzik commented 7 years ago

This will be fixed in PR #87, if anyone is following. Just made sense to take care of it inline with that work.