Commit aa7c9218 authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #132 from prometheus/cl-faq

Remove explicit list of client libraries from FAQ.
parents a03900ed d10659a2
......@@ -117,15 +117,9 @@ for the current state of this effort.
### Which languages have instrumentation libraries?
Currently, there are official client libraries for:
* [Go](https://github.com/prometheus/client_golang)
* [Java (JVM)](https://github.com/prometheus/client_java)
* [Ruby](https://github.com/prometheus/client_ruby)
* [Python](https://github.com/prometheus/client_python)
There are also a number of independently maintained client libraries. See the
[client libraries](/docs/instrumenting/clientlibs/) documentation.
There are a number of client libraries for instrumenting your services with
Prometheus metrics. See the [client libraries](/docs/instrumenting/clientlibs/)
documentation for details.
If you are interested in contributing a client library for a new language, see
the [exposition formats](/docs/instrumenting/exposition_formats/).
......
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