Skip to content

Commit 791f463

Browse files
Release 1.16.0 (#3012)
1 parent 56b7177 commit 791f463

File tree

1 file changed

+49
-5
lines changed

1 file changed

+49
-5
lines changed

CHANGELOG.md

+49-5
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,55 @@ 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.16.0 (2022-12-08)
33+
34+
### Context
35+
36+
- No changes.
37+
38+
### Traces
39+
40+
- No changes.
41+
42+
### Metrics
43+
1644
- Define Experimental MetricProducer as a third-party provider of metric data to MetricReaders.
1745
([#2951](https://github.com/open-telemetry/opentelemetry-specification/pull/2951))
1846
- Add OTLP exporter temporality preference named "LowMemory" which
1947
configures Synchronous Counter and Histogram instruments to use
2048
Delta aggregation temporality, which allows them to shed memory
21-
following a cardinality explosion, thus use less memory. ([#2961](https://github.com/open-telemetry/opentelemetry-specification/pull/2961))
49+
following a cardinality explosion, thus use less memory.
50+
([#2961](https://github.com/open-telemetry/opentelemetry-specification/pull/2961))
2251

2352
### Logs
2453

54+
- Clarification on what an Event is, and what the event.domain and event.name attributes represent
55+
([#2848](https://github.com/open-telemetry/opentelemetry-specification/pull/2848))
2556
- Move `event.domain` from InstrumentationScope attributes to LogRecord
2657
attributes.
2758
([#2940](https://github.com/open-telemetry/opentelemetry-specification/pull/2940))
2859
- Split out Event API from Log API
2960
([#2941](https://github.com/open-telemetry/opentelemetry-specification/pull/2941))
3061
- Clarify data modification in `LogRecordProcessor`.
3162
([#2969](https://github.com/open-telemetry/opentelemetry-specification/pull/2969))
63+
- Make sure it is very clear we are not building a Logging API.
64+
([#2966](https://github.com/open-telemetry/opentelemetry-specification/pull/2966))
3265

3366
### Resource
3467

@@ -37,31 +70,46 @@ release.
3770

3871
### Semantic Conventions
3972

73+
- Add `process.runtime.jvm.gc.duration` metric to semantic conventions.
74+
([#2903](https://github.com/open-telemetry/opentelemetry-specification/pull/2903))
75+
- Make http.status_code metric attribute an int.
76+
([#2943](https://github.com/open-telemetry/opentelemetry-specification/pull/2943))
4077
- Add IBM Cloud as a cloud provider.
4178
([#2965](https://github.com/open-telemetry/opentelemetry-specification/pull/2965))
4279
- Add semantic conventions for Feature Flags
4380
([#2529](https://github.com/open-telemetry/opentelemetry-specification/pull/2529))
4481
- Rename `rpc.request.metadata.<key>` and `rpc.response.metadata.<key>` to
4582
`rpc.grpc.request.metadata.<key>` and `rpc.grpc.response.metadata.<key>`
4683
([#2981](https://github.com/open-telemetry/opentelemetry-specification/pull/2981))
84+
- List the machine-id as potential source for a unique host.id
85+
([#2978](https://github.com/open-telemetry/opentelemetry-specification/pull/2978))
4786
- Add `messaging.kafka.message.offset` attribute.
4887
([#2982](https://github.com/open-telemetry/opentelemetry-specification/pull/2982))
4988
- Update hardware metrics to use `direction` as per general semantic conventions
5089
([#2942](https://github.com/open-telemetry/opentelemetry-specification/pull/2942))
5190

5291
### Compatibility
5392

93+
- Add OpenCensus metric bridge specification.
94+
([#2979](https://github.com/open-telemetry/opentelemetry-specification/pull/2979))
95+
5496
### OpenTelemetry Protocol
5597

98+
- No changes.
99+
56100
### SDK Configuration
57101

58102
- Specify handling of invalid numeric environment variables
59103
([#2963](https://github.com/open-telemetry/opentelemetry-specification/pull/2963))
60104

61105
### Telemetry Schemas
62106

107+
- No changes.
108+
63109
### Common
64110

111+
- No changes.
112+
65113
## v1.15.0 (2022-11-09)
66114

67115
### Context
@@ -86,8 +134,6 @@ release.
86134

87135
- Add `Context` as argument to `LogRecordProcessor#onEmit`.
88136
([#2927](https://github.com/open-telemetry/opentelemetry-specification/pull/2927))
89-
- Clarification on what an Event is, and what the event.domain and event.name attributes represent
90-
([#2848](https://github.com/open-telemetry/opentelemetry-specification/pull/2848))
91137

92138
### Resource
93139

@@ -109,8 +155,6 @@ release.
109155
([#2881](https://github.com/open-telemetry/opentelemetry-specification/pull/2881))
110156
- Add `process.runtime.jvm.memory.usage_after_last_gc` metric to semantic conventions.
111157
([#2901](https://github.com/open-telemetry/opentelemetry-specification/pull/2901))
112-
- Add `process.runtime.jvm.gc.duration` metric to semantic conventions.
113-
([#2903](https://github.com/open-telemetry/opentelemetry-specification/pull/2903))
114158

115159
### Compatibility
116160

0 commit comments

Comments
 (0)