Add Client Lib Guidelines and Exporter Guidelines

parent 0a8bb46d
This diff is collapsed.
......@@ -34,7 +34,7 @@ dependencies, you may also implement one of the supported [exposition
formats](/docs/instrumenting/exposition_formats/) yourself to expose metrics.
When implementing a new Prometheus client library, please follow the
[Prometheus Client Library Guidelines](https://docs.google.com/document/d/1zHwWVigeAITbaAp6BR4uCByRJH7rtTv4ve6SsoEXJ_Q/edit?usp=sharing).
[Prometheus Client Library Guidelines](/docs/instrumenting/clientlib_guidelines).
Note that this document is still a work in progress. 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 library as useful and
......
This diff is collapsed.
---
title: Exporters and third-party integrations
sort_rank: 3
sort_rank: 4
---
# Exporters and third-party integrations
......@@ -76,7 +76,7 @@ hosted outside of the Prometheus GitHub organization.
* [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter)
When implementing a new Prometheus exporter, please follow the
[Prometheus Exporter Guidelines](https://docs.google.com/document/d/1JapuiRbp-XoyECgl2lPdxITrhm5IyCUq9iA_h6jp3OY/edit).
[Prometheus Exporter Guidelines](/docs/instrumenting/exporter_guidelines)
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
......
---
title: Exposition formats
sort_rank: 4
sort_rank: 6
---
# Exposition formats
......
---
title: Pushing metrics
sort_rank: 2
sort_rank: 3
---
# Pushing metrics
......
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