Skip to content

Commit ae87c81

Browse files
Release v1.12.0 (#2612)
1 parent 481bf07 commit ae87c81

File tree

2 files changed

+78
-7
lines changed

2 files changed

+78
-7
lines changed

CHANGELOG.md

Lines changed: 60 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,46 @@ 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.12.0 (2022-06-10)
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)).
1846
- Clarify SDK behavior when view conflicts are present
1947
([#2462](https://github.com/open-telemetry/opentelemetry-specification/pull/2462)).
2048
- Clarify MetricReader.Collect result
2149
([#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)).
2450
- 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)).
2956

3057
### Logs
3158

@@ -34,6 +61,8 @@ release.
3461

3562
### Resource
3663

64+
- No changes.
65+
3766
### Semantic Conventions
3867

3968
- Add semantic conventions for JVM CPU metrics
@@ -43,19 +72,43 @@ release.
4372
([#2502](https://github.com/open-telemetry/opentelemetry-specification/pull/2502))
4473
- Define attribute requirement levels
4574
([#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)).
4677
- Add semantic conventions for Kafka consumer metrics
4778
([#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)).
4890

4991
### Compatibility
5092

93+
- No changes.
94+
5195
### OpenTelemetry Protocol
5296

97+
- No changes.
98+
5399
### SDK Configuration
54100

101+
- No changes.
102+
55103
### Telemetry Schemas
56104

105+
- No changes.
106+
57107
### Common
58108

109+
- Move non-otlp.md to common directory
110+
([#2587](https://github.com/open-telemetry/opentelemetry-specification/pull/2587)).
111+
59112
## v1.11.0 (2022-05-04)
60113

61114
### Context
@@ -88,7 +141,7 @@ release.
88141

89142
### Resource
90143

91-
- Add browser.* attributes ([#2353](https://github.com/open-telemetry/opentelemetry-specification/pull/2353)).
144+
- No changes.
92145

93146
### Semantic Conventions
94147

schemas/1.12.0

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
file_format: 1.0.0
2+
schema_url: https://opentelemetry.io/schemas/1.12.0
3+
versions:
4+
1.12.0:
5+
1.11.0:
6+
1.10.0:
7+
1.9.0:
8+
1.8.0:
9+
spans:
10+
changes:
11+
- rename_attributes:
12+
attribute_map:
13+
db.cassandra.keyspace: db.name
14+
db.hbase.namespace: db.name
15+
1.7.0:
16+
1.6.1:
17+
1.5.0:
18+
1.4.0:

0 commit comments

Comments
 (0)