Skip to content

Commit

Permalink
docs: remove tab widget code (elastic#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Aug 25, 2021
1 parent e342631 commit 03ed701
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 180 deletions.
3 changes: 0 additions & 3 deletions docs/guide/distributed-tracing.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[[distributed-tracing]]
=== Distributed tracing

// Make tab-widgets work
include::../tab-widgets/code.asciidoc[]

A `trace` is a group of <<transactions,transactions>> and <<transaction-spans,spans>> with a common root.
Each `trace` tracks the entirety of a single request.
When a `trace` travels through multiple services, as is common in a microservice architecture,
Expand Down
3 changes: 0 additions & 3 deletions docs/guide/install-and-run.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[[install-and-run]]
== Quick start guide

// Make tab-widgets work
include::../tab-widgets/code.asciidoc[]

This guide describes how to get started quickly with Elastic APM. You’ll learn how to:

* Spin up {es}, {kib}, and APM Server on {ess}
Expand Down
7 changes: 2 additions & 5 deletions docs/guide/opentelemetry-elastic.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ business KPIs and technical components with the {stack}.

IMPORTANT: The https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticexporter#legacy-opentelemetry-collector-exporter-for-elastic[OpenTelemetry Collector exporter for Elastic]
was deprecated in 7.13 and replaced by the native support of the OpenTelemetry Line Protocol in
Elastic Observability (OTLP). To learn more, see
Elastic Observability (OTLP). To learn more, see
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticexporter#migration[migration].

Elastic APM Server natively supports the OpenTelemetry protocol.
Expand Down Expand Up @@ -359,7 +359,7 @@ Lambda layer for OpenTelemetry]. For example, `arn:aws:lambda:eu-west-1:90192057
** `OPENTELEMETRY_COLLECTOR_CONFIG_FILE="/var/task/opentelemetry-collector.yaml"` to specify the path to your OpenTelemetry Collector configuration
** `OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:55681/v1/traces"` this environment variable is required to be set until https://github.com/open-telemetry/opentelemetry-js/pull/2331[PR #2331] is merged and released.
** `OTEL_TRACES_SAMPLER="AlwaysOn"` define the required sampler strategy if it is not sent from the caller. Note that `Always_on` can potentially create a very large amount of data, so in production set the correct sampling configuration, as per the https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#sampling[specification].


[[open-telemetry-aws-lambda-elastic-nodejs-terraform]]
===== Instrumenting AWS Lambda Node.js functions with Terraform
Expand Down Expand Up @@ -394,6 +394,3 @@ and https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/open
===== OpenTelemetry logs

* OpenTelemetry logs are not yet supported https://github.com/elastic/apm-server/issues/5491[#5491]

// Make tab-widgets work
include::../tab-widgets/code.asciidoc[]
3 changes: 0 additions & 3 deletions docs/jaeger-support.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,3 @@ for more information.
==== Start sending span data

That's it! Data sent from Jaeger clients to the APM Server can now be viewed in the APM app.

// Make tab-widgets work
include::./tab-widgets/code.asciidoc[]
166 changes: 0 additions & 166 deletions docs/tab-widgets/code.asciidoc

This file was deleted.

0 comments on commit 03ed701

Please sign in to comment.