Documentation ¶
Index ¶
Constants ¶
View Source
const ( InstrumentableGolang = InstrumentableType(iota) InstrumentableJava InstrumentableDotnet InstrumentablePython InstrumentableRuby InstrumentableNodejs InstrumentableRust InstrumentableGeneric )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶
type ID struct { Name string Namespace string SDKLanguage InstrumentableType Instance string }
ID stores the coordinates that uniquely identifies a service: its name and optionally a namespace
type InstrumentableType ¶ added in v0.3.1
type InstrumentableType int
func (InstrumentableType) String ¶ added in v0.3.1
func (it InstrumentableType) String() string
Click to show internal directories.
Click to hide internal directories.