aboutsummaryrefslogtreecommitdiff
path: root/script/telemetry/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-04-06 14:10:18 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-04-07 16:12:35 +0200
commit62f0715abe995e7ce8de1adbd62b67f7159a9945 (patch)
tree51d3e7d9adbb1adda100dcab34d451d0696b25ff /script/telemetry/README.md
parent7e1ac51b580afa8e900206e7cc49791ed0a00d94 (diff)
downloadgarage-62f0715abe995e7ce8de1adbd62b67f7159a9945.tar.gz
garage-62f0715abe995e7ce8de1adbd62b67f7159a9945.zip
Add/Fix OpenTelemetrydoc/k8s
Diffstat (limited to 'script/telemetry/README.md')
-rw-r--r--script/telemetry/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/script/telemetry/README.md b/script/telemetry/README.md
new file mode 100644
index 00000000..3b403454
--- /dev/null
+++ b/script/telemetry/README.md
@@ -0,0 +1,21 @@
+Configure your `[admin-api]` endpoint:
+
+```
+[admin]
+api_bind_addr = "0.0.0.0:3903"
+trace_sink = "http://localhost:4317"
+```
+
+Start the test stack:
+
+```
+cd telemetry
+docker-compose up
+```
+
+Access the web interfaces:
+ - [Kibana](http://localhost:5601) - Click on the hamburger menu, in the Observability section, click APM
+ - [Grafana](http://localhost:3000) - Set a password, then on the left menu, click Dashboard -> Browse. On the new page click Import -> Choose the test dashboard we ship `grafana-garage-dashboard-elasticsearch.json`
+
+
+