Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/en/integrations/vmware_tanzu_application_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ cf set-env app01 LOGS_CONFIG '[{"type":"tcp","port":"10514","source":"java","ser

##### Notification in case of misconfigured proxy

For Agent version 6.12 or greater, when using a [proxy configuration][8] with the buildpack, a verification is made to check if the connection can be established. Log collection is started depending on the result of this test.
For Agent version 6.12 or greater, when using a [proxy configuration][101] with the buildpack, a verification is made to check if the connection can be established. Log collection is started depending on the result of this test.

If the connection fails to establish and log collection does not start, an event like this appears in the [Events Explorer][9]. Set up a monitor to track these events and be notified when a misconfigured Buildpack is deployed:
If the connection fails to establish and log collection does not start, an event like this appears in the [Events Explorer][102]. Set up a monitor to track these events and be notified when a misconfigured Buildpack is deployed:

{{< img src="integrations/cloud_foundry/logs_misconfigured_proxy.png" alt="An event in Datadog with the title Log endpoint cannot be reached - Log collection not started and a message stating that a TCP connection could not be established" >}}

Expand All @@ -128,6 +128,9 @@ cf set-env <YOUR_APP> DD_TAGS key1=value1,key2=value2
cf restage <YOUR_APP>
```

[101]: /agent/logs/proxy/
[102]: /events/explorer/

{{% /site-region %}}

### DogStatsD
Expand Down