Commit 50149c2
Release 1.56 (#5029)
### Context
- Align environment variable context propagation name restrictions with
POSIX.1-2024
and define normalization behavior.
([#4944](#4944))
- Decouple the responsibilities of the environment variable propagation
carrier.
([#4961](#4961))
- Remove misleading implementation approach the environment variable
propagation.
([#5003](#5003))
- Change Environment Variables as Context Propagation Carriers document
status to Beta.
([#5020](#5020))
### Traces
- Stabilize Tracer `enabled` operation
([#4941](#4941))
- Stabilize `AlwaysRecord` sampler.
([#4934](#4934))
### Metrics
- Add development `maxExportBatchSize` parameter to Periodic exporting
MetricReader.
([#4895](#4895))
### Logs
- Add event to span event bridge.
([#5006](#5006))
### Resource
- Clarify that a Resource describes the observed entity, not the
component
that technically emits telemetry.
([#4905](#4905))
### Compatibility
- Deprecate OpenTracing compatibility requirements in the specification.
([#4938](#4938))
- Stabilize sections of Prometheus and OpenMetrics Compatibility.
- Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram
transformation.
([#4874](#4874))
- Stabilize Prometheus Timestamp and Start timestamp transformation.
([#4953](#4953))
- Clarify Prometheus Native Histogram to OTLP Exponential Histogram
conversion,
add conversion rules for Native Histograms with Custom Buckets (NHCB) to
OTLP
Histogram.
([#4898](#4898))
- Stabilize Prometheus Dropped Types transformation.
([#4952](#4952))
- Stabilize OpenTelemetry Attributes to Prometheus labels
transformation.
([#4963](#4963))
- Stabilize Prometheus Exemplar to OpenTelemetry Exemplar
transformation.
([#4962](#4962))
- Stabilize Prometheus Metadata transformation.
([#4954](#4954))
- Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata.
([#4966](#4966))
- Stabilize OpenTelemetry Exemplar to Prometheus Exemplar
transformation.
([#4964](#4964))
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize host configuration.
([#5025](#5025))
### SDK Configuration
- Declarative configuration: add in-development guidance for exposing
the
effective `Resource` returned by `Create`.
([#4949](#4949))
- Require spec changes to consider declarative config schema
([#4916](#4916))
- Add strict YAML parsing guidance to configuration supplementary
guidelines.
([#4878](#4878))
### OTEPs
- Process Context: Sharing Resource Attributes with External Readers.
([#4719](#4719))
- Support multiple Resources within an SDK.
([#4665](#4665))
---------
Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>1 parent 5fd6988 commit 50149c2
1 file changed
Lines changed: 40 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
12 | 42 | | |
13 | 43 | | |
14 | | - | |
| 44 | + | |
15 | 45 | | |
16 | | - | |
| 46 | + | |
17 | 47 | | |
18 | | - | |
| 48 | + | |
19 | 49 | | |
20 | | - | |
| 50 | + | |
21 | 51 | | |
22 | 52 | | |
23 | 53 | | |
| |||
36 | 66 | | |
37 | 67 | | |
38 | 68 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 69 | | |
44 | 70 | | |
45 | 71 | | |
| |||
51 | 77 | | |
52 | 78 | | |
53 | 79 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 80 | | |
59 | 81 | | |
60 | 82 | | |
61 | | - | |
| 83 | + | |
62 | 84 | | |
63 | 85 | | |
64 | 86 | | |
| |||
82 | 104 | | |
83 | 105 | | |
84 | 106 | | |
85 | | - | |
| 107 | + | |
86 | 108 | | |
87 | 109 | | |
88 | 110 | | |
89 | 111 | | |
90 | 112 | | |
91 | | - | |
| 113 | + | |
92 | 114 | | |
93 | 115 | | |
94 | 116 | | |
95 | 117 | | |
96 | 118 | | |
97 | | - | |
98 | | - | |
99 | 119 | | |
100 | 120 | | |
101 | 121 | | |
102 | 122 | | |
| 123 | + | |
| 124 | + | |
103 | 125 | | |
104 | | - | |
| 126 | + | |
105 | 127 | | |
106 | 128 | | |
107 | 129 | | |
| |||
214 | 236 | | |
215 | 237 | | |
216 | 238 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 239 | | |
221 | 240 | | |
222 | 241 | | |
| |||
0 commit comments