Commit ed210445 authored by Brian Brazil's avatar Brian Brazil

Merge pull request #293 from brian-brazil/guidelines

Add pointer to exporter guidelines
parents e7e43b96 4422f8c7
...@@ -65,6 +65,13 @@ hosted outside of the Prometheus GitHub organization. ...@@ -65,6 +65,13 @@ hosted outside of the Prometheus GitHub organization.
* [SMTP/Maildir MDA blackbox prober](https://github.com/cherti/mailexporter) * [SMTP/Maildir MDA blackbox prober](https://github.com/cherti/mailexporter)
* [SQL query result set metrics exporter](https://github.com/chop-dbhi/prometheus-sql) * [SQL query result set metrics exporter](https://github.com/chop-dbhi/prometheus-sql)
When implementing a new Prometheus exporter, please follow the
[Prometheus Exporter Guidelines](https://docs.google.com/document/d/1JapuiRbp-XoyECgl2lPdxITrhm5IyCUq9iA_h6jp3OY/edit).
Please also consider consulting the [development mailing
list](https://groups.google.com/forum/#!forum/prometheus-developers). We are
happy to give advice on how to make your exporter as useful and consistent as
possible.
## Directly instrumentated software ## Directly instrumentated software
Some third-party software already exposes Prometheus metrics natively, so no Some third-party software already exposes Prometheus metrics natively, so no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment