Documentation ¶
Overview ¶
Package stackdriver provides a stackdriver exporter.
Package stackdriver provides a stackdriver exporter.
Index ¶
- type Option
- func WithAPIAddr(addr string) Option
- func WithAllocForceGC(enabled bool) Option
- func WithAllocProfiling(enabled bool) Option
- func WithCPUProfiling(enabled bool) Option
- func WithClientOptions(copts ...google.Option) Option
- func WithDebugLogging(enabled bool) Option
- func WithGoroutineProfiling(enabled bool) Option
- func WithHeapProfiling(enabled bool) Option
- func WithInstance(instance string) Option
- func WithMutexProfiling(enabled bool) Option
- func WithProjectID(pid string) Option
- func WithService(name string) Option
- func WithServiceVersion(version string) Option
- func WithZone(zone string) Option
- type Stackdriver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(p *prof) error
func WithAPIAddr ¶
func WithAllocForceGC ¶
func WithAllocProfiling ¶
func WithCPUProfiling ¶
func WithClientOptions ¶
func WithDebugLogging ¶
func WithGoroutineProfiling ¶
func WithHeapProfiling ¶
func WithInstance ¶
func WithMutexProfiling ¶
func WithProjectID ¶
func WithService ¶
func WithServiceVersion ¶
type Stackdriver ¶
func New ¶
func New(opts ...Option) (s Stackdriver, err error)
Click to show internal directories.
Click to hide internal directories.