Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Sep 4, 2024
1 parent 4a74895 commit 9be40da
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ Currently supported tracing backends:
Thanos supports exporting traces in the OpenTelemetry Protocol (OTLP). Both gRPC and HTTP clients are supported. Options can be provided also via environment variables. For more details see the [exporter specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options).

```yaml mdox-exec="go run scripts/cfggen/main.go --name=otlp.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: OTLP
config:
client_type: ""
Expand Down Expand Up @@ -111,8 +109,6 @@ Client for https://github.com/jaegertracing/jaeger tracing. Options can be provi
*WARNING: Options `RPC Metrics`, `Gen128Bit` and `Disabled` are now deprecated and won't have any effect when set*

```yaml mdox-exec="go run scripts/cfggen/main.go --name=jaeger.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: JAEGER
config:
service_name: ""
Expand Down Expand Up @@ -152,8 +148,6 @@ You will also need to ensure that the authentication with the API is working, fo
*Note:* The `type` in the configuration below can have either value `GOOGLE_CLOUD` or `STACKDRIVER` - this is to ensure backwards compatibility.

```yaml mdox-exec="go run scripts/cfggen/main.go --name=google_cloud.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GOOGLE_CLOUD
config:
service_name: ""
Expand All @@ -166,8 +160,6 @@ config:
Client for https://www.elastic.co/products/apm tracing.

```yaml mdox-exec="go run scripts/cfggen/main.go --name=elasticapm.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: ELASTIC_APM
config:
service_name: ""
Expand All @@ -183,8 +175,6 @@ Client for [Lightstep](https://www.servicenow.com/products/observability.html).
In order to configure Thanos to interact with Lightstep you need to provide at least an [access token](https://docs.lightstep.com/docs/create-and-use-access-tokens) in the configuration file. The `collector` key is optional and used when you have on-premise satellites.

```yaml mdox-exec="go run scripts/cfggen/main.go --name=lightstep.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: LIGHTSTEP
config:
access_token: ""
Expand Down

0 comments on commit 9be40da

Please sign in to comment.