gotosocial/docs/configuration
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
..
accounts.md [chore] Turn accounts-registration-open false by default (#2839) 2024-04-15 14:41:15 +02:00
advanced.md [feature] Add HTTP header permission section to frontend (#2893) 2024-05-05 11:47:22 +00:00
database.md [feature] Add db-postgres-connection-string option (#3178) 2024-08-08 14:00:19 +02:00
general.md [docs] Make protocol config option really explicit (#3391) 2024-10-05 12:09:58 +02:00
httpclient.md [feature] Allow users to skip http client tls verification for testing purposes (with appropriately loud warnings) (#2052) 2023-08-01 18:50:17 +01:00
index.md [chore/docs] Add /gotosocial/.cache to Docker container, document GTS_WAZERO_COMPILATION_CACHE (#3425) 2024-10-13 19:51:31 +00:00
instance.md [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
media.md [feature] add support for hinting via api/v_/instance preferred image / video max sizes (#3505) 2024-11-04 15:00:10 +01:00
observability.md [feature] add support for sending headers to tracing system 2024-12-14 17:28:50 +01:00
oidc.md [feature/oidc] Add support for very basic RBAC (#2642) 2024-02-27 16:07:29 +01:00
smtp.md [docs] Update smtp docs to mention starttls + port 587 (#3378) 2024-10-02 10:59:29 +00:00
statuses.md [chore] Increase default max image description to 1500 chars, collapse cw char count into status (#2682) 2024-02-23 18:28:09 +00:00
storage.md docs: Clarify object store configuration (#3527) 2024-11-11 15:54:42 +00:00
syslog.md [bugfix] Align default values in the configuration file with the code (#1971) 2023-07-12 10:28:41 +02:00
tls.md [bugfix] Align default values in the configuration file with the code (#1971) 2023-07-12 10:28:41 +02:00
web.md Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00