@@ -11,6 +11,32 @@ release.
1111
1212### Traces
1313
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+
1440- Rename ` http.retry_count ` to ` http.resend_count ` and clarify its meaning.
1541 ([ #2743 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2743 ) )
1642
@@ -20,6 +46,8 @@ release.
2046 ([ #2890 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2890 ) )
2147- Allow to configure min/max recording in the exponential histogram aggregation.
2248 ([ #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 ) )
2351
2452### Logs
2553
@@ -28,12 +56,20 @@ release.
2856
2957### Resource
3058
59+ - No changes.
60+
3161### Semantic Conventions
3262
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 ) )
3367- Add gRPC request and response metadata semantic conventions
3468 ([ #2874 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2874 ) )
3569- Add ` process.paging.faults ` metric to semantic conventions
3670 ([ #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 ) )
3773- Add more semantic convetion attributes of Apache RocketMQ
3874 ([ #2881 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2881 ) )
3975- Add ` process.runtime.jvm.memory.usage_after_last_gc ` metric to semantic conventions.
@@ -51,10 +87,17 @@ release.
5187
5288### SDK Configuration
5389
90+ - No changes.
91+
5492### Telemetry Schemas
5593
94+ - No changes.
95+
5696### Common
5797
98+ - Clarify that Scope is defined at build time
99+ ([ #2878 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2878 ) )
100+
58101## v1.14.0 (2022-10-04)
59102
60103### Context
0 commit comments