From 60f0b687ac284ac25616f241b53fcc6a732418dd Mon Sep 17 00:00:00 2001 From: Jorge Padilla Date: Tue, 2 May 2023 10:17:23 -0500 Subject: [PATCH] fix(docs): fix connecting to datastores docs (#2466) --- .../configuration/connecting-to-data-stores/lightstep.md | 4 ++-- .../configuration/connecting-to-data-stores/new-relic.md | 6 +++--- .../configuration/connecting-to-data-stores/opensearch.md | 2 +- .../configuration/connecting-to-data-stores/signalfx.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/configuration/connecting-to-data-stores/lightstep.md b/docs/docs/configuration/connecting-to-data-stores/lightstep.md index a6c05da703..7678d1eef5 100644 --- a/docs/docs/configuration/connecting-to-data-stores/lightstep.md +++ b/docs/docs/configuration/connecting-to-data-stores/lightstep.md @@ -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 ``` diff --git a/docs/docs/configuration/connecting-to-data-stores/new-relic.md b/docs/docs/configuration/connecting-to-data-stores/new-relic.md index 9d364a82ea..fc071b6152 100644 --- a/docs/docs/configuration/connecting-to-data-stores/new-relic.md +++ b/docs/docs/configuration/connecting-to-data-stores/new-relic.md @@ -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: @@ -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 ``` diff --git a/docs/docs/configuration/connecting-to-data-stores/opensearch.md b/docs/docs/configuration/connecting-to-data-stores/opensearch.md index 7ce62c40e5..285f252d7d 100644 --- a/docs/docs/configuration/connecting-to-data-stores/opensearch.md +++ b/docs/docs/configuration/connecting-to-data-stores/opensearch.md @@ -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: diff --git a/docs/docs/configuration/connecting-to-data-stores/signalfx.md b/docs/docs/configuration/connecting-to-data-stores/signalfx.md index ec378d6b37..f6642488eb 100644 --- a/docs/docs/configuration/connecting-to-data-stores/signalfx.md +++ b/docs/docs/configuration/connecting-to-data-stores/signalfx.md @@ -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 ```