Skip to content

Commit a913c94

Browse files
authored
Merge pull request #206189 from trask/otel-metrics
Update otel metrics in matrix
2 parents 461e01f + 4be5cdd commit a913c94

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,15 @@ The following table represents currently supported custom telemetry types that y
412412
- Custom requests, dependencies, and exceptions are supported through `opentelemetry-api`.
413413
- Any type of the custom telemetry is supported through the [Application Insights Java 2.x SDK](#send-custom-telemetry-by-using-the-2x-sdk).
414414

415-
| Custom telemetry type | Micrometer | Log4j, logback, JUL | 2.x SDK | opentelemetry-api |
416-
|---------------------|------------|---------------------|---------|-------------------|
417-
| Custom events | | | Yes | |
418-
| Custom metrics | Yes | | Yes | |
419-
| Dependencies | | | Yes | Yes |
420-
| Exceptions | | Yes | Yes | Yes |
421-
| Page views | | | Yes | |
422-
| Requests | | | Yes | Yes |
423-
| Traces | | Yes | Yes | Yes |
415+
| Custom telemetry type | Micrometer | Log4j, logback, JUL | 2.x SDK | opentelemetry-api |
416+
|-----------------------|------------|---------------------|---------|-------------------|
417+
| Custom events | | | Yes | |
418+
| Custom metrics | Yes | | Yes | Yes |
419+
| Dependencies | | | Yes | Yes |
420+
| Exceptions | | Yes | Yes | Yes |
421+
| Page views | | | Yes | |
422+
| Requests | | | Yes | Yes |
423+
| Traces | | Yes | Yes | Yes |
424424

425425
Currently, we're not planning to release an SDK with Application Insights 3.x.
426426

0 commit comments

Comments
 (0)