Skip to content

Commit

Permalink
chore(docs): updating Dynatrace and Signoz docs (#3026)
Browse files Browse the repository at this point in the history
Updating Dynatrace and Signoz docs
  • Loading branch information
danielbdias committed Aug 3, 2023
1 parent 9ac8991 commit 060953e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 36 deletions.
Expand Up @@ -19,7 +19,7 @@ If you are running Tracetest with Docker, and Tracetest's service name is `trace

Additionally, add another config:

- Set the `exporter` to `otlp/dynatrace`
- Set the `exporter` to `otlphttp/dynatrace`
- Set the `endpoint` to your Dynatrace tenant and include the: `https://{your-environment-id}.live.dynatrace.com/api/v2/otlp`

```yaml
Expand All @@ -46,7 +46,7 @@ exporters:
tls:
insecure: true
# OTLP for Dynatrace
otlp/dynatrace:
otlphttp/dynatrace:
endpoint: https://abc123.live.dynatrace.com/api/v2/otlp # Send traces to Dynatrace. Read more in docs here: https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry/collector#configuration
headers:
Authorization: "Api-Token dt0c01.sample.secret" # Requires "openTelemetryTrace.ingest" permission
Expand All @@ -59,7 +59,7 @@ service:
traces/Dynatrace: # Pipeline to send data to Dynatrace
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp/dynatrace]
exporters: [logging, otlphttp/dynatrace]
```

## Configure Tracetest to Use Dynatrace as a Trace Data Store
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions docs/docs/configuration/overview.md
Expand Up @@ -11,18 +11,20 @@ Tracetest is designed to work with different trace data stores. To enable Tracet

Currently, Tracetest supports the following data stores. Click on the respective data store to view configuration examples:

- [Jaeger](./connecting-to-data-stores/jaeger)
- [OpenSearch](./connecting-to-data-stores/opensearch)
- [Elastic](./connecting-to-data-stores/elasticapm)
- [SignalFX](./connecting-to-data-stores/signalfx)
- [Grafana Tempo](./connecting-to-data-stores/tempo)
- [Lightstep](./connecting-to-data-stores/lightstep)
- [New Relic](./connecting-to-data-stores/new-relic)
- [AWS X-Ray](./connecting-to-data-stores/awsxray)
- [Datadog](./connecting-to-data-stores/datadog)
- [Honeycomb](./connecting-to-data-stores/honeycomb)
- [Azure App Insights](./connecting-to-data-stores/azure-app-insights.md)
- [Datadog](./connecting-to-data-stores/datadog)
- [Dynatrace](./connecting-to-data-stores/dynatrace)
- [Elastic APM](./connecting-to-data-stores/elasticapm)
- [Grafana Tempo](./connecting-to-data-stores/tempo)
- [Honeycomb](./connecting-to-data-stores/honeycomb)
- [Jaeger](./connecting-to-data-stores/jaeger)
- [Lightstep](./connecting-to-data-stores/lightstep)
- [New Relic](./connecting-to-data-stores/new-relic)
- [OpenSearch](./connecting-to-data-stores/opensearch)
- [OpenTelemetry Collector](./connecting-to-data-stores/opentelemetry-collector)
- [SignalFX](./connecting-to-data-stores/signalfx)
- [Signoz](./connecting-to-data-stores/signoz)

## Using Tracetest without a Trace Data Store

Expand Down
53 changes: 29 additions & 24 deletions docs/sidebars.js
Expand Up @@ -267,18 +267,23 @@ const sidebars = {
items: [
{
type: "doc",
id: "configuration/connecting-to-data-stores/opentelemetry-collector",
label: "OpenTelemetry Collector",
id: "configuration/connecting-to-data-stores/awsxray",
label: "AWS X-Ray",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/jaeger",
label: "Jaeger",
id: "configuration/connecting-to-data-stores/azure-app-insights",
label: "Azure App Insights",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/opensearch",
label: "OpenSearch",
id: "configuration/connecting-to-data-stores/datadog",
label: "Datadog",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/dynatrace",
label: "Dynatrace",
},
{
type: "doc",
Expand All @@ -287,13 +292,18 @@ const sidebars = {
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/signalfx",
label: "SignalFX",
id: "configuration/connecting-to-data-stores/tempo",
label: "Grafana Tempo",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/tempo",
label: "Tempo",
id: "configuration/connecting-to-data-stores/honeycomb",
label: "Honeycomb",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/jaeger",
label: "Jaeger",
},
{
type: "doc",
Expand All @@ -307,28 +317,23 @@ const sidebars = {
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/awsxray",
label: "AWS X-Ray",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/datadog",
label: "Datadog",
id: "configuration/connecting-to-data-stores/opensearch",
label: "OpenSearch",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/dynatrace",
label: "Dynatrace",
id: "configuration/connecting-to-data-stores/opentelemetry-collector",
label: "OpenTelemetry Collector",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/honeycomb",
label: "Honeycomb",
id: "configuration/connecting-to-data-stores/signalfx",
label: "SignalFX",
},
{
type: "doc",
id: "configuration/connecting-to-data-stores/azure-app-insights",
label: "Azure App Insights",
id: "configuration/connecting-to-data-stores/signoz",
label: "Signoz",
},
],
},
Expand Down Expand Up @@ -356,7 +361,7 @@ const sidebars = {
type: "doc",
id: "configuration/test-runner",
label: "Test Runner",
},
},
{
type: "doc",
id: "configuration/demo",
Expand Down

0 comments on commit 060953e

Please sign in to comment.