Update Zipkin OpenTracing driver to latest 0.4.3 release
This commit is contained in:
parent
07eb9c5970
commit
cb7c5a8ca1
14 changed files with 48 additions and 64 deletions
|
@ -282,7 +282,6 @@ func Test_decodeFileToNode_Toml(t *testing.T) {
|
|||
{Name: "serviceName", Value: "foobar"},
|
||||
{Name: "spanNameLimit", Value: "42"},
|
||||
{Name: "zipkin", Children: []*parser.Node{
|
||||
{Name: "debug", Value: "true"},
|
||||
{Name: "httpEndpoint", Value: "foobar"},
|
||||
{Name: "id128Bit", Value: "true"},
|
||||
{Name: "sameSpan", Value: "true"},
|
||||
|
@ -517,7 +516,6 @@ func Test_decodeFileToNode_Yaml(t *testing.T) {
|
|||
{Name: "serviceName", Value: "foobar"},
|
||||
{Name: "spanNameLimit", Value: "42"},
|
||||
{Name: "zipkin", Children: []*parser.Node{
|
||||
{Name: "debug", Value: "true"},
|
||||
{Name: "httpEndpoint", Value: "foobar"},
|
||||
{Name: "id128Bit", Value: "true"},
|
||||
{Name: "sameSpan", Value: "true"},
|
||||
|
|
|
@ -177,7 +177,6 @@
|
|||
httpEndpoint = "foobar"
|
||||
sameSpan = true
|
||||
id128Bit = true
|
||||
debug = true
|
||||
sampleRate = 42.0
|
||||
[tracing.datadog]
|
||||
localAgentHostPort = "foobar"
|
||||
|
|
|
@ -188,7 +188,6 @@ tracing:
|
|||
httpEndpoint: foobar
|
||||
sameSpan: true
|
||||
id128Bit: true
|
||||
debug: true
|
||||
sampleRate: 42
|
||||
datadog:
|
||||
localAgentHostPort: foobar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue