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: docs/framework-takipi_agent.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,13 @@ The credential payload can contain the following entries.
18
18
19
19
| Name | Description
20
20
| ---- | -----------
21
-
| `secret_key` | (Optional) The agent installation key
22
-
| `collector_host` | (Optional) The remote collector hostname or IP
23
-
| `collector_port` | (Optional) the remote collector port
21
+
| `collector_host` | The remote collector hostname or IP
22
+
| `collector_port` | the remote collector port (TCP)
23
+
| `secret_key` | (DEPRECATED) The agent installation key for running collector alongside agent
24
24
25
-
Setting `secret_key` will run a local collector alongside the agent. Setting `collector_host` will use a remote collector. More information can be found in [OverOps Remote Collector][]
25
+
Setting `collector_host` and `collector_port` will connect to a remote collector. More information can be found in [OverOps Remote Collector][]
26
+
27
+
(DEPRECATED)Setting `secret_key` will run a local collector alongside the agent.
26
28
27
29
## Configuration
28
30
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to [Configuration and Extension][].
@@ -32,7 +34,7 @@ The framework can be configured by modifying the [`config/takipi_agent.yml`][] f
32
34
| Name | Description
33
35
| ---- | -----------
34
36
| `node_name_prefix` | Node name prefix, will be concatenated with `-` and instance index
35
-
| `application_name` | Override the Cloudfoundry default application name
37
+
| `application_name` | Override the CloudFoundry default application name
36
38
37
39
## Logs
38
40
@@ -49,5 +51,5 @@ If your container is running out of memory and exited with status 137, then you
49
51
[Configuration and Extension]: ../README.md#configuration-and-extension
0 commit comments