Skip to content

Commit e5f976e

Browse files
committed
indent
1 parent 491cbce commit e5f976e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ Application Insights Java 3.x is already listening for telemetry that's sent to
352352
`customDimensions` column. You can also view the metrics in the
353353
[Metrics explorer](../essentials/metrics-getting-started.md) under the "Log-based metrics" metric namespace.
354354

355-
> [!NOTE]
356-
> Application Insights Java replaces all non-alphanumeric characters (except dashes) in the Micrometer metric name
357-
> with underscores, so the `test.counter` metric above will show up as `test_counter`.
355+
> [!NOTE]
356+
> Application Insights Java replaces all non-alphanumeric characters (except dashes) in the Micrometer metric name
357+
> with underscores, so the `test.counter` metric above will show up as `test_counter`.
358358

359359
### Send custom traces and exceptions by using your favorite logging framework
360360

0 commit comments

Comments
 (0)