Skip to content

Commit 6e8f1f5

Browse files
Update newrelic-metrics.md
New environment variables added.
1 parent d996a3d commit 6e8f1f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/monitoring-with-apm/newrelic-metrics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ To send your runtime information to New Relic, you must provide the New Relic AP
5050
| `NEW_RELIC_METRICS_URI` | URI for the New Relic's Metrics API. For more information, consult [New Relic Regions](#uri-regions). Example: `https://metric-api.eu.newrelic.com/metric/v1`. |
5151
| `NEW_RELIC_APP_NAME` (optional) | Mendix Application name shown on New Relic's APM & Services. Default: Domain host name. |
5252
| `LOGS_REDACTION` (optional) | Email addresses are automatically redacted before log entries are sent to New Relic. To disable this redaction, set `LOGS_REDACTION` to `false`. Default: `true`. |
53+
| `FLUENTBIT_LOGS_BUFFER_SIZE` | Sets the maximum amount of data (in KB) that the TCP input plugin reads from the socket per read operation. Increasing of this value can help to get rid of data flow delay, and errors related to queue buffer overflow. | `128` |
54+
| `FLUENTBIT_LOGS_MEM_BUF_LIMIT` | Defines the maximum total memory an input plugin can use for buffering log records before they're processed or flushed to storage/output. Limits memory which can be consumed by Fluentbit agent | `50MB` |
5355

5456
1. Return to the **Environments** page for your app and **Deploy** or **Transport** your app into the selected environment.
5557

0 commit comments

Comments
 (0)