Skip to content

Commit 6b511c2

Browse files
committed
add README.md
1 parent 81d8cfe commit 6b511c2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

instrumentation/android-log/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# Android Log Instrumentation
3+
4+
Status: experimental
5+
6+
The Android Log instrumentation transforms calls to `android.uti.Log.x` to emit
7+
OTEL log record.
8+
9+
## Telemetry
10+
11+
This instrumentation produces the following telemetry:
12+
13+
### Log
14+
15+
* Type: Log
16+
* Description: A log message
17+
* Attributes:
18+
* `android.log.tag`: The tag passed to `android.uti.Log.x`
19+
* `exception.stacktrace` ([see semconv here](https://github.com/open-telemetry/semantic-conventions/blob/727700406f9e6cc3f4e4680a81c4c28f2eb71569/docs/attributes-registry/exception.md#exception-stacktrace))
20+
* `exception.type` ([see semconv here](https://github.com/open-telemetry/semantic-conventions/blob/727700406f9e6cc3f4e4680a81c4c28f2eb71569/docs/attributes-registry/exception.md#exception-type))

0 commit comments

Comments
 (0)