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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ Find below a full list of the environment variables used by the FireTail Lambda
142
142
|`AWS_LAMBDA_EXEC_WRAPPER`| None | Must be set to `/opt/firetail-wrapper.sh`. |
143
143
|`FIRETAIL_API_TOKEN`| None | Your API token for the FireTail Logging API. If left unset, no logs will be sent to the FireTail Logging API |
144
144
|`FIRETAIL_API_URL`|`https://api.logging.eu-west-1.prod.firetail.app/logs/bulk`| The URL of the FireTail Logging API |
145
+
|`FIRETAIL_API_URL_HEALTH`|`https://api.logging.eu-west-1.prod.firetail.app/health`| The URL of a health endpoint to send a request to during startup to aid debugging |
145
146
|`FIRETAIL_EXTENSION_DEBUG`|`false`| Enables debug logging from the extension if set to a value parsed as `true` by [strconv.ParseBool](https://pkg.go.dev/strconv#ParseBool)|
146
147
|`FIRETAIL_LOG_BUFFER_SIZE`|`1000`| The maximum amount of logs the extension will hold in its buffer from which logs are batched and sent to FireTail |
147
148
|`FIRETAIL_MAX_BATCH_SIZE`|`100`| The maximum size of a batch of logs to be sent to the FireTail logging API in one request |
0 commit comments