Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Esther Kim <[email protected]>
  • Loading branch information
brett0000FF and estherk15 authored Dec 11, 2024
1 parent 3adae42 commit 31703d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/opentelemetry/otlp_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ further_reading:

Datadog's OpenTelemetry Protocol (OTLP) logs intake API endpoint allows you to send logs directly to Datadog. With this feature, you don't need to run the [Datadog Agent][2] or [OpenTelemetry Collector + Datadog Exporter][1].

You might prefer this option if you're looking for a straightforward setup and want to send logs directly to Datadog without using the Datadog Agent or OpenTelemetry Collector.
Choose this option for a straightforward setup to send logs directly to Datadog without using the Datadog Agent or OpenTelemetry Collector.

## Configuration

Expand All @@ -41,7 +41,7 @@ export OTEL_EXPORTER_OTLP_LOGS_HEADERS="dd-protocol=otlp,dd-api-key=${DD_API_KEY

#### Manual instrumentation

If you are using manual instrumentation with OpenTelemetry SDKs, configure the OTLP HTTP Protobuf exporter programmatically using the examples below.
If you are using manual instrumentation with OpenTelemetry SDKs, configure the OTLP HTTP Protobuf exporter programmatically using the following examples.

{{< tabs >}}
{{% tab "Java" %}}
Expand Down

0 comments on commit 31703d1

Please sign in to comment.