Skip to content

Commit

Permalink
Merge branch '775-introscope-documentation'
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
nebhale committed Feb 5, 2020
2 parents ff8f0ea + 320cd0d commit 774ee92
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/framework-introscope_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,31 @@ The framework can be configured by modifying the [`config/introscope_agent.yml`]
| `version` | The version of Introscope Agent to use.

### Additional Resources
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/`.
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.

##### Example for 10.x
```
resources/
|-introscope_agent/
|-core/
|-config/
|-IntroscopeAgent.profile # place custom Introscope Profile under the config folder
|-hotdeploy/ # place custom pbd files under the hotdeploy folder
|-example.pbd
```

##### Example for 11.1.x
```
resources/
|-introscope_agent/
|-releases/
|-11.1/
|-core/
|-config/
|-IntroscopeAgent.profile # place custom Introscope Profile under the config folder
|-hotdeploy/ # place custom pbd files under the hotdeploy folder
|-example.pbd
```

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

0 comments on commit 774ee92

Please sign in to comment.