summaryrefslogtreecommitdiff
path: root/doc/source/user/collectors.rst
diff options
context:
space:
mode:
authorSahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>2023-03-14 12:22:47 +0100
committerSahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>2023-05-10 10:18:48 +0200
commit908e7402320eb067db45aa9700d54d31c259f3ca (patch)
tree75631a7f7c79d7f546ebf25b1e12fbf8c86e170d /doc/source/user/collectors.rst
parent4f3eaa411c6ad731e831bafcb664a4649a1a75a5 (diff)
downloadosprofiler-908e7402320eb067db45aa9700d54d31c259f3ca.tar.gz
add support of otlp exporterHEADmaster
Depends-On: Idcff5d79b4884dd1cc7ed1ab42c9e4ce89d4a6d2 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I74cdcb2aa99b0162ba1c14059111f09d0bb534e3
Diffstat (limited to 'doc/source/user/collectors.rst')
-rw-r--r--doc/source/user/collectors.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/user/collectors.rst b/doc/source/user/collectors.rst
index a2c11e3..dd26326 100644
--- a/doc/source/user/collectors.rst
+++ b/doc/source/user/collectors.rst
@@ -71,3 +71,25 @@ to create tables and select and insert rows.
- MySQL 5.7.8
.. _SQLAlchemy understands: https://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls
+
+
+OTLP
+----
+
+Use OTLP exporter. Can be used with any comptable backend that support
+OTLP.
+
+Usage
+=====
+To use the driver, the `connection_string` in the `[osprofiler]` config section
+needs to be set::
+
+ [osprofiler]
+ connection_string = otlp://192.168.192.81:4318
+
+Example: By default, jaeger is listening OTLP on 4318.
+
+.. note::
+
+ Curently the exporter is only supporting HTTP. In future some work
+ may happen to support gRPC.