Skip to content

Update All OTEL Collector contrib packages to v0.149.0#8335

Open
renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/all-otel-collector-contrib-packages
Open

Update All OTEL Collector contrib packages to v0.149.0#8335
renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/all-otel-collector-contrib-packages

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 10, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/cmd/schemagen v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/basicauthextension v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/sigv4authextension v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/core/xidutils v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.148.0v0.149.0 age confidence
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.148.0v0.149.0 age confidence

Release Notes

open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/schemagen)

v0.149.0

Compare Source

🛑 Breaking changes 🛑
  • exporter/elasticsearch: Remove host.os.type encoding in ECS mode (#​46900)
    Use processor/elasticapmprocessor v0.36.2 or later for host.os.type enrichment
  • receiver/prometheus: Remove the deprecated report_extra_scrape_metrics receiver configuration option and obsolete extra scrape metric feature gates. (#​44181)
    report_extra_scrape_metrics is no longer accepted in prometheusreceiver configuration.
    Control extra scrape metrics through the PromConfig.ScrapeConfigs.ExtraScrapeMetrics setting instead.
🚩 Deprecations 🚩
  • receiver/awsfirehose: Deprecate built-in unmarshalers (cwlogs, cwmetrics, otlp_v1) in favor of encoding extensions. (#​45830)
    Use the aws_logs_encoding extension (format: cloudwatch) instead of cwlogs,
    and the awscloudwatchmetricstreams_encoding extension instead of cwmetrics (format: json)
    or otlp_v1 (format: opentelemetry1.0).

  • receiver/file_log: Rename filelog receiver to file_log with deprecated alias filelog (#​45339)

  • receiver/kafka: Deprecate the built-in azure_resource_logs encoding in favour of azureencodingextension. (#​46267)
    The built-in azure_resource_logs encoding does not support all timestamp formats
    emitted by Azure services (e.g. US-format timestamps from Azure Functions).
    Users should migrate to the azureencodingextension,
    which provides full control over time formats and is actively maintained.

💡 Enhancements 💡
  • cmd/opampsupervisor: Add configuration validation before applying remote config to prevent collector downtime (#​41068)
    Validates collector configurations before applying them, preventing downtime from invalid remote configs.
    Disabled by default. Enable via agent.validate_config: true. May produce false positives when resources
    like ports are temporarily unavailable during validation.

  • connector/datadog: Document datadog connector is not supported in aix environments (#​47010)
    Explicitly opt out of host metadata computation in datadog components to support AIX compilation target.

  • connector/signal_to_metrics: Add keys_expression support in include_resource_attributes and attributes for dynamic attribute key resolution at runtime (#​46884)
    The keys_expression field allows specifying an OTTL value expression that resolves to a list
    of attribute keys at runtime. This enables dynamic resource attribute filtering based on runtime
    data such as client metadata. Exactly one of key or keys_expression must be set per entry.

  • connector/signal_to_metrics: Reduce per-signal allocations in the hot path by replacing attribute map allocation with a pooled hash-based ID check, and caching filtered resource attributes per metric definition within each resource batch. (#​47197)

  • connector/signal_to_metrics: Pre-compute prefixed collector key to avoid a string allocation on every signal processed. (#​47183)
    Pre-computing the collector key avoids a string allocation on every signal processed.

  • exporter/datadog: Document datadog exporter is not supported in aix environments (#​47010)
    Explicitly opt out of host metadata computation in datadog components to support AIX compilation target.

  • exporter/elasticsearch: Add histogram:raw mapping hint to bypass midpoint approximation for histogram metrics (#​47150)

  • exporter/elasticsearch: Cache metric attribute set per bulk session instead of recomputing it for every document (#​47170)
    syncBulkIndexerSession.Add() was calling getAttributesFromMetadataKeys +
    attribute.NewSet + metric.WithAttributeSet on every document in the hot path. The attribute set is
    derived from the request context metadata, which is constant for the lifetime of a session, so it is
    now computed once in StartSession and reused across all Add() calls in that session.

  • exporter/elasticsearch: populate _doc_count field in ECS mapping mode (#​46936)
    _doc_count is a special metadata field in Elasticsearch used when a document represents pre-aggregated data (like histograms or aggregate metrics).
    Currently, elasticsearchexporter only populates this field for otel mapping mode (native otel field structure). This change
    adds support for ECS mapping mode (native ECS field structure) so that we have consistent behavior for both mapping modes.

  • exporter/elasticsearch: Encode require_data_stream in Elasticsearch bulk action metadata instead of the bulk request query string. (#​46970)
    This preserves existing endpoint query parameters while moving require_data_stream
    to the per-document action line expected by newer bulk workflows. Benchmarks show
    a stable ~27 bytes/item NDJSON payload overhead before compression.

  • exporter/elasticsearch: Improve performance of Elasticsearch exporter document serialisation (#​47171)

  • exporter/elasticsearch: Add metric for docs retried because of request errors (#​46215)

  • exporter/kafka: Cache OTel metric attribute sets in OnBrokerE2E hook to reduce per-export allocations (#​47186)
    OnBrokerE2E previously rebuilt attribute.NewSet + metric.WithAttributeSet on every
    call. The set of distinct (nodeID, host, outcome) combinations is bounded by
    2 × number-of-brokers, so the computed MeasurementOption is now cached per key.

  • exporter/pulsar: This component does not support aix/ppc64. (#​47010)
    Make the exporter explicitly panic if used in aix/ppc64 environments.

  • extension/datadog: Document datadog extension is not supported in aix environments (#​47010)
    Explicitly opt out of host metadata computation in datadog components to support AIX compilation target.

  • extension/db_storage: Make dbstorage work in AIX environments (#​47010)
    sqlite support is offered via modernC, which doesn't support the AIX ppc64 compilation target.
    We carve out support for sqlite in AIX environments so contrib can compile for this compilation target.

  • extension/health_check: Add component event attributes to serialized output. (#​43606)
    When http.status.include_attributes is enabled in the healthcheckv2 extension (with use_v2: true),
    users will see additional attributes in the status output. These attributes provide more
    context about component states, including details like error messages and affected components.
    For example:

    {
      "healthy": false,
      "status": "error",
      "attributes": {
        "error_msg": "not enough permissions to read cpu data",
        "scrapers": ["cpu", "memory", "network"]
      }
    }
  • extension/healthcheckv2: Add component event attributes to serialized output. (#​43606)
    When http.status.include_attributes is enabled in the healthcheckv2 extension (with use_v2: true),
    users will see additional attributes in the status output. These attributes provide more
    context about component states, including details like error messages and affected components.
    For example:

    {
      "healthy": false,
      "status": "error",
      "attributes": {
        "error_msg": "not enough permissions to read cpu data",
        "scrapers": ["cpu", "memory", "network"]
      }
    }
  • extension/sigv4auth: Add support for External IDs when assuming roles in cross-account authentication scenarios (#​44930)
    Added external_id field to the AssumeRole configuration, allowing users to specify
    an External ID when assuming roles for enhanced cross-account security.

  • internal/datadog: Do not compute host metadata in AIX environments (#​47010)
    Explicitly opt out of host metadata computation in datadog components to support AIX compilation target.

  • pkg/stanza: Ensure router operator does not split batches of entries (#​42393)

  • pkg/stanza: Parse all Windows Event XML fields into the log body, including RenderingInfo (with Culture, Channel, Provider, Task, Opcode, Keywords, Message), UserData, ProcessingErrorData, DebugData, and BinaryEventData. (#​46943)
    Previously, RenderingInfo was only used to derive the top-level level/task/opcode/keywords/message
    fields. It is now also emitted as a top-level rendering_info key containing all fields including
    culture, channel, and provider. UserData (an alternative to EventData used by some providers)
    is now parsed into a user_data key. Rare schema elements ProcessingErrorData, DebugData, and
    BinaryEventData are also captured when present.

  • processor/resourcedetection: Added IBM Cloud VPC resource detector to the Resource Detection Processor (#​46874)

  • processor/resourcedetection: Added IBM Cloud Classic resource detector to the Resource Detection Processor (#​46874)

  • processor/tail_sampling: Add sampling_strategy config with trace-complete and span-ingest modes for tail sampling decision timing and evaluation behavior. (#​46600)

  • receiver/awslambda: Enrich context with AWS Lambda receiver metadata for S3 logs (#​47046)

  • receiver/azure_event_hub: Add support for Azure Event Hubs distributed processing. This allows the receiver to automatically coordinate partition ownership and checkpointing across multiple collector instances via Azure Blob Storage. (#​46595)

  • receiver/docker_stats: Add TLS configuration support for connecting to the Docker daemon over HTTPS with client and server certificates. (#​33557)
    A new optional tls configuration block is available in docker_stats receiver config (and the
    shared internal/docker package). When omitted the connection remains insecure (plain HTTP or
    Unix socket), preserving existing behavior. When provided it supports the standard
    configtls.ClientConfig fields: ca_file, cert_file, key_file, insecure_skip_verify,
    min_version, and max_version.
    A warning is now emitted when a plain tcp:// or http:// endpoint is used without TLS,
    reflecting Docker's deprecation of unauthenticated TCP connections since Docker v26.0
    (see https://docs.docker.com/engine/deprecated/#unauthenticated-tcp-connections).

  • receiver/docker_stats: Add "stream_stats" config option to maintain a persistent Docker stats stream per container instead of opening a new connection on every scrape cycle. (#​46493)
    When stream_stats: true is set, each container maintains a persistent open Docker stats
    stream instead of opening and closing a new connection on every scrape cycle. The scraper
    reads from the cached latest value, which reduces connection overhead.

  • receiver/expvar: Enable the re-aggregation feature for the expvar receiver (#​45396)

  • receiver/file_log: Add max_log_size_behavior config option to control oversized log entry behavior (#​44371)
    The new max_log_size_behavior setting controls what happens when a log entry exceeds max_log_size.

    • split (default): Splits oversized log entries into multiple log entries. This is the existing behavior.
    • truncate: Truncates oversized log entries and drops the remainder, emitting only a single truncated log entry.
  • receiver/hostmetrics: Enable re-aggregation for system scraper (#​46624)
    Enabled the reaggregation feature gate for the system scraper.

  • receiver/hostmetrics: Enable re-aggregation for process scraper (#​46623)
    Enabled the reaggregation feature gate for the process scraper and set all metric attributes (context_switch_type, direction, paging_fault_type, state) with requirement_level recommended.

  • receiver/mongodb: Enable re-aggregation feature for mongodb receiver metrics (#​46366)

  • receiver/mongodb: Add scheme configuration option to support mongodb+srv connections (#​36011)
    The new scheme field allows connecting to MongoDB clusters using
    SRV DNS records (mongodb+srv protocol). Defaults to "mongodb" for
    backward compatibility.

  • receiver/mysql: Add mysql.query_plan.hash attribute to top query log records, enabling users to correlate top queries with their corresponding execution plans. (#​46626)

  • receiver/mysql: Added mysql.session.status and mysql.session.id attributes to query samples. mysql.session.status indicates the session status (waiting, running, or other) at the time of the sample. mysql.session.id provides the unique session identifier. Both attributes provide additional context for understanding query performance and behavior. (#​135350)

  • receiver/mysql: Add and tune obfuscation of sensitive properties in both V1 and V2 JSON query plans. (#​46629, #​46587)
    Configure and test obfuscation for V1 and V2 plans, including tests of queries retrieved from the performance schema that are truncated and cannot be obfuscated.
    The importance of obfuscation can be very context dependent; sensitive PII, banking, and authorization data may reside in the same database as less sensitive data, and it can be vital to ensure that what is expected to be obfuscated is always obfuscated. Significant additional testing has been added around query plan obfuscation to ensure that this is enforced and to provide assurance and reference to users about what specifically is obfuscated and what is not.

  • receiver/mysql: Propagates W3C TraceContext from MySQL session variables to query sample log records. When a MySQL session sets @traceparent, the receiver extracts the TraceID and SpanID and stamps them onto the corresponding db.server.query_sample log record, enabling correlation between application traces and query samples. (#​46631)
    Only samples from sessions where @traceparent is set will have non-zero traceId and spanId fields on the log record.

  • receiver/prometheus: Add support for reading instrumentation scope attributes from otel_scope_<attribute-name> labels while feature-gating deprecation of otel_scope_info. (#​41502)
    Scope attributes are always extracted from otel_scope_<attribute-name> labels on metrics.
    The receiver.prometheusreceiver.IgnoreScopeInfoMetric feature gate (alpha, disabled by default)
    controls only whether the legacy otel_scope_info metric is ignored for scope attribute extraction.
    When the gate is disabled, both mechanisms coexist to support migration.
    See the specification change for motivation: open-telemetry/opentelemetry-specification#4505

  • receiver/pulsar: This component does not support aix/ppc64. (#​47010)
    Make the receiver explicitly panic if used in aix/ppc64 environments.

  • receiver/skywalking: Add feature gate translator.skywalking.useStableSemconv to update semantic conventions from v1.18.0 to v1.38.0 (#​44796)
    A feature gate translator.skywalking.useStableSemconv has been added to control the migration.
    The gate is disabled by default (Alpha stage), so existing behavior is preserved.

  • receiver/sqlquery: Add clickhouse support to sqlquery (#​47116)

  • receiver/sqlquery: Add row_condition to metric configuration for filtering result rows by column value (#​45862)
    Enables extracting individual metrics from pivot-style result sets where each row
    represents a different metric (e.g. pgbouncer's SHOW LISTS command). When
    row_condition is configured on a metric, only rows where the specified column
    equals the specified value are used; all other rows are silently skipped.

  • receiver/sqlserver: Enable dynamic metric reaggregation in the SQL Server receiver. (#​46379)

  • receiver/yang_grpc: Support collecting any metric by browsing the whole metrics tree (#​47054)

🧰 Bug fixes 🧰
  • exporter/kafka: Fixes the validation for topic_from_metadata_key to use partition keys. (#​46994)

  • exporter/kafka: Fix topic routing for multi-resource batches when topic_from_attribute is set without resource-level partitioning (#​46872)
    Previously, when a batch contained multiple resources with different
    topic attribute values, all data was silently sent to the topic of the
    first resource. Each resource is now correctly routed to its own topic.

  • exporter/splunk_hec: Fix timestamp precision in Splunk HEC exporter to preserve microseconds instead of truncating to milliseconds. (#​47175)
    Timestamps were rounded to milliseconds before sending to Splunk HEC. The rounding has been removed, giving microsecond precision in the HEC time field.

  • extension/bearertokenauth: Redact bearer token from authentication error messages to prevent credential exposure in logs. (#​46200)
    Previously, when a client presented an invalid bearer token, the full token value was
    included in the error message returned by the Authenticate method. This error could be
    propagated to log output, exposing sensitive credentials. The error message now omits
    the token value entirely.

  • internal/aws: Respect NO_PROXY/no_proxy environment variables when using env-based proxy configuration in awsutil (#​46892)
    When no explicit proxy_address was configured, the HTTP client manually read HTTPS_PROXY
    and used http.ProxyURL which ignores NO_PROXY. Now delegates to http.ProxyFromEnvironment
    which correctly handles all proxy environment variables.

  • processor/deltatorate: Append "/s" to the unit of output datapoints to reflect the per-second rate. (#​46841)

  • processor/filter: Fix validation of include and exclude severity configurations so they run independently of LogConditions. (#​46883)

  • receiver/datadog: Propagate Datadog trace sampling priority to all spans translated from a trace chunk. (#​45402)

  • receiver/file_log: Fix data corruption after file compression (#​46105)
    After a log file is compressed (e.g. test.log → test.log.gz), the receiver configured with compression: auto will now correctly decompress the content and continue reading from where the plaintext file left off.

  • receiver/file_log: Fixes bug where File Log receiver did not read the last line of gzip compressed files. (#​45572)

  • receiver/hostmetrics: Align HugePages metric instrument types with the semantic conventions by emitting page_size, reserved, and surplus as non-monotonic sums instead of gauges. (#​42650)

  • receiver/hostmetrics: Handle nil PageFaultsStat in process scraper to prevent panic on zombie processes. (#​47095)

  • receiver/journald: Fix emitting of historical entries on startup (#​46556)
    When start_at is "end" (the default), pass --lines=0 to journalctl to suppress
    the 10 historical entries it emits by default in follow mode.

  • receiver/k8s_events: Exclude DELETED watch events to prevent duplicate event ingestion. (#​47035)

  • receiver/mysql: Remove deprecated information_schema.processlist JOIN from query samples template; use thread.processlist_host instead. (#​47041)

  • receiver/oracledb: Fix oracledbreceiver aborting entire scrape when a SQL query text fails to obfuscate (e.g. due to Oracle truncating a CLOB mid-string-literal). The affected entry is now skipped with a warning log and the rest of the scrape continues normally. (#​47151)

  • receiver/otelarrow: Remove assumed positions of otel arrow root payload types (#​46878)

  • receiver/otelarrow: Fix OTLP fallback handlers returning codes.Unknown instead of codes.Unavailable for pipeline errors, causing upstream exporters to permanently drop data instead of retrying. (#​46182)

  • receiver/pprof: Fixes pprofreceiver file_scrapper appending resource profiles instead of merging them. (#​46991)

  • receiver/prometheus_remote_write: Count target_info samples in PRW response stats (#​47108)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on friday"
  • 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 these updates again.


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

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

Signed-off-by: Mend Renovate <bot@renovateapp.com>
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Apr 10, 2026
@forking-renovate
Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 31 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/service/signin v1.0.7 -> v1.0.9
github.com/open-telemetry/opentelemetry-collector-contrib/extension/internal/credentialsfile v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/healthcheck v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.148.0 -> v0.149.0
github.com/antchfx/xmlquery v1.5.0 -> v1.5.1
github.com/aws/aws-sdk-go-v2 v1.41.3 -> v1.41.5
github.com/aws/aws-sdk-go-v2/config v1.32.11 -> v1.32.13
github.com/aws/aws-sdk-go-v2/credentials v1.19.11 -> v1.19.13
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.19 -> v1.18.21
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.19 -> v1.4.21
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.19 -> v2.7.21
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.5 -> v1.8.6
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.6 -> v1.13.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.19 -> v1.13.21
github.com/aws/aws-sdk-go-v2/service/sso v1.30.12 -> v1.30.14
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.16 -> v1.35.18
github.com/aws/aws-sdk-go-v2/service/sts v1.41.8 -> v1.41.10
github.com/goccy/go-json v0.10.5 -> v0.10.6
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.148.0 -> v0.149.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.148.0 -> v0.149.0

@renovate-bot renovate-bot requested a review from a team as a code owner April 10, 2026 02:01
Copilot AI review requested due to automatic review settings April 10, 2026 02:01
@renovate-bot renovate-bot added the changelog:dependencies Update to dependencies label Apr 10, 2026
@dosubot dosubot bot added the area/otel label Apr 10, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.61%. Comparing base (1737376) to head (bcea777).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8335   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files         314      314           
  Lines       16505    16505           
=======================================
  Hits        15782    15782           
  Misses        570      570           
  Partials      153      153           
Flag Coverage Δ
badger_direct 9.31% <ø> (ø)
badger_e2e 1.07% <ø> (ø)
cassandra-4.x-direct-manual 13.63% <ø> (ø)
cassandra-4.x-e2e-auto 1.06% <ø> (ø)
cassandra-4.x-e2e-manual 1.06% <ø> (ø)
cassandra-5.x-direct-manual 13.63% <ø> (ø)
cassandra-5.x-e2e-auto 1.06% <ø> (ø)
cassandra-5.x-e2e-manual 1.06% <ø> (ø)
clickhouse 1.20% <ø> (ø)
elasticsearch-6.x-direct 17.49% <ø> (ø)
elasticsearch-7.x-direct 17.53% <ø> (ø)
elasticsearch-8.x-direct 17.68% <ø> (ø)
elasticsearch-8.x-e2e 1.07% <ø> (ø)
elasticsearch-9.x-e2e 1.07% <ø> (ø)
grpc_direct 8.09% <ø> (ø)
grpc_e2e 1.07% <ø> (ø)
kafka-3.x-v2 1.07% <ø> (ø)
memory_v2 1.07% <ø> (ø)
opensearch-1.x-direct 17.57% <ø> (ø)
opensearch-2.x-direct 17.57% <ø> (ø)
opensearch-2.x-e2e 1.07% <ø> (ø)
opensearch-3.x-e2e 1.07% <ø> (ø)
query 1.07% <ø> (ø)
tailsampling-processor 0.54% <ø> (ø)
unittests 94.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant