Commit 338984ec authored by Fabian Reinartz's avatar Fabian Reinartz

Merge pull request #410 from prometheus/rename-guidelines

Rename "X guidelines" docs to "Writing X"
parents 700cac86 0a711488
...@@ -35,7 +35,7 @@ dependencies, you may also implement one of the supported [exposition ...@@ -35,7 +35,7 @@ dependencies, you may also implement one of the supported [exposition
formats](/docs/instrumenting/exposition_formats/) yourself to expose metrics. formats](/docs/instrumenting/exposition_formats/) yourself to expose metrics.
When implementing a new Prometheus client library, please follow the When implementing a new Prometheus client library, please follow the
[Prometheus Client Library Guidelines](/docs/instrumenting/clientlib_guidelines). [guidelines on writing client libraries](/docs/instrumenting/writing_clientlibs).
Note that this document is still a work in progress. Please also consider 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). 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 We are happy to give advice on how to make your library as useful and
......
...@@ -76,7 +76,7 @@ hosted outside of the Prometheus GitHub organization. ...@@ -76,7 +76,7 @@ hosted outside of the Prometheus GitHub organization.
* [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter) * [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter)
When implementing a new Prometheus exporter, please follow the When implementing a new Prometheus exporter, please follow the
[Prometheus Exporter Guidelines](/docs/instrumenting/exporter_guidelines) [guidelines on writing exporters](/docs/instrumenting/writing_exporters)
Please also consider consulting the [development mailing Please also consider consulting the [development mailing
list](https://groups.google.com/forum/#!forum/prometheus-developers). We are 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 happy to give advice on how to make your exporter as useful and consistent as
......
--- ---
title: Client library guidelines title: Writing client libraries
sort_rank: 2 sort_rank: 2
--- ---
# Client library guidelines # Writing client libraries
This document covers what functionality and API Prometheus client libraries This document covers what functionality and API Prometheus client libraries
should offer, with the aim of consistency across libraries, making the easy use should offer, with the aim of consistency across libraries, making the easy use
......
--- ---
title: Exporter guidelines title: Writing exporters
sort_rank: 5 sort_rank: 5
--- ---
# Exporter guidelines # Writing exporters
When directly instrumenting your own code, the general rules of how to When directly instrumenting your own code, the general rules of how to
instrument code with a Prometheus client library can be followed quite instrument code with a Prometheus client library can be followed quite
......
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