Documentation ¶
Index ¶
- Constants
- type InstrumentationSelection
- func (s InstrumentationSelection) DBEnabled() bool
- func (s InstrumentationSelection) GRPCEnabled() bool
- func (s InstrumentationSelection) HTTPEnabled() bool
- func (s InstrumentationSelection) KafkaEnabled() bool
- func (s InstrumentationSelection) MQEnabled() bool
- func (s InstrumentationSelection) RedisEnabled() bool
- func (s InstrumentationSelection) SQLEnabled() bool
Constants ¶
View Source
const ( InstrumentationALL = "*" InstrumentationHTTP = "http" InstrumentationGRPC = "grpc" InstrumentationSQL = "sql" InstrumentationRedis = "redis" InstrumentationKafka = "kafka" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrumentationSelection ¶
type InstrumentationSelection uint64
func NewInstrumentationSelection ¶
func NewInstrumentationSelection(instrumentations []string) InstrumentationSelection
func (InstrumentationSelection) DBEnabled ¶
func (s InstrumentationSelection) DBEnabled() 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) RedisEnabled ¶
func (s InstrumentationSelection) RedisEnabled() bool
func (InstrumentationSelection) SQLEnabled ¶
func (s InstrumentationSelection) SQLEnabled() bool
Click to show internal directories.
Click to hide internal directories.