forked from mboldt/docs-tiledev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembedded-agents.html.md.erb
More file actions
22 lines (14 loc) · 904 Bytes
/
Copy pathembedded-agents.html.md.erb
File metadata and controls
22 lines (14 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Embedded Agents
owner: Services
---
This topic provides resources for configuring services that use software agents embedded in application containers.
## <a id="overview"></a> Overview
Some service integrations depend on the ability to inject code into application containers. Examples include:
- Application Performance Monitoring (APM) agents for monitoring services
- Container-embedded API gateways
- Client-side routers
We refer to these injected components as "container-embedded agents."
## <a id="resources"></a> Embedded Agents Resources
- [Buildpacks](./buildpacks.html#other) provide a mechanism to inject components into the application container image, and the `.profile.d` directory provides a way to start agents before or alongside the customer application.
- [Using .profile.d](http://docs.pivotal.io/application-service/devguide/deploy-apps/deploy-app.html#profile)