gotosocial/docs/locales/zh
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
..
admin [docs] add zh docs (#3507) 2024-11-05 14:36:43 +01:00
advanced [feature] add support for sending headers to tracing system 2024-12-14 17:28:50 +01:00
api [docs/zh] Update zh docs: synced to da4db81bcf (#3589) 2024-12-02 10:48:53 +01:00
configuration [feature] add support for sending headers to tracing system 2024-12-14 17:28:50 +01:00
federation [docs] add zh docs (#3507) 2024-11-05 14:36:43 +01:00
getting_started [chore] Replace Semaphore recommendation with Pinafore. (#3586) 2024-12-02 10:47:05 +01:00
repo [chore] Replace Semaphore recommendation with Pinafore. (#3586) 2024-12-02 10:47:05 +01:00
user_guide [docs/zh] Update zh docs: synced to da4db81bcf (#3589) 2024-12-02 10:48:53 +01:00
.readthedocs.yaml [docs] add zh docs (#3507) 2024-11-05 14:36:43 +01:00
faq.md [chore] Replace Semaphore recommendation with Pinafore. (#3586) 2024-12-02 10:47:05 +01:00
index.md [docs] add zh docs (#3507) 2024-11-05 14:36:43 +01:00
mkdocs.yml [docs] add zh docs (#3507) 2024-11-05 14:36:43 +01:00