Skip to content

Commit

Permalink
lint content
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Jul 23, 2024
1 parent 89234ff commit 431a8f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/configure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ see <<configure-configuration-options>>.

[discrete]
[[configure-iconfiguration-integration]]
==== IConfiguration integration
==== `IConfiguration` integration

// ✅ What and why
In applications that use the "host" pattern, such as ASP.NET Core and worker service, the distro
Expand Down Expand Up @@ -173,7 +173,7 @@ specified directory.

[%header]
|===
| Environment variable name | IConfiguration key
| Environment variable name | `IConfiguration` key
| `ELASTIC_OTEL_FILE_LOG_DIRECTORY` | `Elastic:OpenTelemetry:FileLogDirectory`
|===

Expand All @@ -193,7 +193,7 @@ Valid options: `Critical`, `Error`, `Warning`, `Information`, `Debug`, `Trace` a

[%header]
|===
| Environment variable name | IConfiguration key
| Environment variable name | `IConfiguration` key
| `ELASTIC_OTEL_FILE_LOG_LEVEL` | `Elastic:OpenTelemetry:FileLogLevel`
|===

Expand All @@ -212,7 +212,7 @@ an OTLP endpoint. This can be useful when you want to test applications without

[%header]
|===
| Environment variable name | IConfiguration key
| Environment variable name | `IConfiguration` key
| `ELASTIC_OTEL_SKIP_OTLP_EXPORTER` | `Elastic:OpenTelemetry:SkipOtlpExporter`
|===

Expand Down Expand Up @@ -246,7 +246,7 @@ Elastic defaults only for tracing and metrics, set this value to `Tracing,Metric

[%header]
|===
| Environment variable name | IConfiguration key
| Environment variable name | `IConfiguration` key
| `ELASTIC_OTEL_ENABLE_ELASTIC_DEFAULTS` | `Elastic:OpenTelemetry:EnabledElasticDefaults`
|===

Expand Down Expand Up @@ -276,10 +276,10 @@ Both the distro and APM Server must be configured with the same secret token for

// ✅ How do you authenticate using this method?
// tag::get-auth[]
You can find the values of these variables in Kibana's APM tutorial.
In Kibana:
You can find the values of these variables in {kib}'s APM tutorial.
In {kib}:

. In {kib}, go to *Setup guides*.
. Go to *Setup guides*.
. Select *Observability*.
. Select *Monitor my application performance*.
. Scroll down and select the *OpenTelemetry* option.
Expand All @@ -306,7 +306,7 @@ It is also possible to authenticate to an Elastic Observability endpoint using
an {observability-guide}/apm-api-key.html[APM agent key]. These are revocable API keys.

// ✅ How do you authenticate using this method?
To create and manage APM Agent keys in Kibana:
To create and manage APM Agent keys in {kib}:

. Go to *APM Settings*.
. Select the *Agent Keys* tab.
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This section shows how to create an https://www.elastic.co/observability[Elastic
. Register at https://cloud.elastic.co/registration[cloud.elastic.co], if you haven't already. This supports starting **free trial**.
. After registering, click *Create deployment* at `<https://cloud.elastic.co/home>`.
. Once that is created, click *Open* to visit your Kibana home page, e.g. `https://{DEPLOYMENT_NAME}.kb.{REGION}.cloud.es.io/app/home#/getting_started`.
. Once that is created, click *Open* to visit your {kib} home page, (for example, `https://{DEPLOYMENT_NAME}.kb.{REGION}.cloud.es.io/app/home#/getting_started`).
====

////
Expand Down

0 comments on commit 431a8f1

Please sign in to comment.