Skip to content

Commit 2cebade

Browse files
authored
Add SERVER_OTEL_COLLECTOR_AUTH to selfhosting docs (#2497)
1 parent 261ec89 commit 2cebade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/docs/pages/self-hosting/configuration-options.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Hatchet server and engine can be configured via environment variables using
66

77
Hatchet uses the following environment variable prefixes:
88

9-
- **`SERVER_`** (172 variables) - Main server configuration including runtime, authentication, encryption, monitoring, and integrations
9+
- **`SERVER_`** (173 variables) - Main server configuration including runtime, authentication, encryption, monitoring, and integrations
1010
- **`DATABASE_`** (13 variables) - PostgreSQL database connection and configuration
1111
- **`READ_REPLICA_`** (4 variables) - Read replica database configuration
1212
- **`ADMIN_`** (3 variables) - Administrator user setup for initial seeding
@@ -306,6 +306,7 @@ Variables marked with ⚠️ are conditionally required when specific features a
306306
| `SERVER_OTEL_COLLECTOR_URL` | Collector URL for OpenTelemetry | |
307307
| `SERVER_OTEL_INSECURE` | Whether to use an insecure connection to the collector URL | |
308308
| `SERVER_OTEL_TRACE_ID_RATIO` | OpenTelemetry trace ID ratio | |
309+
| `SERVER_OTEL_COLLECTOR_AUTH` | OpenTelemetry Collector Authorization header value | |
309310
| `SERVER_PROMETHEUS_ENABLED` | Enable Prometheus | `false` |
310311
| `SERVER_PROMETHEUS_ADDRESS` | Prometheus address | `:9090` |
311312
| `SERVER_PROMETHEUS_PATH` | Prometheus metrics path | `/metrics` |

0 commit comments

Comments
 (0)