Skip to content

Commit ad36eb0

Browse files
committed
Proofread
1 parent 6e8f1f5 commit ad36eb0

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ To make use of New Relic, you need a New Relic API key. To find an existing key
3939
To send your runtime information to New Relic, you must provide the New Relic API key to your environment.
4040

4141
1. From [Apps](https://sprintr.home.mendix.com), go to the **Environments** page of your app.
42-
1. Click **Details** on the environment you wish to monitor with New Relic.
42+
1. Click **Details** on the environment you wish to monitor with New Relic.
4343
1. Switch to the **Runtime** tab.
4444
1. Add the following **Custom Environment Variables**:
4545

46-
| Variable | Description |
47-
| --- | --- |
48-
| `NEW_RELIC_LICENSE_KEY` | License key or API key from New Relic. Obtained in the [New Relic API Key](#newrelic-api-key) section.
49-
| `NEW_RELIC_LOGS_URI` | URI for the New Relic's Logs API. For more information, consult [New Relic Regions](#uri-regions). Example: `https://log-api.eu.newrelic.com/log/v1`. |
50-
| `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`. |
51-
| `NEW_RELIC_APP_NAME` (optional) | Mendix Application name shown on New Relic's APM & Services. Default: Domain host name. |
52-
| `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` |
46+
| Variable | Description | Default |
47+
| --- | --- | --- |
48+
| `NEW_RELIC_LICENSE_KEY` | License key or API key from New Relic. Obtained in the [New Relic API Key](#newrelic-api-key) section. | |
49+
| `NEW_RELIC_LOGS_URI` | URI for the New Relic's Logs API. For more information, consult [New Relic Regions](#uri-regions). Example: `https://log-api.eu.newrelic.com/log/v1`. | |
50+
| `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`. | |
51+
| `NEW_RELIC_APP_NAME` (optional) | Mendix Application name shown on New Relic's APM & Services. Default: Domain host name. | |
52+
| `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 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 are processed or flushed to storage/output. Limits memory which can be consumed by the Fluentbit agent | `50MB` |
5555

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

5858
{{% alert color="warning" %}}To start sending data to New Relic, you must redeploy your app and then restart it. Just restarting the app is not sufficient because additional dependencies need to be included.{{% /alert %}}
59-
59+
6060
## Tagging Metrics for New Relic
6161

6262
To help you with analyzing your app metrics as described in the [App Metrics](/developerportal/operate/monitoring-with-apm/#app-metrics) section of *Monitoring Your Mendix Apps with an APM Tool*, Mendix adds tags to metrics from microflows and activities when using New Relic.
@@ -86,7 +86,7 @@ Mendix recommends using the following tags:
8686
To set these tags, do the following:
8787

8888
1. From [Apps](https://sprintr.home.mendix.com), go to the **Environments** page of your app.
89-
1. Click **Details** on an environment you are monitoring with New Relic.
89+
1. Click **Details** on an environment you are monitoring with New Relic.
9090
1. On the **Tags** tab, add a tag. This is the string that is sent to New Relic as a tag.
9191
1. Restart the app.
9292

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use the Splunk Cloud Platform and send data to Splunk Cloud Platform from you
3232
To send your runtime information to Splunk Cloud Platform, you need to set it up using environment variables in the Mendix Portal.
3333

3434
1. From [Apps](https://sprintr.home.mendix.com), go to the **Environments** page of your app.
35-
1. Click **Details** on the environment you wish to monitor with Splunk Cloud Platform.
35+
1. Click **Details** on the environment you wish to monitor with Splunk Cloud Platform.
3636
1. Switch to the [**Runtime** tab](/developerportal/deploy/environments-details/#runtime-tab).
3737
1. Add the following **Custom Environment Variables**.
3838

@@ -42,8 +42,9 @@ To send your runtime information to Splunk Cloud Platform, you need to set it up
4242
| `SPLUNK_PORT` | The HTTP (or HTTPS) port of the Splunk Cloud Platform Controller. | `8088` |
4343
| `SPLUNK_TOKEN` | An access token to the Splunk Cloud Platform. To create a new token on the Splunk Cloud dashboard, open the Splunk Cloud dashboard in a browser, go to **Settings** > **Data Input** > **HTTP Event Collector**, and click **New Token** (on the upper-right corner of the page). | |
4444
| `LOGS_REDACTION` | Email addresses are automatically redacted before log entries are sent to Splunk Cloud Platform. To disable this redaction, set `LOGS_REDACTION` to `false`. The environment variable `SPLUNK_LOGS_REDACTION` is still supported, but it is now deprecated and will be removed in a later version. Its use is not recommended. | `true` |
45-
| `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` |
46-
| `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` |
45+
| `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 this value can help to get rid of data flow delay, and errors related to queue buffer overflow. | `128` |
46+
| `FLUENTBIT_LOGS_MEM_BUF_LIMIT` | Defines the maximum total memory an input plugin can use for buffering log records before they are processed or flushed to storage/output. Limits memory which can be consumed by the Fluentbit agent | `50MB` |
47+
4748
1. Return to the **Environments** page for your app and **Deploy** or **Transport** your app into the selected environment.
4849

4950
{{% alert color="warning" %}}The first time you set up the Splunk Cloud Platform integration, you must redeploy your app and then restart it. Just restarting the app is not sufficient because additional dependencies need to be included.{{% /alert %}}
@@ -71,7 +72,7 @@ You can also set up custom tags in the format `key:value`. Mendix recommends add
7172
To set these tags, do the following:
7273

7374
1. From [Apps](https://sprintr.home.mendix.com), go to the **Environments** page of your app.
74-
1. Click **Details** on an environment you are monitoring with Splunk.
75+
1. Click **Details** on an environment you are monitoring with Splunk.
7576
1. Switch to the **Tags** tab.
7677
1. Click **Add** and type in the string to be sent to Splunk as a tag.
7778
1. Restart the app.

0 commit comments

Comments
 (0)