Skip to content

Commit 4cb4f29

Browse files
committed
Fixing indentation
1 parent bac9c94 commit 4cb4f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ using (var activity = activitySource.StartActivity("CustomActivity"))
13741374

13751375
#### [Java](#tab/java)
13761376

1377-
**Use the OpenTelemetry annotation**
1377+
* **Use the OpenTelemetry annotation**
13781378

13791379
The simplest way to add your own spans is by using OpenTelemetry's `@WithSpan` annotation.
13801380

@@ -1404,7 +1404,7 @@ using (var activity = activitySource.StartActivity("CustomActivity"))
14041404

14051405
For methods representing a background job not captured by autoinstrumentation, we recommend applying the attribute `kind = SpanKind.SERVER` to the `@WithSpan` annotation to ensure they appear in the Application Insights `requests` table.
14061406

1407-
**Use the OpenTelemetry API**
1407+
* **Use the OpenTelemetry API**
14081408

14091409
If the preceding OpenTelemetry `@WithSpan` annotation doesn't meet your needs,
14101410
you can add your spans by using the OpenTelemetry API.

0 commit comments

Comments
 (0)