Skip to content

Commit 774ee92

Browse files
committed
Merge branch '775-introscope-documentation'
Signed-off-by: Ben Hale <[email protected]>
2 parents ff8f0ea + 320cd0d commit 774ee92

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/framework-introscope_agent.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,31 @@ The framework can be configured by modifying the [`config/introscope_agent.yml`]
4646
| `version` | The version of Introscope Agent to use.
4747

4848
### Additional Resources
49-
The framework can also be configured by overlaying a set of resources on the default distribution. To do this, add files to the `resources/ca_wily_agent` directory in the buildpack fork. For example, to override the default profile add your custom profile to `resources/introscope_agent/`.
49+
The framework can also be configured by overlaying a set of resources on the default distribution. To do this, add files to the `resources/introscope_agent` directory in the buildpack fork.
50+
51+
##### Example for 10.x
52+
```
53+
resources/
54+
|-introscope_agent/
55+
|-core/
56+
|-config/
57+
|-IntroscopeAgent.profile # place custom Introscope Profile under the config folder
58+
|-hotdeploy/ # place custom pbd files under the hotdeploy folder
59+
|-example.pbd
60+
```
61+
62+
##### Example for 11.1.x
63+
```
64+
resources/
65+
|-introscope_agent/
66+
|-releases/
67+
|-11.1/
68+
|-core/
69+
|-config/
70+
|-IntroscopeAgent.profile # place custom Introscope Profile under the config folder
71+
|-hotdeploy/ # place custom pbd files under the hotdeploy folder
72+
|-example.pbd
73+
```
5074

5175
[Configuration and Extension]: ../README.md#configuration-and-extension
5276
[`config/intoscope_agent.yml`]: ../config/intoscope_agent.yml

0 commit comments

Comments
 (0)