Skip to content

Commit 706542a

Browse files
authored
Merge branch 'main' into all-spec-requirement-levels
2 parents c681a3b + ae87c81 commit 706542a

File tree

3 files changed

+78
-4
lines changed

3 files changed

+78
-4
lines changed

CHANGELOG.md

+59-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +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.
2551
([#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)).
2656

2757
### Logs
2858

@@ -31,6 +61,8 @@ release.
3161

3262
### Resource
3363

64+
- No changes.
65+
3466
### Semantic Conventions
3567

3668
- Add semantic conventions for JVM CPU metrics
@@ -40,21 +72,45 @@ release.
4072
([#2502](https://github.com/open-telemetry/opentelemetry-specification/pull/2502))
4173
- Define attribute requirement levels
4274
([#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)).
4377
- Add semantic conventions for Kafka consumer metrics
4478
([#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)).
4590
- Adopt attribute requirement levels in semantic conventions
4691
([#2594](https://github.com/open-telemetry/opentelemetry-specification/pull/2594))
4792

4893
### Compatibility
4994

95+
- No changes.
96+
5097
### OpenTelemetry Protocol
5198

99+
- No changes.
100+
52101
### SDK Configuration
53102

103+
- No changes.
104+
54105
### Telemetry Schemas
55106

107+
- No changes.
108+
56109
### Common
57110

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

60116
### Context
@@ -87,7 +143,7 @@ release.
87143

88144
### Resource
89145

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

92148
### Semantic Conventions
93149

schemas/1.12.0

+18
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:

specification/metrics/semantic_conventions/runtime-environment-metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ All JVM metric attributes are required unless otherwise indicated.
6565
| | | | | | | pool | Name of pool [1] |
6666
| process.runtime.jvm.memory.committed | Measure of memory committed | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
6767
| | | | | | | pool | Name of pool [1] |
68-
| process.runtime.jvm.memory.max | Measure of max obtainable memory | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
68+
| process.runtime.jvm.memory.limit | Measure of max obtainable memory | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
6969
| | | | | | | pool | Name of pool [1] |
7070
| process.runtime.jvm.threads.count | Number of executing threads | threads | `{threads}` | UpDownCounter | Int64 | | |
7171
| process.runtime.jvm.classes.loaded | Number of classes loaded since JVM start | classes | `{classes}` | Counter | Int64 | | |

0 commit comments

Comments
 (0)