Documentation
¶
Index ¶
- type Instrumentation
- type InstrumentationSelection
- func (s InstrumentationSelection) DBEnabled() bool
- func (s InstrumentationSelection) DNSEnabled() bool
- func (s InstrumentationSelection) GPUEnabled() bool
- func (s InstrumentationSelection) GRPCEnabled() bool
- func (s InstrumentationSelection) HTTPEnabled() bool
- func (s InstrumentationSelection) KafkaEnabled() bool
- func (s InstrumentationSelection) MQEnabled() bool
- func (s InstrumentationSelection) MongoEnabled() bool
- func (s InstrumentationSelection) RedisEnabled() bool
- func (s InstrumentationSelection) SQLEnabled() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instrumentation ¶ added in v0.3.0
type Instrumentation string
const ( InstrumentationALL Instrumentation = "*" InstrumentationHTTP Instrumentation = "http" InstrumentationGRPC Instrumentation = "grpc" InstrumentationSQL Instrumentation = "sql" InstrumentationRedis Instrumentation = "redis" InstrumentationKafka Instrumentation = "kafka" InstrumentationGPU Instrumentation = "gpu" InstrumentationMongo Instrumentation = "mongo" InstrumentationDNS Instrumentation = "dns" )
type InstrumentationSelection ¶
type InstrumentationSelection uint64
func NewInstrumentationSelection ¶
func NewInstrumentationSelection(instrumentations []Instrumentation) InstrumentationSelection
func (InstrumentationSelection) DBEnabled ¶
func (s InstrumentationSelection) DBEnabled() bool
func (InstrumentationSelection) DNSEnabled ¶
func (s InstrumentationSelection) DNSEnabled() bool
func (InstrumentationSelection) GPUEnabled ¶
func (s InstrumentationSelection) GPUEnabled() bool
func (InstrumentationSelection) GRPCEnabled ¶
func (s InstrumentationSelection) GRPCEnabled() bool
func (InstrumentationSelection) HTTPEnabled ¶
func (s InstrumentationSelection) HTTPEnabled() bool
func (InstrumentationSelection) KafkaEnabled ¶
func (s InstrumentationSelection) KafkaEnabled() bool
func (InstrumentationSelection) MQEnabled ¶
func (s InstrumentationSelection) MQEnabled() bool
func (InstrumentationSelection) MongoEnabled ¶
func (s InstrumentationSelection) MongoEnabled() bool
func (InstrumentationSelection) RedisEnabled ¶
func (s InstrumentationSelection) RedisEnabled() bool
func (InstrumentationSelection) SQLEnabled ¶
func (s InstrumentationSelection) SQLEnabled() bool
Click to show internal directories.
Click to hide internal directories.