@@ -13,16 +13,46 @@ release.
13
13
14
14
### Metrics
15
15
16
+ ### Logs
17
+
18
+ ### Resource
19
+
20
+ ### Semantic Conventions
21
+
22
+ ### Compatibility
23
+
24
+ ### OpenTelemetry Protocol
25
+
26
+ ### SDK Configuration
27
+
28
+ ### Telemetry Schemas
29
+
30
+ ### Common
31
+
32
+ ## v1.12.0 (2022-06-10)
33
+
34
+ ### Context
35
+
36
+ - No changes.
37
+
38
+ ### Traces
39
+
40
+ - No changes.
41
+
42
+ ### Metrics
43
+
16
44
- Clarify that API support for multi-instrument callbacks is permitted.
17
45
([ #2263 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2263 ) ).
18
46
- Clarify SDK behavior when view conflicts are present
19
47
([ #2462 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2462 ) ).
20
48
- Clarify MetricReader.Collect result
21
49
([ #2495 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2495 ) ).
22
- - Add database connection pool metrics semantic conventions
23
- ([ #2273 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2273 ) ).
24
50
- Specify optional support for an Exponential Histogram Aggregation.
25
51
([ #2252 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2252 ) )
52
+ - Update Prometheus Sums for handling delta counter case
53
+ ([ #2570 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2570 ) ).
54
+ - Supplementary guidance for metrics additive property
55
+ ([ #2571 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2571 ) ).
26
56
27
57
### Logs
28
58
@@ -31,6 +61,8 @@ release.
31
61
32
62
### Resource
33
63
64
+ - No changes.
65
+
34
66
### Semantic Conventions
35
67
36
68
- Add semantic conventions for JVM CPU metrics
@@ -40,21 +72,45 @@ release.
40
72
([ #2502 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2502 ) )
41
73
- Define attribute requirement levels
42
74
([ #2522 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2522 ) )
75
+ - Initial addition of Kafka metrics
76
+ ([ #2485 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2485 ) ).
43
77
- Add semantic conventions for Kafka consumer metrics
44
78
([ #2536 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2536 ) )
79
+ - Add database connection pool metrics semantic conventions
80
+ ([ #2273 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2273 ) ).
81
+ - Specify how to obtain a Ruby thread's id
82
+ ([ #2508 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2508 ) ).
83
+ - Refactor jvm classes semantic conventions
84
+ ([ #2550 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2550 ) ).
85
+ - Add browser.* attributes
86
+ ([ #2353 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2353 ) ).
87
+ - Change JVM runtime metric ` process.runtime.jvm.memory.max `
88
+ to ` process.runtime.jvm.memory.limit `
89
+ ([ #2605 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2605 ) ).
45
90
- Adopt attribute requirement levels in semantic conventions
46
91
([ #2594 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2594 ) )
47
92
48
93
### Compatibility
49
94
95
+ - No changes.
96
+
50
97
### OpenTelemetry Protocol
51
98
99
+ - No changes.
100
+
52
101
### SDK Configuration
53
102
103
+ - No changes.
104
+
54
105
### Telemetry Schemas
55
106
107
+ - No changes.
108
+
56
109
### Common
57
110
111
+ - Move non-otlp.md to common directory
112
+ ([ #2587 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2587 ) ).
113
+
58
114
## v1.11.0 (2022-05-04)
59
115
60
116
### Context
@@ -87,7 +143,7 @@ release.
87
143
88
144
### Resource
89
145
90
- - Add browser. * attributes ( [ # 2353 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2353 ) ) .
146
+ - No changes .
91
147
92
148
### Semantic Conventions
93
149
0 commit comments