Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardinalityDetector ¶
func New ¶
func New(name string, config *Config) CardinalityDetector
type CardinalityDetectorPool ¶
type CardinalityDetectorPool interface { Lookup(string) (CardinalityDetector, bool) Shutdown() }
func NewPool ¶
func NewPool(instrumentationName string, config *Config) CardinalityDetectorPool
type Config ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithDiagnosticInterval ¶
func WithEnable ¶
func WithLogger ¶
func WithMaxCardinality ¶
func WithMaxInstruments ¶
Click to show internal directories.
Click to hide internal directories.