Skip to content

Commit 91005e1

Browse files
authored
Updating Android's troubleshooting (#3373)
1 parent b825d57 commit 91005e1

File tree

1 file changed

+7
-0
lines changed
  • troubleshoot/ingest/opentelemetry/edot-sdks/android

1 file changed

+7
-0
lines changed

troubleshoot/ingest/opentelemetry/edot-sdks/android/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,10 @@ Follow [this quick guide](../../../../../solutions/observability/apm/api-keys.md
169169

170170
Follow [this guide](https://www.elastic.co/docs/api/doc/kibana/operation/operation-createagentkey) to create an API Key with a set of privileges that are scoped for the APM Agent use case only.
171171

172+
## Missing general attributes
173+
174+
Some [general attributes](https://opentelemetry.io/docs/specs/semconv/general/attributes/) require Android permissions to be granted for the host app; otherwise, they cannot be collected. The ones affected are the following:
175+
176+
| Attribute | Required permission |
177+
|------------------------------|----------------------------------------------------------------------------------------------------------|
178+
| `network.connection.subtype` | [READ_PHONE_STATE](https://developer.android.com/reference/android/Manifest.permission#READ_PHONE_STATE) |

0 commit comments

Comments
 (0)