Skip to content

v1.5.0/v0.98.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 21:49
· 141 commits to main since this release
v0.98.0
ae67b7c

End User Changelog

πŸ›‘ Breaking changes πŸ›‘

  • service: emit internal collector metrics with _ instead of / with OTLP export (#9774)
    This is addressing an issue w/ the names of the metrics generated by the Collector for its
    internal metrics. Note that this change only impacts users that emit telemetry using OTLP, which
    is currently still in experimental support. The prometheus metrics already replaced / with _
    and they will do the same with _.

πŸ’‘ Enhancements πŸ’‘

  • mdatagen: Adds unsupported platforms to the README header (#9794)
  • confmap: Clarify the use of embedded structs to make unmarshaling composable (#7101)
  • nopexporter: Promote the nopexporter to beta (#7316)
  • nopreceiver: Promote the nopreceiver to beta (#7316)
  • otlpexporter: Checks for port in the config validation for the otlpexporter (#9505)
  • service: Validate pipeline type against component types (#8007)

🧰 Bug fixes 🧰

  • configtls: Fix issue where IncludeSystemCACertsPool was not consistently used between ServerConfig and ClientConfig. (#9835)
  • component: Fix issue where the components command wasn't properly printing the component type. (#9856)
  • otelcol: Fix issue where the validate command wasn't properly printing valid component type. (#9866)
  • receiver/otlp: Fix bug where the otlp receiver did not properly respond with a retryable error code when possible for http (#9357)

Go API Changelog

πŸ›‘ Breaking changes πŸ›‘

  • component: Restricts maximum length for component.Type to 63 characters. (#9872)
  • configgrpc: Remove deprecated ToServerContext, use ToServer instead. (#9836)
  • configgrpc: Remove deprecated SanitizedEndpoint. (#9836)
  • configtls: Remove Deprecated TLSSetting, TLSClientSetting, and TLSServerSetting. (#9786)
  • configtls: Rename TLSSetting to Config on ClientConfig and ServerConfig. (#9786)

🚩 Deprecations 🚩

  • confighttp: Deprecate ToClient,ToListenerand ToServer use ToClientContext,ToListenerContext and ToServerContextinstead. (#9807)
  • configtls: Deprecate ClientConfig.LoadTLSConfig and ServerConfig.LoadTLSConfig, use ClientConfig.LoadTLSConfigContext and ServerConfig.LoadTLSConfigContext instead. (#9811)

πŸ’‘ Enhancements πŸ’‘

  • Introduce new module for generating pdata: pdata/testdata (#9886)

  • exporterhelper: Make the WithBatcher option available for regular exporter helpers based on OTLP data type. (#8122)
    Now, WithBatcher can be used with both regular exporter helper (e.g. NewTracesExporter) and the request-based exporter
    helper (e.g. NewTracesRequestExporter). The request-based exporter helpers require WithRequestBatchFuncs option
    providing batching functions.

  • confmap: Creates a logger in the confmap.ProviderSettings and uses it to log when there is a missing or blank environment variable referenced in config. For now the noop logger is used everywhere except tests. (#5615)

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.98.0