Skip to content

Commit 91c3cf8

Browse files
committed
Format
1 parent 093503b commit 91c3cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/languages/java/instrumentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ In the direct to collector workflow, logs are emitted directly from an
188188
application to a collector using a network protocol (e.g. OTLP). This workflow
189189
is simple to set up as it doesn't require any additional log forwarding
190190
components, and allows an application to easily emit structured logs that
191-
conform to the [log data model](/docs/specs/otel/logs/data-model/). However, the overhead required
192-
for applications to queue and export logs to a network location may not be
193-
suitable for all applications.
191+
conform to the [log data model](/docs/specs/otel/logs/data-model/). However, the
192+
overhead required for applications to queue and export logs to a network
193+
location may not be suitable for all applications.
194194

195195
To use this workflow:
196196

0 commit comments

Comments
 (0)