671cac2688
* Devenv: self instrumentation
19 lines
337 B
Markdown
19 lines
337 B
Markdown
# Self Instrumentation
|
|
|
|
To run this source, in the Grafana repo root:
|
|
|
|
```
|
|
make devenv sources=self-instrumentation
|
|
```
|
|
|
|
This will setup Prometheus, Loki and Tempo.
|
|
|
|
You then need to run Grafana with those added config:
|
|
|
|
```ini
|
|
[log.frontend]
|
|
enabled = true
|
|
|
|
[tracing.opentelemetry.jaeger]
|
|
address = http://localhost:14268/api/traces
|
|
``` |