Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): fix connecting to datastores docs #2466

Merged
merged 1 commit into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

name: Lightstep pipeline
type: lightstep
default: true
```

Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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