Skip to content

Commit

Permalink
draft: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
  • Loading branch information
metonymic-smokey committed Jun 16, 2022
1 parent 4028de4 commit 73f9ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/tracing/client/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ import (
type TracingProvider string

const (
Stackdriver TracingProvider = "STACKDRIVER"
GoogleCloud TracingProvider = "GOOGLE_CLOUD"
Jaeger TracingProvider = "JAEGER"
ElasticAPM TracingProvider = "ELASTIC_APM"
Lightstep TracingProvider = "LIGHTSTEP"
name = "thanos"
Stackdriver TracingProvider = "STACKDRIVER"
GoogleCloud TracingProvider = "GOOGLE_CLOUD"
Jaeger TracingProvider = "JAEGER"
ElasticAPM TracingProvider = "ELASTIC_APM"
Lightstep TracingProvider = "LIGHTSTEP"
OpenTelemetryProtocol TracingProvider = "OTLP"
)

type TracingConfig struct {
Expand Down
2 changes: 2 additions & 0 deletions test/e2e/tracing_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.
package e2e_test

import (
Expand Down

0 comments on commit 73f9ab2

Please sign in to comment.