@@ -13,39 +13,97 @@ release.
1313
1414### Metrics
1515
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.11.0 (2022-05-04)
33+
34+ ### Context
35+
36+ - No changes.
37+
38+ ### Traces
39+
40+ - No changes.
41+
42+ ### Metrics
43+
1644- Clarify that API support for multi-instrument callbacks is permitted.
1745 ([ #2263 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2263 ) ).
46+ - Drop histogram aggregation, default to explicit bucket histogram
47+ ([ #2429 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2429 ) )
1848- Clarify SDK behavior when view conflicts are present
1949 ([ #2462 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2462 ) ).
50+ - Add support for exemplars on OpenMetrics counters
51+ ([ #2483 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2483 ) )
2052- Clarify MetricReader.Collect result
2153 ([ #2495 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2495 ) ).
2254- Add database connection pool metrics semantic conventions
2355 ([ #2273 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2273 ) ).
2456
2557### Logs
2658
59+ - Update ` com.google.* ` to ` gcp.* ` in logs data model
60+ ([ #2514 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2514 ) ).
61+
2762### Resource
2863
64+ - No changes.
65+
2966### Semantic Conventions
3067
68+ - Note added that ` net.peer.name ` SHOULD NOT be set if capturing it would require an
69+ extra reverse DNS lookup. And moved ` net.peer.name ` from common http attributes to
70+ just client http attributes.
71+ ([ #2446 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2446 ) )
72+ - Add ` net.host.name ` and ` net.host.ip ` conventions for rpc server spans.
73+ ([ #2447 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2447 ) )
74+ - Allow all metric conventions to be either synchronous or asynchronous.
75+ ([ #2458 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2458 )
3176- Update JVM metrics with JMX Gatherer values
3277 ([ #2478 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2478 ) )
78+ - Add HTTP/3
79+ ([ #2507 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2507 ) )
80+ - Map SunOS to solaris for os.type resource attribute
81+ ([ #2509 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2509 ) )
3382
3483### Compatibility
3584
85+ - No changes.
86+
3687### OpenTelemetry Protocol
3788
3889- Clarify gRPC insecure option ([ #2476 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2476 ) )
39- - Specify that OTLP/gRPC clients should retry on ` RESOURCE_EXHAUSTED ` code only if the server signals backpressure to indicate a possible recovery. ([ #2480 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2480 ) )
90+ - Specify that OTLP/gRPC clients should retry on ` RESOURCE_EXHAUSTED ` code only if the server signals backpressure to indicate a possible recovery.
91+ ([ #2480 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2480 ) )
4092
4193### SDK Configuration
4294
95+ - No changes.
96+
4397### Telemetry Schemas
4498
99+ - No changes.
100+
45101### Common
46102
47103- Define semantic conventions and instrumentation stability.
48104 ([ #2180 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2180 ) )
105+ - Loosen requirement for a major version bump
106+ ([ #2510 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2510 ) ).
49107
50108## v1.10.0 (2022-04-01)
51109
@@ -136,18 +194,10 @@ release.
136194 ([ #2290 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2290 ) )
137195- Add semantic conventions for [ CloudEvents] ( https://cloudevents.io ) .
138196 ([ #1978 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1978 ) )
139- - Allow all metric conventions to be either synchronous or asynchronous.
140- ([ #2458 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2458 )
141197- Add ` process.cpu.utilization ` metric.
142198 ([ #2436 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2436 ) )
143199- Add ` rpc.system ` value for Apache Dubbo.
144200 ([ #2453 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2453 ) )
145- - Note added that ` net.peer.name ` SHOULD NOT be set if capturing it would require an
146- extra reverse DNS lookup. And moved ` net.peer.name ` from common http attributes to
147- just client http attributes.
148- ([ #2446 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2446 ) )
149- - Add ` net.host.name ` and ` net.host.ip ` conventions for rpc server spans.
150- ([ #2447 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2447 ) )
151201
152202### Compatibility
153203
0 commit comments