Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresTracingOptions ¶
type PostgresTracingOptions struct { Inputs struct { // Extra skip function that skips methods (by name) when guessing the // transaction span tags. SkipFrameworkMethod func(name string) bool } // contains filtered or unexported fields }
func (*PostgresTracingOptions) Initialize ¶
func (opts *PostgresTracingOptions) Initialize(tops *startup_tracing.TracingOptions)
Click to show internal directories.
Click to hide internal directories.