Skip to content

Commit cb69190

Browse files
address feedback, clean up code comments
1 parent b31163c commit cb69190

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/configure.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,14 @@ When sending data to Elastic, there are two ways you can authenticate: using a s
294294
[[configure-api-key]]
295295
==== Use an APM agent key (API key)
296296

297-
// What is this?
297+
// What is this?
298298
It is also possible to authenticate to an Elastic Observability endpoint using
299299
an _APM agent key_. These are revocable API keys.
300300

301301
// TO DO:Why would you choose this method?
302302
// ??
303303

304-
// How do you authenticate using this method?
304+
// How do you authenticate using this method?
305305
To create and manage APM Agent keys in Kibana:
306306

307307
. Go to *APM Settings*.

docs/get-started.asciidoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ include::release-status.asciidoc[]
1919

2020
This guide shows you how to use the {distro_name} ("the distro") to instrument your {language} application and send OpenTelemetry data to an Elastic Observability deployment.
2121

22-
////
23-
TO DO: Is this true?
24-
////
2522
[NOTE]
2623
====
27-
As an OpenTelemetry SDK, the distro supports sending data to any OpenTelemetry protocol (OTLP) endpoint (for example, an https://opentelemetry.io/docs/collector/[OpenTelemetry Collector]).
24+
As an OpenTelemetry SDK, the distro supports sending data to any OpenTelemetry protocol (OTLP) endpoint (https://opentelemetry.io/docs/collector/[OpenTelemetry Collector]), but this guide assumes you are sending data to Elastic.
2825
====
2926

3027
////

0 commit comments

Comments
 (0)