gotosocial/docs
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
..
.cache/plugin/social [chore] Vendor mkdocs fonts; update docs dependencies (#2789) 2024-03-29 10:52:46 +01:00
admin [docs] Add missing --config-path arg in backup documentation (#3607) 2024-12-09 11:40:33 +01:00
advanced [feature] add support for sending headers to tracing system 2024-12-14 17:28:50 +01:00
api [chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598) 2024-12-08 13:47:07 +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
locales/zh [feature] add support for sending headers to tracing system 2024-12-14 17:28:50 +01:00
overrides/public [feature] Add global instance CSS customization setting (#3352) 2024-12-02 12:24:48 +01:00
user_guide [feature] Allow partial-word hashtags using non-breaking spaces (#3606) 2024-12-08 16:03:00 +01:00
environment.yml [docs] Rework README a bit, import into docs (#3006) 2024-06-13 23:21:41 +02:00
faq.md [chore] Replace Semaphore recommendation with Pinafore. (#3586) 2024-12-02 10:47:05 +01:00
index.md [docs] Rework README a bit, import into docs (#3006) 2024-06-13 23:21:41 +02:00
swagger.go [feature] Filters v1 (#2594) 2024-03-06 11:15:58 +01:00