Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Wing924 <weihe924stephen@gmail.com>
  • Loading branch information
Wing924 committed Sep 2, 2019
1 parent fd795e3 commit c4878dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cfggen/main.go
Expand Up @@ -8,6 +8,8 @@ import (
"reflect"
"strings"

"github.com/thanos-io/thanos/pkg/tracing/elasticapm"

"github.com/fatih/structtag"
"github.com/go-kit/kit/log"
"github.com/go-kit/kit/log/level"
Expand Down Expand Up @@ -36,6 +38,7 @@ var (
tracingConfigs = map[trclient.TracingProvider]interface{}{
trclient.JAEGER: jaeger.Config{},
trclient.STACKDRIVER: stackdriver.Config{},
trclient.ELASTIC_APM: elasticapm.Config{},
}
)

Expand Down

0 comments on commit c4878dc

Please sign in to comment.