Commit 6c1438ec authored by Julius Volz's avatar Julius Volz

Update FAQ about client libraries.

parent 19ded564
...@@ -117,11 +117,15 @@ for the current state of this effort. ...@@ -117,11 +117,15 @@ for the current state of this effort.
### Which languages have instrumentation libraries? ### Which languages have instrumentation libraries?
Currently, there are client libraries for: Currently, there are official client libraries for:
* [Go](https://github.com/prometheus/client_golang) * [Go](https://github.com/prometheus/client_golang)
* [Java or Scala](https://github.com/prometheus/client_java) * [Java (JVM)](https://github.com/prometheus/client_java)
* [Ruby](https://github.com/prometheus/client_ruby) * [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.
If you are interested in contributing a client library for a new language, see If you are interested in contributing a client library for a new language, see
the [exposition formats](/docs/instrumenting/exposition_formats/). 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