gotosocial/docs/advanced
Jochen Schalanda 56204cc2f4 [feature] add support for sending headers to tracing system
Add support for sending additional HTTP or gRPC headers which
can be used for authentication or other additional information
for the tracing system without having to set up a local instance
of the OpenTelemetry Collector to add these headers.

Example with Dash0:

```yaml
tracing-enabled: false
tracing-transport: "grpc"
tracing-endpoint: "ingress.eu-west-1.aws.dash0.com:4317"
tracing-headers:
  "Authorization": "Bearer DASH0_AUTH_TOKEN"
  "Dash0-Dataset": "gotosocial"
```

Example with Honeycomb:

```yaml
tracing-enabled: false
tracing-transport: "grpc"
tracing-endpoint: "api.honeycomb.io:443"
tracing-headers:
  "x-honeycomb-team": "YOUR_API_KEY"
  "x-honeycomb-dataset": "YOUR_DATASET"
```
2024-12-14 17:28:50 +01:00
..
builds [docs] Document experimental, unsupported nowasm tag (#3436) 2024-10-14 14:06:19 +02:00
caching [docs] Enable some new features (#2623) 2024-02-12 11:05:35 +00:00
security [chore] Update apparmor example file (#3368) 2024-09-28 16:58:39 +02:00
certificates.md [docs] Add certificates and firewalling to advanced (#1888) 2023-06-13 16:30:09 +02:00
healthchecks.md [feature] Add healthcheck endpoints /livez and /readyz (#2783) 2024-03-25 17:05:14 +00:00
host-account-domain.md [docs] fix: traefik redirect regex (#3032) 2024-06-24 10:53:38 +02:00
index.md [docs] Document experimental, unsupported nowasm tag (#3436) 2024-10-14 14:06:19 +02:00
metrics.md [docs] Explain how to secure metrics endpoints (#2382) 2023-11-26 15:53:53 +01:00
outgoing-proxy.md [docs] Made Advanced its own section (#1883) 2023-06-12 15:38:53 +02:00
replicating-sqlite.md [docs] Add optional instructions for replicating SQLite for disaster recovery (#2981) 2024-06-13 15:09:51 +02:00
sqlite-networked-storage.md [docs] Don't run SQLite on networked storage (#3369) 2024-09-28 22:45:43 +02:00
tracing.md [feature] add support for sending headers to tracing system 2024-12-14 17:28:50 +01:00