Skip to content

Commit

Permalink
address feedback, clean up code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Jul 17, 2024
1 parent b31163c commit cb69190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/configure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,14 @@ When sending data to Elastic, there are two ways you can authenticate: using a s
[[configure-api-key]]
==== Use an APM agent key (API key)

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

// TO DO:Why would you choose this method?
// ??

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

. Go to *APM Settings*.
Expand Down
5 changes: 1 addition & 4 deletions docs/get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ include::release-status.asciidoc[]

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.

////
TO DO: Is this true?
////
[NOTE]
====
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]).
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.
====

////
Expand Down

0 comments on commit cb69190

Please sign in to comment.