You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en-US/Migration-Guide.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,6 +370,16 @@ docker run -d \
370
370
- Health check endpoint
371
371
- System metrics
372
372
373
+
### Observability and Compliance
374
+
375
+
This fork also supports:
376
+
377
+
-**Distributed tracing (OpenTelemetry/OTLP):** Export traces to any OTLP-compatible backend. Use `-tracing-enabled`, `-otlp-endpoint`, and `-tracing-service-name`.
378
+
-**Audit logging:** Record hook executions and requests to file, Redis, or database. Use `-audit-enabled`, `-audit-storage-type`, `-audit-file-path`, and related options.
379
+
-**Redis-based distributed rate limiting:** Share rate-limit state across multiple webhook instances. Use `-redis-enabled`, `-redis-addr`, `-rate-limit-window`, and related options.
380
+
381
+
For full parameter lists and environment variables, see [Webhook Parameters](Webhook-Parameters.md).
Copy file name to clipboardExpand all lines: docs/en-US/Webhook-Parameters.md
+64-1Lines changed: 64 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ This document describes all available command-line parameters and environment va
40
40
|`-x-request-id`| Use X-Request-Id header, if present, as request ID |`false`|
41
41
|`-x-request-id-limit int`| Truncate X-Request-Id header to limit |`0` (no limit) |
42
42
43
+
*Note:* The length limit is configurable only via the `-x-request-id-limit` flag; no separate environment variable is defined in the current implementation.
44
+
43
45
### Response Headers
44
46
45
47
| Flag | Description | Default |
@@ -78,6 +80,17 @@ This document describes all available command-line parameters and environment va
78
80
|`-rate-limit-rps int`| Rate limit requests per second |`100`|
0 commit comments