zipkin

package
v2.0.0-alpha7+incompat... Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "zipkin"

Name sets the name of this tracer.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	HTTPEndpoint string  `description:"HTTP Endpoint to report traces to." export:"false"`
	SameSpan     bool    `description:"Use Zipkin SameSpan RPC style traces." export:"true"`
	ID128Bit     bool    `description:"Use Zipkin 128 bit root span IDs." export:"true"`
	Debug        bool    `description:"Enable Zipkin debug." export:"true"`
	SampleRate   float64 `description:"The rate between 0.0 and 1.0 of requests to trace." export:"true"`
}

Config provides configuration settings for a zipkin tracer.

func (*Config) SetDefaults

func (c *Config) SetDefaults()

SetDefaults sets the default values.

func (*Config) Setup

func (c *Config) Setup(serviceName string) (opentracing.Tracer, io.Closer, error)

Setup sets up the tracer

Jump to

Keyboard shortcuts

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