@@ -11,6 +11,32 @@ release.
11
11
12
12
### Traces
13
13
14
+ ### Metrics
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.15.0 (2022-11-09)
33
+
34
+ ### Context
35
+
36
+ - No changes.
37
+
38
+ ### Traces
39
+
14
40
- Rename ` http.retry_count ` to ` http.resend_count ` and clarify its meaning.
15
41
([ #2743 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2743 ) )
16
42
@@ -20,6 +46,8 @@ release.
20
46
([ #2890 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2890 ) )
21
47
- Allow to configure min/max recording in the exponential histogram aggregation.
22
48
([ #2904 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2904 ) )
49
+ - Add table of instrument additive property
50
+ ([ #2906 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2906 ) )
23
51
24
52
### Logs
25
53
@@ -28,12 +56,20 @@ release.
28
56
29
57
### Resource
30
58
59
+ - No changes.
60
+
31
61
### Semantic Conventions
32
62
63
+ - Change to messaging.kafka.max.lag from UpDownCounter to Gauge (and rename it)
64
+ ([ #2837 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2837 ) )
65
+ - Add daemon attribute to jvm threads metric
66
+ ([ #2828 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2828 ) )
33
67
- Add gRPC request and response metadata semantic conventions
34
68
([ #2874 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2874 ) )
35
69
- Add ` process.paging.faults ` metric to semantic conventions
36
70
([ #2827 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2827 ) )
71
+ - Define semantic conventions yaml for non-otlp conventions
72
+ ([ #2850 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2850 ) )
37
73
- Add more semantic convetion attributes of Apache RocketMQ
38
74
([ #2881 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2881 ) )
39
75
- Add ` process.runtime.jvm.memory.usage_after_last_gc ` metric to semantic conventions.
@@ -51,10 +87,17 @@ release.
51
87
52
88
### SDK Configuration
53
89
90
+ - No changes.
91
+
54
92
### Telemetry Schemas
55
93
94
+ - No changes.
95
+
56
96
### Common
57
97
98
+ - Clarify that Scope is defined at build time
99
+ ([ #2878 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2878 ) )
100
+
58
101
## v1.14.0 (2022-10-04)
59
102
60
103
### Context
0 commit comments