summaryrefslogtreecommitdiff
path: root/OpenTelemetry.md
blob: 951ea995b64b9d3e4aea158edcc4e5fc2174310e (plain)
1
2
3
4
5
6
Request tracing may be enabled using OTLP-over-HTTP(S) protocol to a compatible collector, using environment variables:

```
TTRSS_OPENTELEMETRY_ENDPOINT=http://otlp-collector:4318
TTRSS_OPENTELEMETRY_SERVICE=tt-rss
```