Documentation ¶
Index ¶
Constants ¶
View Source
const Dependency = "azure-application-insights-java"
Dependency indicates that a JVM application should be run with Azure Application Insights enabled.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent represents an agent contribution by the buildpack.
func (Agent) Contribute ¶
Contribute makes the contribution to launch.
type Properties ¶
type Properties struct {
// contains filtered or unexported fields
}
Properties represents the azure-application-insights-properties helper application.
func NewProperties ¶
func NewProperties(build build.Build) Properties
NewProperties creates a new Properties instance.
func (Properties) Contribute ¶
func (p Properties) Contribute() error
Contributes makes the contribution to launch
Click to show internal directories.
Click to hide internal directories.