File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -352,9 +352,9 @@ Application Insights Java 3.x is already listening for telemetry that's sent to
352
352
`customDimensions` column. You can also view the metrics in the
353
353
[Metrics explorer](../essentials/metrics-getting-started.md) under the "Log-based metrics" metric namespace.
354
354
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`.
358
358
359
359
### Send custom traces and exceptions by using your favorite logging framework
360
360
You can’t perform that action at this time.
0 commit comments