OpenTelemetry
v0.159.0Observability2026년 8월 17일
익스포터 큐 배치 기능 플래그가 추가되고, 익스포터와 스크레이퍼 메트릭 기록 방식이 바뀝니다. 공개 API의 필드 형태도 변경되며, 보안 권고나 보안 수정은 공개되지 않았습니다.
영향 확인 (2)
breaking
extension/zpages설정 필드 구조 변경extension/zpages를 구성한 경우 적용됩니다.Config에서confighttp.가 임베디드 필드가 아닌 이름 있는 필드로 바뀝니다.ServerConfig breaking
pkg/confighttp인증 설정 필드 구조 변경pkg/confighttp에서 인증 설정을 사용하는 경우 적용됩니다.AuthConfig에서configauth.가 임베디드 필드가 아닌 이름 있는 필드로 바뀝니다.Config
그 외 기록된 변경 6건 전체value changes 4 · additions 2
value changes (4)
- Previously the batch send size histograms were recorded at enqueue time (
Offer), so they measured incoming request sizes rather than the post-batching request handed to the downstream sender. Those histograms are now recorded in the obs report sender. - -
pkg/scraperhelper: Use{record}instead of{datapoint}as the unit of the log record and profile record scraper metrics (#15730) Affectsotelcol_scraper_scraped_log_records,otelcol_scraper_errored_log_records,otelcol_scraper_scraped_profile_recordsandotelcol_scraper_errored_profile_records. - -
pkg/config/configretry: MigrateBackOffConfigto schema-based configuration generated by mdatagen. (#15502) - -
pkg/config/configtls: MigrateTLScore types to schema-based configuration generated by mdatagen. (#15693)
additions (2)
- -
pkg/exporterhelper: Add thepkg.feature gate (#14038, #13582, #12022) When enabled, the batch settings returned byexporterhelper. queueBatchEnabled NewDefaultQueueConfig()havebatch::enabledtrue. See [migration RFC](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/batching-migration.md#phase-1). - The previous enqueue-time measurements are preserved under the new
otelcol_exporter_enqueue_sizeandotelcol_exporter_enqueue_size_bytesmetrics for queue sizing.
OpenTelemetry 스택에 추가
조치가 필요한 릴리스가 나왔을 때 주간 메일로 알려드립니다. 이번 릴리스의 브레이킹 체인지 같은 것들입니다.