instrumentations

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2026 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL