-
Notifications
You must be signed in to change notification settings - Fork 419
/
device.yml
77 lines (74 loc) · 3.2 KB
/
device.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright
# ownership. Elasticsearch B.V. licenses this file to you under
# the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
- name: device
title: Device
group: 2
short: Fields characterizing a (mobile) device a process or application is running on.
description: >
Fields that describe a device instance and its characteristics.
Data collected for applications and processes running on a (mobile) device can be enriched with these fields
to describe the identity, type and other characteristics of the device.
This field group definition is based on the Device namespace of the OpenTelemetry Semantic Conventions (https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/device/).
beta: >
These fields are in beta and are subject to change.
type: group
fields:
- name: id
level: extended
example: 00000000-54b3-e7c7-0000-000046bffd97
type: keyword
short: The unique identifier of a device.
description: >
The unique identifier of a device. The identifier must not change across application sessions but stay fixed for an instance of a (mobile) device.
On iOS, this value must be equal to the vendor identifier (https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor).
On Android, this value must be equal to the Firebase Installation ID or a globally unique UUID which is persisted across sessions in your application.
For GDPR and data protection law reasons this identifier should not carry information that would allow to identify a user.
otel:
- relation: match
- name: model.name
level: extended
example: Samsung Galaxy S6
type: keyword
description: >
The human readable marketing name of the device model.
otel:
- relation: match
- name: model.identifier
level: extended
example: SM-G920F
type: keyword
description: >
The machine readable identifier of the device model.
otel:
- relation: match
- name: manufacturer
level: extended
example: Samsung
type: keyword
description: >
The vendor name of the device manufacturer.
otel:
- relation: match
- name: serial_number
level: core
type: keyword
short: Serial Number of the device
description: >
The unique serial number serves as a distinct identifier for each device, aiding in inventory management and device authentication.
example: DJGAQS4CW5
beta: This field is beta and subject to change.