Skip to content

Commit

Permalink
fix(docs): fix connecting to datastores docs (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed May 2, 2023
1 parent 5282b36 commit 60f0b68
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -86,8 +86,8 @@ Or, if you prefer using the CLI, you can use this file config.
```yaml
type: DataStore
spec:
name: Opentelemetry Collector pipeline
type: otlp
name: Lightstep pipeline
type: lightstep
default: true
```

Expand Down
Expand Up @@ -6,7 +6,7 @@ If you want to use [New Relic](https://newrelic.com/) as the trace data store, y
Examples of configuring Tracetest with New Relic can be found in the [`examples` folder of the Tracetest GitHub repo](https://github.com/kubeshop/tracetest/tree/main/examples).
:::

## Configuring OpenTelemetry Collector to Send Traces to B New Relic and Tracetest
## Configuring OpenTelemetry Collector to Send Traces to both New Relic and Tracetest

In your OpenTelemetry Collector config file:

Expand Down Expand Up @@ -88,8 +88,8 @@ Or, if you prefer using the CLI, you can use this file config.
```yaml
type: DataStore
spec:
name: Opentelemetry Collector pipeline
type: otlp
name: New Relic pipeline
type: newrelic
default: true
```

Expand Down
Expand Up @@ -43,7 +43,7 @@ Or, if you prefer using the CLI, you can use this file config.
type: DataStore
spec:
name: OpenSearch Data Store
type: openSearch
type: opensearch
default: true
opensearch:
addresses:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/configuration/connecting-to-data-stores/signalfx.md
Expand Up @@ -37,9 +37,9 @@ Or, if you prefer using the CLI, you can use this file config.
type: DataStore
spec:
name: SignalFX
type: signalFx
type: signalfx
default: true
signalFx:
signalfx:
realm: us1
token: mytoken
```
Expand Down

0 comments on commit 60f0b68

Please sign in to comment.