Skip to content

Commit e6aba90

Browse files
author
Alex Boten
committed
add schema definition for direction change
This is a follow up to open-telemetry#2617 now that open-telemetry#2653 has been merged.
1 parent 42081e0 commit e6aba90

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

schemas/1.13.0

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
file_format: 1.1.0
2+
schema_url: https://opentelemetry.io/schemas/1.13.0
3+
versions:
4+
1.13.0:
5+
metrics:
6+
changes:
7+
- split:
8+
apply_to_metric: system.paging.operations
9+
by_attribute: direction
10+
metrics_from_attributes:
11+
system.paging.operations.in: in
12+
system.paging.operations.out: out
13+
- split:
14+
apply_to_metric: system.disk.io
15+
by_attribute: direction
16+
metrics_from_attributes:
17+
system.disk.io.read: read
18+
system.disk.io.write: write
19+
- split:
20+
apply_to_metric: system.disk.operations
21+
by_attribute: direction
22+
metrics_from_attributes:
23+
system.disk.operations.read: read
24+
system.disk.operations.write: write
25+
- split:
26+
apply_to_metric: system.disk.operation_time
27+
by_attribute: direction
28+
metrics_from_attributes:
29+
system.disk.operation_time.read: read
30+
system.disk.operation_time.write: write
31+
- split:
32+
apply_to_metric: system.disk.merged
33+
by_attribute: direction
34+
metrics_from_attributes:
35+
system.disk.merged.read: read
36+
system.disk.merged.write: write
37+
- split:
38+
apply_to_metric: system.network.dropped
39+
by_attribute: direction
40+
metrics_from_attributes:
41+
system.network.dropped.receive: receive
42+
system.network.dropped.transmit: transmit
43+
- split:
44+
apply_to_metric: system.network.packets
45+
by_attribute: direction
46+
metrics_from_attributes:
47+
system.network.packets.receive: receive
48+
system.network.packets.transmit: transmit
49+
- split:
50+
apply_to_metric: system.network.errors
51+
by_attribute: direction
52+
metrics_from_attributes:
53+
system.network.errors.receive: receive
54+
system.network.errors.transmit: transmit
55+
- split:
56+
apply_to_metric: system.network.io
57+
by_attribute: direction
58+
metrics_from_attributes:
59+
system.network.io.receive: receive
60+
system.network.io.transmit: transmit
61+
62+
1.12.0:
63+
spans:
64+
changes:
65+
- rename_attributes:
66+
attribute_map:
67+
net.peer.ip: net.sock.peer.addr
68+
net.host.ip: net.sock.host.addr
69+
1.11.0:
70+
1.10.0:
71+
1.9.0:
72+
1.8.0:
73+
spans:
74+
changes:
75+
- rename_attributes:
76+
attribute_map:
77+
db.cassandra.keyspace: db.name
78+
db.hbase.namespace: db.name
79+
1.7.0:
80+
1.6.1:
81+
1.5.0:
82+
1.4.0:

0 commit comments

Comments
 (0)