@@ -13,19 +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
- ([ #2252 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2252 ) ).
26
- - Change JVM runtime metric ` process.runtime.jvm.memory.max `
27
- to ` process.runtime.jvm.memory.limit `
28
- - ([ #2605 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2605 ) ).
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 ) ).
29
56
30
57
### Logs
31
58
@@ -34,6 +61,8 @@ release.
34
61
35
62
### Resource
36
63
64
+ - No changes.
65
+
37
66
### Semantic Conventions
38
67
39
68
- Add semantic conventions for JVM CPU metrics
@@ -43,19 +72,43 @@ release.
43
72
([ #2502 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2502 ) )
44
73
- Define attribute requirement levels
45
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 ) ).
46
77
- Add semantic conventions for Kafka consumer metrics
47
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 ) ).
48
90
49
91
### Compatibility
50
92
93
+ - No changes.
94
+
51
95
### OpenTelemetry Protocol
52
96
97
+ - No changes.
98
+
53
99
### SDK Configuration
54
100
101
+ - No changes.
102
+
55
103
### Telemetry Schemas
56
104
105
+ - No changes.
106
+
57
107
### Common
58
108
109
+ - Move non-otlp.md to common directory
110
+ ([ #2587 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2587 ) ).
111
+
59
112
## v1.11.0 (2022-05-04)
60
113
61
114
### Context
@@ -88,7 +141,7 @@ release.
88
141
89
142
### Resource
90
143
91
- - Add browser. * attributes ( [ # 2353 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2353 ) ) .
144
+ - No changes .
92
145
93
146
### Semantic Conventions
94
147
0 commit comments