ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
520 stars 97 forks source link

Review Makefile #15

Closed ribbybibby closed 4 years ago

ribbybibby commented 4 years ago

When I initially created this exporter I stuck pretty closely to the project structure and conventions of other, official exporters. This included the Makefile and Dockerfile that form part of the Prometheus build process.

Since then the Dockerfile in this project has diverged and I'm not sure it ever really made sense to follow the other exporters when this one isn't managed by the same processes.

I should review the Makefile and trim out all the bits I don't need and keep only what makes sense.