package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 4, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
func NewJaegerClient(config *Config)
NewJaegerClient 新建 Jaeger 客户端
type Config struct {
Name string `yaml:"name" json:"name"`
Enable bool `yaml:"enable" json:"enable"`
Sampler float64 `yaml:"sampler" json:"sampler"`
Endpoint string `yaml:"endpoint" json:"endpoint"`
}
定义 jaeger 设置项
Source Files
¶
Click to show internal directories.
Click to hide internal directories.