You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All observability backends use the standard OTLP (OpenTelemetry Protocol) for data export. You can choose from the following options:
257
+
258
+
#### 1: dockotlp (Self-Hosted Grafana Stack)
259
+
260
+
[dockotlp](https://github.com/iamnivekx/dockotlp) provides a complete self-hosted observability stack with Grafana, Prometheus, Loki, Tempo, OpenTelemetry Collector, and more.
261
+
262
+
Perfect for self-hosted deployments where you want full control over your observability infrastructure.
263
+
264
+
**Quick Start:**
265
+
266
+
Follow the [dockotlp Quick Start guide](https://github.com/iamnivekx/dockotlp?tab=readme-ov-file#quick-start) to set up the stack.
**Note:** Replace `<your-base64-credentials>` with your actual Base64-encoded credentials from Grafana Cloud. The format is `Base64(instanceId:apiToken)`.
309
+
310
+
#### Option 3: Jaeger
311
+
312
+
[Jaeger](https://www.jaegertracing.io/) is a popular open-source distributed tracing system, originally developed by Uber. It provides:
0 commit comments