Skip to content

Commit 60a6110

Browse files
authored
docs: config generate (#509)
1 parent 146bcc8 commit 60a6110

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/pages/references/configuration.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Global configurations are provided through env variables or a YAML file. ConfigM
4444
| `DELIVERY_MAX_CONCURRENCY` | Maximum number of delivery attempts to process concurrently. | `1` | No |
4545
| `DELIVERY_TIMEOUT_SECONDS` | Timeout in seconds for HTTP requests made during event delivery to webhook destinations. | `5` | No |
4646
| `DESTINATIONS_AWS_KINESIS_METADATA_IN_PAYLOAD` | If true, includes Outpost metadata (event ID, topic, etc.) within the Kinesis record payload. | `true` | No |
47+
| `DESTINATIONS_INCLUDE_MILLISECOND_TIMESTAMP` | If true, includes a 'timestamp-ms' field with millisecond precision in destination metadata. Useful for load testing and debugging. | `false` | No |
4748
| `DESTINATIONS_METADATA_PATH` | Path to the directory containing custom destination type definitions. This can be overridden by the root-level 'destination_metadata_path' if also set. | `config/outpost/destinations` | No |
4849
| `DESTINATIONS_WEBHOOK_DISABLE_DEFAULT_EVENT_ID_HEADER` | If true, disables adding the default 'X-Outpost-Event-Id' header to webhook requests. | `false` | No |
4950
| `DESTINATIONS_WEBHOOK_DISABLE_DEFAULT_SIGNATURE_HEADER` | If true, disables adding the default 'X-Outpost-Signature' header to webhook requests. | `false` | No |
@@ -172,6 +173,9 @@ destinations:
172173
metadata_in_payload: true
173174

174175

176+
# If true, includes a 'timestamp-ms' field with millisecond precision in destination metadata. Useful for load testing and debugging.
177+
include_millisecond_timestamp: false
178+
175179
# Path to the directory containing custom destination type definitions. This can be overridden by the root-level 'destination_metadata_path' if also set.
176180
metadata_path: "config/outpost/destinations"
177181

0 commit comments

Comments
 (0)