Documentation
¶
Index ¶
Constants ¶
const DebuggerDependency = "google-stackdriver-debugger-java"
DebuggerDependency indicates that a JVM application should be run with Google Stackdriver Debugger enabled.
const ProfilerDependency = "google-stackdriver-profiler-java"
ProfilerDependency indicates that a JVM application should be run with Google Stackdriver Profiler enabled.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct {
// contains filtered or unexported fields
}
Credentials represents the google-stackdriver-credentials helper application.
func NewCredentials ¶
func NewCredentials(build build.Build) Credentials
NewCredentials creates a new Credentials instance.
func (Credentials) Contribute ¶
func (c Credentials) Contribute() error
Contributes makes the contribution to launch
type Debugger ¶
type Debugger struct {
// contains filtered or unexported fields
}
Debugger represents an debugger contribution by the buildpack.
func NewDebugger ¶
NewDebugger creates a new Debugger instance.
func (Debugger) Contribute ¶
Contribute makes the contribution to launch.
type Profiler ¶
type Profiler struct {
// contains filtered or unexported fields
}
Profiler represents an profiler contribution by the buildpack.
func NewProfiler ¶
NewProfiler creates a new Profiler instance.
func (Profiler) Contribute ¶
Contribute makes the contribution to launch.