Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.93.0 -> v0.141.0 age confidence

Release Notes

open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter)

v0.141.0

Compare Source

🛑 Breaking changes 🛑
  • all: fix pprofile DurationNano to be a TypeUint64 (#​44397)

  • cmd/otelcontribcol: Removing unmaintained component exporter/carbon (#​38913)

  • connector/spanmetrics: Add a feature gate to use the latest semantic conventions for the status code attribute on generated metrics. | This feature gate will replace the status.code attribute on the generated RED metrics with otel.status_code. | It will also replace the values STATUS_CODE_ERROR and STATUS_CODE_OK with ERROR and OK to align with the latest conventions. (#​42103)
    This change is made to align with the latest semantic conventions. | The feature gate is disabled by default, but can be enabled with --feature-gates spanmetrics.statusCodeConvention.useOtelPrefix | or explicitly disabled with --feature-gates -spanmetrics.statusCodeConvention.useOtelPrefix.

  • exporter/clickhouse: Add EventName column to logs table (#​42584)
    This column is optional for existing deployments. See project README for notes on how to upgrade your logs table.

  • exporter/clickhouse: Add columns for tracking JSON paths in logs + traces (#​43109)
    The JSON columns now include a helper column for keeping track of what keys are inside of the JSON object.
    This change also introduces schema detection logic to reduce breaking changes whenever a column is added.
    Existing users can enable these features by manually adding all the new columns to their table.

  • exporter/kafka: exporter.kafkaexporter.UseFranzGo feature gate moved to Stable and is now always enabled (#​44565)
    The franz-go client is now the default and only Kafka client library for the Kafka exporter.
    The feature gate exporter.kafkaexporter.UseFranzGo has been promoted to Stable status and cannot be disabled.
    Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client.
    The Sarama client and the feature gate will be removed completely after v0.143.0.

  • extension/docker_observer: Upgrading Docker API version default from 1.24 to 1.44 (#​44279)

  • pkg/ottl: Type of field profile.duration changes from time.Time to int64. (#​44397)

  • receiver/azureeventhub: Promote Feature Gate receiver.azureeventhubreceiver.UseAzeventhubs to Beta (#​44335)

  • receiver/k8slog: Update k8slogreceiver code-owners status and mark as unmaintained (#​44078)

  • receiver/kafka: Remove deprecated topic and encoding (#​44568)

  • receiver/kafka: receiver.kafkareceiver.UseFranzGo feature gate moved to Stable and is now always enabled (#​44564)
    The franz-go client is now the default and only Kafka client library for the Kafka receiver.
    The feature gate receiver.kafkareceiver.UseFranzGo has been promoted to Stable status and cannot be disabled.
    Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client.
    The Sarama code and the feature gate will be removed completely after v0.143.0.

🚩 Deprecations 🚩
  • receiver/prometheus: Add feature gate for extra scrape metrics in Prometheus receiver (#​44181)
    deprecation of extra scrape metrics in Prometheus receiver will be removed eventually.
🚀 New components 🚀
  • connector/metricsaslogs: Add connector to convert metrics to logs (#​40938)
  • extension/azure_encoding: [extension/azure_encoding] Introduce new component (#​41725)
    This change includes only overall structure, readme and configuration for a new component
  • receiver/awslambda: Implementation of the AWS Lambda Receiver. (#​43504)
  • receiver/macosunifiedlogging: Add a new receiver for macOS Unified Logging. (#​44089)
  • receiver/macosunifiedlogging: Implementation of the macOS Unified Logging Receiver. (#​44089)
💡 Enhancements 💡
  • connector/count: Support all attribute types in the count connector (#​43768)

  • connector/routing: Avoid extra copy of all data during routing (#​44387)

  • exporter/awss3: Support compression with ZSTD (#​44542)

  • exporter/azuremonitor: Add additional mapping of standard OTel properties to builtin Application Insights properties (#​40598)

  • exporter/cassandra: cassandraexporter: Upgrade cassandra library version (#​43691)
    Upgrade cassandra library version.

  • exporter/elasticsearch: Updates the ecs mode span encode to include the span.kind attribute (#​44139)

  • exporter/elasticsearch: add missing fields to struct so that they are populated in the respective elasticsearch index (#​44234)

  • exporter/file: Add create_directory and directory_permissions options; exporter can automatically create parent directories (also honored by group_by) with configurable permissions. (#​44280)

    • New config: create_directory (bool) and directory_permissions (octal string, e.g. "0755").
    • When enabled, the exporter creates the parent directory of path on start.
    • group_by uses the configured permissions when creating per-attribute directories.
  • exporter/googlecloudpubsub: Update to cloud.google.com/go/pubsub/v2. (#​44465)

  • exporter/googlecloudpubsub: Add encoding extension support (#​42270, #​41834)
    Add encoding extension support for the payload on Pub/Sub. As having custom extensions means the Pub/Sub attributes
    cannot be auto discovered additional functionality has been added to set the message attributes.

  • exporter/prometheus: Add without_scope_info to omit otel scope info from prometheus exporter metrics (#​43613)

  • exporter/prometheus: Add support to exponential histograms (#​33703)

  • exporter/signalfx: Makes sending tags from SignalFx Exporter configurable (#​43799)
    New optional configuration flag drop_tags has been added to SignalFx Exporter to allow users to disable tag metadata sending.
    This feature has been introduced due to a common issue among Splunk Observability customers when they're receiving more tags
    than allowed limit.

  • extension/awslogs_encoding: Add more fields to AWS NLB logs at ELB extension (#​43757)

  • extension/googlecloudlogentry_encoding: Add support for Proxy Network Load Balancer logs (#​44099)
    Add support for Proxy Network Load Balancer logs to the Google Cloud log entry encoding extension.
    This includes adding support for the new gcp.load_balancing.proxy_nlb attributes.
    See the README for more details.

  • extension/headers_setter: Add support for chaining with other auth extensions via additional_auth configuration parameter. This allows combining multiple authentication methods, such as OAuth2 for bearer token authentication and custom headers for additional metadata. (#​43797)
    The additional_auth parameter enables the headers_setter extension to work in conjunction
    with other authentication extensions like oauth2client. The additional auth extension is called
    first to apply its authentication, then headers_setter adds its configured headers on top.

  • extension/observer: Add container name, container ID, and container image to port endpoint (#​41309)

  • pkg/ottl: Add ParseSeverity function to define mappings for log severity levels. (#​35778)

  • pkg/ottl: Introduce CommunityID function to generate network hash (20-byte SHA1 digest) flow from the given source and destination {IP, port}, optionally protocol and seed values. (#​34062)

  • pkg/ottl: Expand usage of literal into typed getters and avoid unnecessary work (#​44201)

  • pkg/ottl: SliceToMap: add support to convert slices with non-map elements to maps (#​43099)

  • processor/cumulativetodelta: Add support for exponential histograms (#​44106)

  • processor/resourcedetection: Use osProfile.computerName for setting host.name in Azure resource detection processor (#​43959)

  • processor/resourcedetectionprocessor/oraclecloud: Oracle Cloud (OCI) resource detection processor now differentiates between running off-platform (expected not to work), and encountering an error when running on-platform (expected to work) (#​42794)

    • Collectors not running on Oracle Cloud return an empty resource and no error, since we don't expect this case to work.
    • If the Oracle Cloud platform is detected but metadata fetch fails, the error is now logged and signaled to the processor, since we do expect this case to work.
  • processor/tail_sampling: Add bytes_limiting policy type, sample based on the rate of bytes per second using a token bucket algorithm. (#​42509)

  • processor/tail_sampling: Adaptive expected_new_traces_per_sec to improve performance lower bound (#​43561)

  • receiver/googlecloudpubsub: Update to cloud.google.com/go/pubsub/v2. (#​44466)

  • receiver/googlecloudpubsub: Adjusts the subscription regex to accommodate new project naming used for Google Trusted Partner Clouds. (#​43988)

  • receiver/googlecloudpubsubpush: Add telemetry metrics to the component. (#​44422)

  • receiver/googlecloudpubsubpush: Add implementation to googlecloudpubsubpush receiver. (#​44101)

  • receiver/k8s_events: Allow more event types like Error and Critical which are typically used by applications when creating events. (#​43401)
    k8seventsreceiver allows event types Error and Critical in addition to the current Normal and Warning event types.

  • receiver/kafka: Add support for exclude topics when consuming topics with a regex pattern (#​43782)

  • receiver/prometheus: Support JWT Profile for Authorization Grant (RFC 7523 3.1) (#​44381)

  • receiver/redis: Add support for redis.mode and redis.sentinel.* metrics (#​42365)

  • receiver/systemd: Promote systemd receiver to alpha (#​33532)

  • receiver/systemd: Scrape unit CPU time (#​44646)

🧰 Bug fixes 🧰
  • cmd/opampsupervisor: Fix supervisor passthrough logs overflow by using bufio.Reader instead of bufio.Scanner (#​44127)

  • cmd/opampsupervisor: Fix data race in remoteConfig field by using atomic pointer for thread-safe concurrent access (#​44173)

  • connector/routing: Fix routing to default route when error occurs (#​44386)
    Before we used to send everything (even records match without error) to the default pipeline, |
    after this change only entries that return error will be "ignored" and if no other rule in the |
    table picks them will be sent to the default rule.

  • exporter/clickhouse: Fix TLS configuration being ignored when only ca_file is provided and no cert/key files are set. (#​43911)
    This change ensures server-side TLS validation works correctly even without client certificates.

  • exporter/elasticsearch: Fix CloudID parsing to correctly handle Elastic Cloud IDs when sent with multiple dollar sign separators (#​44306)
    The CloudID decoder was incorrectly using strings.Cut() which only splits on the first delimiter,
    causing malformed URLs when the decoded CloudID contained multiple $ separators. Changed to use
    strings.Split() to match the reference implementation from go-elasticsearch library.

  • extension/awslogs_encoding: address the SIGSEGV occurring when processing control_message messages. (#​44231)

  • extension/awslogs_encoding: Fix ALB log request_line parsing for valid formats and avoid errors (#​44233)

  • pkg/ottl: Fixed OTTL grammar to treat the string literal "nil" as ordinary text instead of a nil value. (#​44374)

  • pkg/ottl: Return errors when OTTL context setters receive values of the wrong type (#​40198)
    Introduces ctxutil.ExpectType and updates log, metric, and scope setters to surface type assertion failures.

  • pkg/ottl: Fix TrimPrefix/TrimSuffix function name. (#​44630)
    This change also adds a featuregate "ottl.PanicDuplicateName" to control the behavior of panicing when duplicate
    names are registered for the same function.

  • processor/k8sattributes: k8sattributesprocessor now respects semantic convention resolution order for service.namespace (#​43919)
    Previously, when service.namespace was included in the extract metadata configuration, the processor
    would incorrectly allow k8s.namespace.name to override explicitly configured service namespace values
    from OpenTelemetry annotations (e.g., resource.opentelemetry.io/service.namespace). Now the processor
    correctly follows the semantic convention resolution order, where annotation values take precedence over
    inferred Kubernetes namespace names.

  • processor/k8sattributes: Fix incorrect pod metadata assignment when host.name contains a non-IP hostname (#​43938)
    The processor now correctly validates that host.name contains an IP address before using it for pod association.
    Previously, textual hostnames were incorrectly used for pod lookups, causing spans and metrics from one workload
    to receive metadata from unrelated pods that shared the same hostname.

  • receiver/awsxray: Fix incorrect span kind when translating X-Ray segment to trace span with parent ID (#​44404)

  • receiver/azuremonitor: Collect only supported aggregations for each metric (501 not implemented issue) (#​43648)
    Some metrics were not collected because we requested all available aggregation types. This led to 501 errors, as the Azure API returned responses indicating that certain aggregations were not implemented.
    We now use the supported aggregations field from each metric definition to filter and request only the aggregations that are actually supported.
    The user can expect less 501 errors in the logs and more metrics in the results.

  • receiver/datadog: Utilizes thread safe LRU packages (#​42644)

  • receiver/github: Adds corrections to span times when GitHub sends incorrect start and end times. (#​43180)

  • receiver/libhoney: Allow single events and uncompressed requests (#​44026, #​44010)
    The receiver required events to be wrapped in an array before. The single-event format
    was allowed by Honeycomb's API so we have added it here.
    This fix also allows uncompressed requests again

  • receiver/sqlquery: Fix a bug in the sqlqueryreceiver where an error is returned if the query returned a null value. This is now logged as a warning and logs with null values are ignored. (#​43984)

  • receiver/systemd: This allows systemd receiver to be used in collector config (#​44420)

v0.140.1

Compare Source

v0.140.0

Compare Source

🛑 Breaking changes 🛑
  • all: Latest supported k8s version is moved from 1.17 to 1.21. (#​43891)
  • cmd/otelcontribcol: Removing unmaintained component extension/ecstaskobserver (#​43818)
  • exporter/elasticsearch: Upgrade profiles proto to 1.9.0 (#​44031)
  • extension/googlecloudlogentry_encoding: Parse cloud armor logs into log record attributes instead of placing it in the body as is. (#​43389)
  • pkg/ottl: Upgrade profiles proto to 1.9.0 (#​44031)
  • processor/filter: Upgrade profiles proto to 1.9.0 (#​44031)
  • processor/tail_sampling: Replace policy latency metric with total time spent executing specific sampling policy. (#​42620)
    The existing latency metric was misleading and expensive to compute. The new cpu time metric can be used to find expensive policies instead.
  • receiver/pprof: Upgrade profiles proto to 1.9.0 (#​44031)
  • receiver/prometheus: The prometheus receiver no longer adjusts the start time of metrics by default. (#​43656)
    Disable the receiver.prometheusreceiver.RemoveStartTimeAdjustment | feature gate to temporarily re-enable this functionality. Users that need | this functionality should migrate to the metricstarttime processor, | and use the true_reset strategy for equivalent behavior.
🚀 New components 🚀
  • pkg/translator/pprof: move code from receiver/pprofreceiver to pkg/translator/pprof (#​43975)
    pprof is an established format. For a better integration with OTel move code to a dedicated component.
  • receiver/awslambda: Add scaffolding for the new awslambda receiver, for event-triggered receiving of data from S3 and CloudWatch. (#​43504)
  • receiver/googlecloudpubsubpush: Add skeleton to the google pub sub push receiver. (#​43503)
  • receiver/systemd: Report active state of systemd units. (#​33532)
  • receiver/yanggrpc: New component YANG gRPC (#​43840)
💡 Enhancements 💡
  • exporter/azureblob: Added serial_num_enabled and time_parser_enabled options to blob_name_format in Azure Blob Exporter to control random serial number appending and time parsing behavior. (#​43603)

  • exporter/elasticsearch: Add support for latest OTEL SemConv version and fix Elasticsearch exporter ECS mapping for message.destination.name which is different for Elastic spans or transactions (#​43805, #​43806)

  • exporter/elasticsearch: Add helpful error hint for illegal_argument_exception when using OTel mapping mode with Elasticsearch < 8.12 (#​39282)
    When using OTel mapping mode (default from v0.122.0) with Elasticsearch versions < 8.12,
    the exporter now provides a more descriptive error message explaining that OTel mapping mode
    requires Elasticsearch 8.12+ and suggests either upgrading Elasticsearch or using a different
    mapping mode. This helps users who encounter the generic illegal_argument_exception error
    understand the root cause and resolution steps.

  • exporter/googlecloudstorage: Add googlecloudstorageexporter to the contrib distribution (#​44063)

  • exporter/kafka: Adds a new configuration option to the Kafka exporter to control the linger time for the producer. (#​44075)
    Since franz-go now defaults to 10ms, it's best to allow users to configure this option to suit their needs.

  • extension/datadog: Adds collector resource attributes to collector metadata payload (#​43979)
    The Collector's resource attributes can be set under service::telemetry::resource.

  • extension/encoding: Add most of the AWS ELB fields to the AWSLogsEncoding. (#​43757)

  • receiver/datadog: Adding log telemetry functionality to the existing datadog receiver component. (#​43841)

  • receiver/github: Add include_span_events for GitHub Workflow Runs and Jobs for enhanced troubleshooting (#​43180)

  • receiver/journald: Add root_path and journalctl_path config for running journald in a chroot (#​43731)

  • receiver/prometheusremotewrite: Skip emitting empty metrics. (#​44149)

  • receiver/prometheusremotewrite: prometheusremotewrite receiver now accepts metric type unspcified histograms. (#​41840)

  • receiver/redis: Add redis metrics that are present in telegraf: cluster_enabled, tracking_total_keys, used_memory_overhead, used_memory_startup (#​39859)

  • receiver/splunkenterprise: added pagination for search cases which may return more than the default 100 results (#​43608)

  • receiver/webhookevent: Allow configuring larger webhook body size (#​43544)
    The receiver allows configuration a larger body buffer if needed.
    It also returns an error if the body exceeds the configured limit.

🧰 Bug fixes 🧰
  • cmd/opampsupervisor: Redacts HTTP headers in debug message (#​43781)

  • connector/datadog: Datadog connector no longer stalls after a downstream component errors (#​43980)

  • exporter/awsxray: Fix conversion of the inProgress attribute into a Segment field instead of metadata (#​44001)

  • exporter/datadog: Fix a panic from a race condition between exporter shutdown and trace export (#​44068)

  • exporter/elasticsearch: Handle empty histogram buckets to not result in an invalid datapoint error. (#​44022)

  • exporter/elasticsearch: Update the ecs mode span encode to correctly encode span.links ids as trace.id and span.id (#​44186)

  • exporter/elasticsearch: Improve error message when an invalid Number data point is received. (#​39063)

  • exporter/loadbalancing: Ensure loadbalancing child exporters use the OTLP type so backend creation succeeds (#​43950)

  • exporter/stef: Fix STEF connection creation bug (#​44048)
    On some rare occasions due to a bug STEF exporter was incorrectly disconnecting just | created STEF connection causing connection error messages in the log. This fixes the bug.

  • extension/bearertokenauth: Remove error messages fsnotify: can't remove non-existent watch when watching kubernetes SA tokens. (#​44104)

  • processor/k8sattributes: The fix is on k8sattributes processor to only set k8s.pod.ip attribute when it is requested in the extract.metadata configuration. (#​43862)
    Previously, the k8s.pod.ip attribute was always populated, even if it was not included in the extract.metadata list.
    This fix ensures that k8s.pod.ip is set only when explicitly requested, aligning the processor behavior with configuration expectations.

  • receiver/ciscoos: Rename receiver component name from ciscoosreceiver to ciscoos to follow naming conventions. (#​42647)
    Users must update their collector configuration from ciscoosreceiver/device to ciscoos/device.
    This is acceptable as the component is in alpha stability.

  • receiver/sqlserver: Resolved inaccurate data sampling in query metrics collection. (#​44303)

  • receiver/sqlserver: Fix incorrect logic in query metrics window calculation. (#​44162)

  • receiver/sqlserver: Fixed a bug in effective value calculation of lookback time in top query collection. (#​43943)

  • receiver/windowsservice: Fixed an error where incorrect permissions and bad error handling were causing the receiver to stop reporting metrics (#​44087)

v0.139.0

Compare Source

🛑 Breaking changes 🛑
  • receiver/sqlserver: Standardizing the unit interpretation of lookback_time in config for top query collection (#​43573)
    Like other interval related config values, lookback_time also should suffix 's' to represent time in seconds.
💡 Enhancements 💡
  • connector/count: Support for setting attributes from scope and resource levels. Precedence order: Span (or Log Record, etc.) > Scope attributes > Resource attributes. (#​41859)

  • connector/spanmetrics: Add add_resource_attributes opt-in config option to keep resource attributes in generated metrics (#​43394)
    This configuration option allows users to override the connector.spanmetrics.excludeResourceMetrics feature gate
    and restore the old behavior of including resource attributes in metrics. This is needed for customers whose
    existing dashboards depend on resource attributes being present in the generated metrics.

  • exporter/azuremonitor: Add authenticator extension support to the Azure Monitor exporter. (#​41004)

  • exporter/azuremonitor: Updated azure monitor exporter to use OTEL semantic conventions 1.34.0 (#​41289)

  • exporter/datadog: Disabled "Successfully posted payload" log that was emitted every 500 metric exports (#​43594, #​43879)

  • exporter/datadog: Set sending queue batch default values to match exporter helper default: flush timeout 200ms, min size 8192, no max size. (#​43848)
    The default values now match exactly the default in batch processor.

  • exporter/elasticsearch: Update Elasticsearch exporter ECS mapping mode encoder semantic convention mappings (#​43805)

  • exporter/googlecloudstorage: Implement skeleton of googlecloudstorage exporter. (#​43123)

  • exporter/influxdb: Fix InfluxDB Exporter precision configuration to allow choice of precision instead of hardcoding 'ns'. (#​43645)

  • extension/awslogs_encoding: Enhance CloudTrail log parsing by adding support for digest files (#​43403)

  • extension/awslogs_encoding: Add support for AWS Network Firewall logs. (#​43616)
    The AWS Logs Encoding Extension now supports unmarshaling AWS Network Firewall logs into OpenTelemetry logs format.

  • extension/awslogs_encoding: Enhance CloudTrail log parsing by adding extra fields (#​43403)

  • extension/googlecloudlogentry_encoding: Add encoding.format attribute to GCP encoding extension to identify the source format. (#​43320)

  • internal/aws: Upgrade k8s libraries from v0.32.x to v0.34.x (#​43890)

  • pkg/ottl: Support taking match patterns from runtime data in the replace_all_patterns and replace_pattern functions. (#​43555)

  • pkg/ottl: Add TrimPrefix and TrimSuffix to OTTL (#​43883)
    This is a much optimal way to remove prefix/suffix compare with replace_pattern(name, "^prefixed", "")

  • pkg/ottl: Added support for dynamic delimiter in Split() function in OTTL. (#​43555)

  • pkg/ottl: Added support for dynamic delimiter in Concat() function in OTTL. (#​43555)

  • pkg/ottl: Added support for dynamic prefix/suffix in HasPrefix and HasSuffix functions in OTTL. (#​43555)

  • pkg/ottl: Remove unnecessary regexp compilation every execution (#​43915)

  • pkg/ottl: Add unit and type subpaths for profile.sample_type and profile.period_type. (#​43723)

  • pkg/ottl: Support taking match patterns from runtime data in the replace_all_matches and replace_match functions. (#​43555)

  • pkg/ottl: Support taking match patterns from runtime data in the IsMatch function. (#​43555)

  • pkg/ottl: Remove unnecessary full copy of maps/slices when setting value on sub-map (#​43949)

  • pkg/ottl: Add XXH128 Converter function to converts a value to a XXH128 hash/digest (#​42792)

  • pkg/ottl: Support dynamic keys in the delete_key and delete_matching_keys functions, allowing the key to be specified at runtime. (#​43081)

  • pkg/ottl: Support paths and expressions as keys in keep_keys and keep_matching_keys (#​43555)

  • pkg/ottl: Support dynamic pattern keys in ExtractPatterns and ExtractGrokPatterns functions, allowing the keys to be specified at runtime. (#​43555)

  • pkg/ottl: Added support for dynamic encoding in Decode() function in OTTL. (#​43555)

  • processor/filter: Allow setting OTTL conditions to filter out whole resources (#​43968)
    If any conditions set under the resource key for any signals match, the resource is dropped.

  • processor/k8sattributes: Support extracting deployment name purely from the owner reference (#​42530)

  • processor/metricstarttime: Graduate the metricstarttimeprocessor to beta. (#​43656)

  • processor/redaction: Extend database query obfuscation to span names. Previously, database query obfuscation (SQL, Redis, MongoDB) was only applied to span attributes and log bodies. Now it also redacts sensitive data in span names. (#​43778)

  • processor/resourcedetection: Add the dt.smartscape.host resource attribute to data enriched with the Dynatrace detector (#​43650)

  • receiver/azureeventhub: Adds support for receiving Azure app metrics from Azure Event Hubs in the azureeventhubreceiver (#​41343, #​41367)
    The azureeventhubreceiver now supports receiving custom metrics emitted by applications to Azure Insights and forwarded using Diagnostic Settings to Azure Event Hub.
    There's also on optional setting to aggregate received metrics into a single metric to keep the original name, instead of multiply the metrics by added suffixes _total, _sum, _max etc.

  • receiver/ciscoosreceiver: ciscoosreceiver: Add new receiver for collecting metrics from Cisco network devices via SSH (#​42647)
    Supports Cisco IOS, IOS-XE, and NX-OS devices with SSH-based metric collection.
    Initial implementation includes system scraper for device availability and connection metrics.

  • receiver/gitlab: Promote GitLab receiver to Alpha stability (#​41592)

  • receiver/jmx: Add JMX metrics gatherer version 1.51.0-alpha (#​43666)

  • receiver/jmx: Add JMX scraper version 1.51.0-alpha (#​43667)

  • receiver/pprof: convert google/pprof to OTel profiles (#​42843)

  • receiver/redfish: this branch provides the first concrete implementation of the new component (#​33724)

🧰 Bug fixes 🧰
  • exporter/clickhouse: Fix a bug in the exporter factory resulting in a nil dereference panic when the clickhouse.json feature gate is enabled (#​43733)

  • exporter/kafka: franz-go: Fix underreported kafka_exporter_write_latency metric (#​43803)

  • exporter/loadbalancing: Fix high cardinality issue in loadbalancing exporter by moving endpoint from exporter ID to attributes (#​43719)
    Previously, the exporter created unique IDs for each backend endpoint by appending the endpoint
    to the exporter ID (e.g., loadbalancing_10.11.68.62:4317). This caused high cardinality in metrics,
    especially in dynamic environments. Now the endpoint is added as an attribute instead.

  • exporter/pulsar: Fix the oauth2 flow for pulsar exporter by adding additional configuration fields (#​435960)
    Fixes the oauth2 authentication flow in pulsar exporter by exposing additional configuration like private_key and scope.

  • processor/metricstarttime: Do not set start timestamp if it is already set. (#​43739)

  • processor/tail_sampling: Fix panic when invalid regex was sent to string_attribute sampler (#​43735)

  • receiver/awss3: Fix S3 prefix trimming logic in awss3reader to correctly handle empty, single slash '/', and double slash '//' prefixes. (#​43587)
    This fix ensures the S3 object prefix is generated consistently for all prefix formats (e.g., "", /, //, /logs/, //raw//),
    preventing malformed S3 paths when reading from buckets with non-standard prefixes.

  • receiver/hostmetrics: Allow process metrics to be recorded if the host does not have cgroup functionality (#​43640)

  • receiver/kafka: Corrected the documentation for the Kafka receiver to accurately the supported/default group balancer strategies. (#​43892)

  • receiver/postgresql: Change the unit of the metric postgresql.table.vacuum.count to be vacuum instead of vacuums (#​43272)

  • receiver/prometheus: Fix missing staleness tracking leading to missing no recorded value data points. (#​43893)

  • receiver/prometheusremotewrite: Fixed a concurrency bug in the Prometheus remote write receiver where concurrent requests with identical job/instance labels would return empty responses after the first successful request. (#​42159)

  • receiver/pulsar: Fix the oauth2 flow for pulsar exporter by adding additional configuration fields (#​43596)
    Fixes the oauth2 authentication flow in pulsar receiver by exposing additional configuration like private_key and scope.

  • receiver/receiver_creator: Fix annotation-discovery config unmarshaling for nested configs (#​43730)

v0.138.0

Compare Source

🛑 Breaking changes 🛑
  • connector/datadog: Mark NativeIngest as stable. (#​104622)
  • connector/signaltometrics: Drop signaltometrics.service.{name, namespace} resource attribute from produced metrics. (#​43148)
  • exporter/datadog: Remove logs::dump_payloads config option from datadogexporter config. (#​43427)
    Please remove the previously deprecated logs::dump_payloads config option from your datadogexporter config.
  • exporter/elasticsearch: Remove batcher and related config in favor of sending queue (#​42718)
    Previously deprecated batcher configuration is removed. num_consumers and flush are now deprecated as they conflict with sending_queue configurations.
  • extension/googlecloudlogentry_encoding: Parse VPC flow logs into log record attributes instead of placing them in the body directly. (#​43017)
🚀 New components 🚀
  • receiver/icmpcheckreceiver: Add initial skeleton of ICMP check receiver (README, config, factory, metadata) with In Development stability. (#​29009)
  • receiver/redfish: adds a redfish receiver (#​33724)
💡 Enhancements 💡
  • all: Changelog entries will now have their component field checked against a list of valid components. (#​43179)
    This will ensure a more standardized changelog format which makes it easier to parse.

  • cmd/telemetrygen: Enable creation of attributes with values of slice type (#​39018)

  • exporter/coralogix: Add HTTP/protobuf protocol support alongside existing gRPC transport. (#​43216)
    The exporter now supports both gRPC (default) and HTTP/protobuf protocols for sending telemetry data.
    HTTP transport enables proxy support and provides an alternative for environments where gRPC is restricted.
    Configure using the protocol field with values "grpc" or "http".

  • exporter/datadog: Make defaults for sending_queue::batch section to work out of the box with Datadog API intake limits. (#​43082)

  • exporter/elasticsearch: Support experimental 'encoding.format' scope attribute for dataset routing. (#​42844)

  • exporter/kafka: Add support for partitioning log records by trace ID (#​39146)

  • exporter/prometheus: Enable sending_queue section for the Prometheus exporter. (#​42629)

  • extension/awslogs_encoding: Add feature gate to set aws.vpc.flow.start timestamp field to ISO8601 format (#​43392)
    Feature gate ID: extension.awslogsencoding.vpcflow.start.iso8601
    When enabled, the aws.vpc.flow.start field will be formatted as an ISO-8601 string
    instead of a Unix timestamp integer in seconds since epoch. Default behavior remains unchanged for backward compatibility.
    Enable with: --feature-gates=extension.awslogsencoding.vpcflow.start.iso8601

  • extension/encoding: Add user_agent.original, destination.address, destination.port, url.domain to ELB access logs (#​43141)

  • internal/kafka: Log a hint when broker connections fail due to possible TLS misconfiguration (#​40145)

  • pkg/ottl: Add XXH3 Converter function to converts a value to a XXH3 hash/digest (#​42792)

  • pkg/sampling: Note that pkg/sampling implements the new OpenTelemetry specification (#​43396)

  • processor/filter: Add profiles support (#​42762)

  • processor/isolationforest: Add adaptive window sizing feature that automatically adjusts window size based on traffic patterns, memory usage, and model stability (#​42751)
    The adaptive window sizing feature enables dynamic adjustment of the isolation forest sliding window size based on:

    • Traffic velocity and throughput patterns
    • Memory usage and resource constraints
    • Model stability and performance metrics
      This enhancement improves resource utilization and anomaly detection accuracy for varying workload patterns.
  • processor/resourcedetection: Add Openstack Nova resource detector to gather Openstack instance metadata as resource attributes (#​39117)
    The Openstack Nova resource detector has been added to gather metadata such as host name, ID, cloud provider, region, and availability zone as resource attributes, enhancing the observability of Openstack environments.

  • processor/resourcedetection: Add Azure availability zone to resourcedetectionprocessor (#​40983)

  • receiver/azuremonitor: parallelize calls by subscriptions in Batch API mode (#​39417)

  • receiver/ciscoosreceiver: Add ciscoosreceiver to collect metrics from Cisco OS devices via SSH (#​42647)
    Supports SSH-based metric collection from Cisco devices including:

    • System metrics (CPU, memory utilization)
    • Interface metrics (bytes, packets, errors, status)
    • Configurable scrapers for modular metric collection
    • Device authentication via password or SSH key
  • receiver/gitlab: Add span attributes in GitLab receiver ([#​35207](https://redirect.github.com/open-telemetry/opentelemetry-c


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.141.0
go: downloading go.opentelemetry.io/collector/connector v0.93.0
go: downloading go.opentelemetry.io/collector/exporter v1.47.0
go: downloading go.opentelemetry.io/collector/extension v1.47.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.141.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal v0.141.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.141.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.141.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.141.0
go: downloading github.com/twmb/franz-go v1.20.5
go: downloading go.opentelemetry.io/collector/config/configretry v1.47.0
go: downloading go.opentelemetry.io/collector/exporter/exporterhelper v0.141.0
go: downloading go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.141.0
go: downloading go.opentelemetry.io/collector/exporter/xexporter v0.141.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading go.opentelemetry.io/collector/config/configopaque v1.47.0
go: downloading go.opentelemetry.io/collector/config/configtls v1.47.0
go: downloading github.com/apache/thrift v0.22.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.141.0
go: downloading github.com/IBM/sarama v1.46.3
go: downloading go.opentelemetry.io/collector/config/configcompression v1.47.0
go: downloading github.com/jaegertracing/jaeger-idl v0.6.0
go: downloading github.com/aws/aws-msk-iam-sasl-signer-go v1.0.4
go: downloading github.com/twmb/franz-go/pkg/kadm v1.17.1
go: downloading github.com/twmb/franz-go/pkg/kmsg v1.12.0
go: downloading github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0
go: downloading github.com/twmb/franz-go/plugin/kzap v1.1.2
go: downloading github.com/xdg-go/scram v1.2.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/core/xidutils v0.141.0
go: downloading github.com/openzipkin/zipkin-go v0.4.3
go: downloading github.com/klauspost/compress v1.18.1
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.141.0
go: downloading go.opentelemetry.io/collector/pdata/xpdata v0.141.0
go: downloading go.opentelemetry.io/collector/pipeline/xpipeline v0.141.0
go: downloading github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d
go: downloading github.com/google/go-tpm v0.9.7
go: downloading github.com/eapache/go-resiliency v1.7.0
go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
go: downloading github.com/aws/aws-sdk-go-v2 v1.36.4
go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.16
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.69
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.21
go: downloading go.opentelemetry.io/collector/extension/xextension v0.141.0
go: downloading github.com/aws/smithy-go v1.22.2
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.4
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.35
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.16
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.35
go: downloading go.opentelemetry.io/collector/extension/experimental/storage v0.117.0
go: downloading go.opentelemetry.io/collector/config/configtelemetry v0.117.0
go: github.com/os-observability/redhat-opentelemetry-collector imports
	go.opentelemetry.io/collector/exporter/debugexporter imports
	go.opentelemetry.io/collector/exporter/internal/common: cannot find module providing package go.opentelemetry.io/collector/exporter/internal/common
go: module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver is deprecated: this receiver is no longer maintained and has reached end-of-life. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791
go: module go.opentelemetry.io/collector/exporter/loggingexporter is deprecated: loggingexporter is deprecated in favour of the debugexporter. It will be removed in September 2024.
go: module go.opentelemetry.io/collector/extension/ballastextension is deprecated: Use the GOMEMLIMIT environment variable instead.
go: warning: github.com/klauspost/[email protected]: retracted by module author: https://github.com/klauspost/compress/issues/1114
go: warning: github.com/openshift/[email protected]+incompatible: retracted by module author: v3.9.0 is the only tag in openshift/api and it was created before go.mod was
go: to switch to the latest unretracted version, run:
	go get <module>@latest

@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from eb93b72 to 4e20f00 Compare July 29, 2025 23:31
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.130.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.131.0 Jul 29, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 4e20f00 to 7c71163 Compare August 12, 2025 18:01
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.131.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.132.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 7c71163 to a75928f Compare August 26, 2025 03:53
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.132.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.133.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from a75928f to 07513e9 Compare August 31, 2025 11:02
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.133.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.134.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 07513e9 to 0b1e823 Compare September 8, 2025 21:18
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.134.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.135.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 0b1e823 to 7196991 Compare September 23, 2025 00:53
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.135.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.136.0 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 7196991 to 07064d0 Compare October 7, 2025 02:50
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.136.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.137.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 07064d0 to f5e3b67 Compare October 20, 2025 21:58
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.137.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.138.0 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from f5e3b67 to e5c9eba Compare November 4, 2025 03:01
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.138.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.139.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from e5c9eba to 70659a8 Compare November 18, 2025 05:42
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.139.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.140.0 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 70659a8 to 951a9ca Compare November 18, 2025 22:56
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.140.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.140.1 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter-0.x branch from 951a9ca to a68be0c Compare December 1, 2025 18:52
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.140.1 Update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter to v0.141.0 Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant