Documentation
¶
Index ¶
- Variables
- func GetNewCounterVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.CounterVec
- func GetNewGaugeVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.GaugeVec
- func GetNewHistogramVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.HistogramVec
- func GetNewSummaryVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.SummaryVec
- func InitJaeger(service string) (opentracing.Tracer, io.Closer)
- func StratExporter()
Constants ¶
This section is empty.
Variables ¶
View Source
var JaegerAgentHostPort = "127.0.0.1:6831"
View Source
var VisPort = "8765"
VisPort is the service port for exporter
Functions ¶
func GetNewCounterVec ¶
func GetNewCounterVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.CounterVec
func GetNewGaugeVec ¶
func GetNewHistogramVec ¶
func GetNewHistogramVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.HistogramVec
func GetNewSummaryVec ¶
func GetNewSummaryVec(name string, help string, constLabels map[string]string, labelNames []string) *prometheus.SummaryVec
func InitJaeger ¶
func InitJaeger(service string) (opentracing.Tracer, io.Closer)
InitJaeger returns an instance of Jaeger Tracer that samples 100% of traces and logs all spans to stdout.
func StratExporter ¶
func StratExporter()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.