Skip to content

Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.125.0 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.93.0 -> v0.125.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)

v0.125.0

Compare Source

🛑 Breaking changes 🛑
  • awscloudwatchreceiver: Adds option to set storage for AWS CloudWatch receiver (#​32231)

    • The default value of the start_from field in the logs config changed to Unix epoch (1970-01-01T00:00:00Z) when not explicitly configured. This may alter the behavior of existing configurations relying on the previous default.
    • To maintain previous behavior, explicitly configure start_from in the logs configuraiton.
  • k8sobjectsreceiver: Check for K8s API objects existence on receiver startup and not during config validation. (#​38803)

  • receiver/kubeletstats: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#​39487)
    Deprecated metrics container.cpu.utilization, k8s.pod.cpu.utilization and k8s.node.cpu.utilization are being replaced
    by container.cpu.usage, k8s.pod.cpu.usage and k8s.node.cpu.usage.
    To be able to use the deprecated metrics, switch receiver.kubeletstats.enableCPUUsageMetrics feature gate to false.

  • processor/k8sattributes: Change processor/k8sattributes to return error if unset envvar is used for node_from_env_var (#​39447)
    Before this was a valid configuration, but had an unexpected behavior to monitor the entire cluster. | To keep the same behavior simply do not set the node_from_env_var value or use empty string.

  • sqlserverreceiver: host.name, sqlserver.computer.name, and sqlserver.instance.name are now resource attributes instead of log attributes. We used to report computer_name and instance_name in the log attributes for top query collection and they are now deprecated. Now we report the three resources attributes in both top query collection and sample query collection. (#​39449)
    This change is only relevant for logs.

🚩 Deprecations 🚩
  • spanmetricsconnector: Deprecate the unused configuration dimensions_cache_size (#​39646)
    Deprecated configuration dimensions_cache_size, please use aggregation_cardinality_limit instead
🚀 New components 🚀
  • dnslookupprocessor: Add structure of new processor (#​34398)
  • datadogextension: Introduce framework for Datadog Extension (#​39589)
  • sematextexporter: basic logs implementation (#​36465)
💡 Enhancements 💡
  • spanmetricsconnector: Add new aggregation_cardinality_limit configuration option to limit the number of unique combinations of dimensions that will be tracked for metrics aggregation. (#​38990)

  • awslogsencodingextension: Add support for S3 Access Logs. (#​39161)

  • pkg: Improve performance of azure logs translator. (#​39340)

  • azureauthextension: Update stability to alpha. (#​39574)

  • countconnector: Add profiles support (#​39577)

  • awscloudwatchlogsexporter: Add dynamic log_group_name and log_group_stream naming, based on awsemfexporter (#​31382)

  • elasticsearchexporter: Add support for include_source_on_error, which configures whether bulk index responses should include source document on error (#​39211)

  • elasticsearchexporter: Introduce LRU cache for profiles (#​38606)

  • elasticsearchexporter: Add support for extracting mapping mode from a scope attribute. (#​39110)

  • opampextension: Introduces a new config field include_resource_attributes which allows the extension to copy the agent's resource attributes to the non-identifying attributes in the agent description. (#​37487)

  • statsdreceiver: Add new config to customize socket permissions when transport is set to unixgram. (#​37807)

  • kubeletstatsreceiver: Adds support for collecting Node and Pod network IO/error metrics for all network interfaces (#​30196)

  • awss3exporter: add configuration field resource_attrs_to_s3/s3_prefix to support mapping s3 bucket prefix to OTel resource attributes (#​37858)
    If resource_attrs_to_s3/s3_prefix is configured, s3 prefix will be determined based on the specified resource attribute and s3uploader/s3_prefix will serve as a fallback.

  • azureblobexporter: Add SerialNumBeforeExtension option to BlobNameFormat in Azure Blob exporter as an option to avoid breaking file extension (#​39593)

  • splunkhecexporter: Use ObservedTimestamp if Timestamp is empty. (#​39221)

  • githubreceiver: add dedicated job queue spans with cicd.pipeline.run.queue.duration attribute (#​39081)

  • hostmetricsreceiver: Possible to enable the process scraper under FreeBSD in the hostmetrics receiver. (#​39622)

  • k8sclusterreceiver: add support for k8s leader election in k8s cluster receiver (#​38429)
    Allows multiple instances of the k8s cluster receiver to run in a HA mode in a single cluster.

  • kafkareceiver: Add support for configuring Kafka consumer rebalance strategy and group instance ID (#​39513)
    This enhancement introduces two optional settings: group_rebalance_strategy and group_instance_id.
    These allow users to override the default Range-based rebalance strategy and optionally provide a static instance ID (as per KIP-345) for cooperative sticky balancing.
    This is particularly useful when handling high-cardinality metric workloads, as it reduces rebalance impact, improves cache reuse, and boosts CPU efficiency.
    Both settings are optional to maintain full backward compatibility.

  • kafkareceiver: Added a new 'topic' attribute to all existing internal consume-claim metrics. (#​35336)

  • kafkareceiver: Add max_fetch_wait config setting (#​39360)
    This setting allows you to specify the maximum time that the broker will wait for
    min_fetch_size bytes of data to be available before sending a response to the client.
    Defaults to 250ms.

  • receiver_creator: Fix kafkametrics receiver instantiation (#​39313)

  • signaltometricsconnector: Add profiles support (#​39609)

  • sqlserverreceiver: Accept context_info with traceparent format in query sample collection, setting log record with correct traceId and spanId. (#​39539)

  • opampsupervisor: Add support for the opampsupervisor to be able to start with only local config (#​38794)

  • prometheusremotewritereceiver: Cache target_info metrics so it can be used to populate metrics' Resource Attributes. (#​37277)
    You can read more about resource attributes handling in https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#resource-attributes-1

🧰 Bug fixes 🧰
  • sqlqueryreceiver: respect max_open_conn configuration for multiple queries (#​39270)
  • resourcedetectionprocessor: change the EKS cluster identifier and check the cluster version instead of the existence of aws-auth configmap (#​39479)
  • datadogexporter: Fix a race condition in metric serializer exporter where the exporter may not be fully initialized when it receives metrics (#​39669)
  • filelogreceiver: Fix frozen receiver when max_concurrent_files is 1 (#​39598)
  • transformprocessor: Fix the context inferrer to also take into consideration the global OTTL conditions configuration. (#​39455)
  • prometheusreceiver: When a histogram metric has both classic and native histogram buckets, keep both, instead of throwing away the native histogram buckets. (#​26555)
    This was a technical dept from the previous implementation in PR 28663.
  • geoipprocessor: Close providers readers on shutdown (#​38961)
  • receivercreator: Fix how escaped backticks are handled in receiver creator templates (#​39163)
  • opampsupervisor: Supervisor will no longer report a config status of "applying" if the config has not changed (#​39500)
  • githubreceiver: Fix span end times for skipped and cancelled workflows (#​39020)
  • k8sobjectsreceiver: Introduces error_mode, so users can choose between propagating, ignoring, or silencing missing objects. (#​38803)
  • opampextension: Skips loading TLS config for insecure endpoints (#​39515)
  • opampsupervisor: fixes OpAMP Supervisor macOS example config (#​39492)
  • tcpcheckreceiver: Fix tcpcheck.error to report as a cumulative value instead of always being 1. (#​39234)
  • kafkareceiver: name label will be correctly set in receiver metrics (#​39483)
  • signaltometricsconnector: Fix incorrect result for metrics configured with same name but different type (#​39442)
  • tcplogreceiver: Ignore SplitFuncBuilder field to prevent panic during config marshaling (#​39474)
  • deltatocumulative: fixes misuse of xsync, leading to bad mutex unlock (#​39106)

v0.124.1

Compare Source

🧰 Bug fixes 🧰
  • receiver/filelog: Remove printing to console the names of files which are read by File Log receiver (#​39414)

v0.124.0

Compare Source

🛑 Breaking changes 🛑
  • splunkenterprisereceiver: added new attributes to the receiver and modified config (#​36330)
  • extension/headerssetter: Change DefaultValue to use configopaque.String type. (#​39127)
  • splunkenterprisereceiver: disabled default metrics except for splunkHealth to ensure scrapes run on Splunk instance are opt-in (#​39068)
  • processor/transform: Fix Basic Config style to properly handle cache access. (#​38926)
    The Transform processor now requires only one configuration style per processor's configuration, which means Advanced Config and Basic Config cannot be used together anymore.
  • sqlserverreceiver: update the unit of db.lock_timeout attribute from millisecond to second. this attribute is part of the emitted query sample collection. (#​39042)
🚩 Deprecations 🚩
  • datadogexporter: Deprecate config host_metadata::first_resource (#​39069)
    Opt in to https://docs.datadoghq.com/opentelemetry/mapping/host_metadata/ instead. Its behavior is more predictable and provides more flexibility.
  • datadogexporter: Deprecate feature gate exporter.datadogexporter.metricexportnativeclient. Datadog exporter now uses the serializer to send metrics by default. (#​39148)
    Use feature gate exporter.datadogexporter.metricexportserializerclient instead
  • kafkaexporter: Deprecate auth::tls and introduce tls config (#​37776)
  • kafkametricsreceiver: Deprecate auth::tls and introduce tls config (#​37776)
  • kafkareceiver: Deprecate auth::tls and introduce tls config (#​37776)
  • kafkatopicsobserverextension: Deprecate auth::tls and introduce tls config (#​37776)
  • kafkaexporter: deprecate topic and encoding, introduce signal-specific configuration (#​35432)
  • kafkareceiver: Add signal-specific topic and encoding config, deprecate existing topic/encoding config. (#​32735)
🚀 New components 🚀
  • googlecloudlogentryencodingextension: Add Google Cloud LogEntry Encoding Extension to support decoding logs produced by Google Cloud services (#​37531)
  • stefreceiver: Make the receiver initially code complete (#​38979)
💡 Enhancements 💡
  • azureblobexporter: support for append blob in azure blob storage exporter (#​39075)

  • alertmanagerexporter: Add alert labels based on event attribute list in alermanager exporter (#​38063)

  • alertmanagerexporter: Add support for api version in Alertmanager endpoint, default is v2 (#​38694)

  • azureauthextension: Add implement for extensionauth.HTTPClient and extensionauth.Server interface functions. (#​39178)

  • azureblobexporter: change to alpha for azure blob exporter (#​39272)

  • azuremonitorreceiver: Add subscription name resource attribute (#​39029)

  • azuremonitorreceiver: Allow to use metrics:getBatch API (Azure Monitor Metrics Data Plane) (#​38651)

  • servicegraphconnector: Change database_name_attribute to accept a list of values. (#​37777)

  • datadogexporter: Move feature gate exporter.datadogexporter.metricexportserializerclient to beta. Datadog exporter now uses the serializer to send metrics by default. (#​39148)
    The serializer has overall better performance and throughput. Note the deprecated host_metadata::hostname_source::first_resource config is ignored in the serializer.

  • elasticsearchexporter: Add telemetry::log_failed_docs_input and telemetry::log_failed_docs_input_rate_limit config to facilitate debugging of failed bulk request items (#​39205)
    Additionally, log a warning about potentially exposing sensitive data on any enabled telemetry config.

  • kafkareceiver: Propagate Kafka headers as metadata (#​39129)
    Allwos the Kafka receiver to propagate Kafka headers as client.Info (metadata). Allowing downstream processors and exporters to access the values via the enriched context.

  • kafkaexporter: Propagate metadata keys as headers (#​39130)
    Adds a new config option specifying a list of metadata keys that should be propagated as Kafka message headers.

  • faroexporter: Completes the implementation of the Faro exporter. (#​35319)

  • farotranslator: Adds support for user actions in the Faro translator. (#​39141)

  • receivercreator: Add kafkatopicsobserver to the receivercreator configuration (#​37665)

  • clickhouseexporter: use a more precise conversion function to create TTL (#​38942)

  • kafkaexporter: enable partitioning for all encodings (#​39001, #​38999)
    With the exception of Jaeger encodings which have their own partitioning logic,
    partitioning is now independent of the encoding used. This means that all encodings
    now support partitioning.

  • signalfxexporter: Errors will now include the URL that it was trying to access (#​39026)

  • splunkhecexporter: Errors will now include the URL that it was trying to access (#​39026)

  • telemetrygen: Fix flaky test TestTemporalityStartTimes (#​39219)

  • k8sattributesprocessor: Add option to configure automatic resource attributes - with annotation prefix (#​37114)
    Implements Specify resource attributes using Kubernetes annotations.

    If you are using the file log receiver, you can now create the same resource attributes as traces (via OTLP) received
    from an application instrumented with the OpenTelemetry Operator -
    simply by adding the extract: { otel_annotations: true } configuration to the k8sattributesprocessor processor.
    See the documentation for more details.

  • signaltometricsconnector: Allow to configure optional attributes which are copied as-is to the output metric. (#​38600)

  • oracledbreceiver: Add support for parallel operations metrics (#​39215)
    The following metrics are now available, all disabled by default:

    • 'DDL statements parallelized'
    • 'DML statements parallelized'
    • 'Parallel operations not downgraded'
    • 'Parallel operations downgraded to serial'
    • 'Parallel operations downgraded (1-25%)'
    • 'Parallel operations downgraded (25-50%)'
    • 'Parallel operations downgraded (50-75%)'
    • 'Parallel operations downgraded (75-99%)'
  • ottlprofile: Add OTTL support for profiles. (#​36104)

  • k8sclusterreceiver: Add missing attributes to entities in experimental entity feature (#​39038)

  • pkg/stanza: Use buffer pool for the read buffers to limit allocations" (#​39373)

  • postgresqlreceiver: add top query collection to help end user identify which query were executed in the postgresql database. (#​39311)

  • sqlserverreceiver: Allow full control of the "connection string" via the datasource configuration option (#​39235)

  • azureauthextension: Use credentials to handle the access token. (#​39057)

  • sigv4auth: Added support for authenticating with AssumeRoleWithWebIdentity API (#​103107)
    Adds the ability to specify the authenticator with an OIDC JWT and AWS IAM role to be assumed
    using the AssumeRoleWithWebIdentity API instead of just the AssumeRole API.

  • spanmetricsconnector: Initialise new calls_total metrics at 0 (#​38537)

  • pkg/stanza: Remove unnecessary slice allocation to track errors (even nil) (#​39367)

  • awslogs_encoding: Add support for VPC flow logs sent to S3 in plain text format. (#​38896)

  • opampsupervisor: add support for including local configuration files (#​37886)

  • awslogsencodingextension: Rename aws.eni.id attribute to network.interface.name and update README (#​39051)

  • awslogsencodingextension: Add support for ECS fields. (#​39241)

  • awslogsencodingextension: Improve performance when unmarshalling plain-text VPC flow logs. (#​39043)

🧰 Bug fixes 🧰
  • metricstransformprocessor: Fix aggregation of exponential histograms in metricstransform processor. (#​39143)
    Fix a panic when the number of populated buckets varies, and fix summing of counts for the Zero bucket.
  • datadogexporter: Fix a bug on missing APM stats when feature gate exporter.datadogexporter.metricexportserializerclient is enabled. (#​39148)
  • datadogexporter: Fix a bug on instrumentation_scope_metadata_as_tags not being honored when feature gate exporter.datadogexporter.metricexportserializerclient is enabled. (#​39148)
  • elasticsearchexporter: Handle edge cases in metrics grouping causing TSDB version_conflict_engine_exception (#​38083)
    Fix 2 edge cases where metrics grouping were not done correctly:
    1. In ecs mode, metric grouping now considers data point attributes overwriting resource attributes.
    2. In ecs and otel mode, attributes are now sorted before hashing. Metrics with attributes but in different order are now grouped together.
  • pkg/ottl: Fix OTTL context inference order to prioritize the scope context over resource. (#​39155)
  • servicegraphconnector: Metrics for spans with extra dimensions configured are incorrectly being aggregated together despite the dimension values being different. (#​39160)
  • pkg/ottl: Fix so replace_all_patterns can replace keys using optional function (#​32896)
    When using the replace_all_patterns with key and optional function on the replacement, the value was being replaced with the key. This change fixes that and now the key is replaced as intended.
  • servicegraphconnector: Fix collectClientLatencyMetrics method bug (#​39184)
  • testbed: Specify storage parameter for filelog receiver in benchmarks (#​39217)
  • awss3exporter: Fixes an issue where the AWS S3 Exporter was forcing an ACL to be set, leading to unexpected behavior in S3 bucket permissions (#​39346)
    Current behavior of the AWS S3 Exporter is to set the ACL to 'private' by default, this removes that behavior and sets no ACL if not specified.
  • connector/spanmetrics: This change proposes moving the start timestamp (and last seen timestamp) from the resourceMetrics level to the individual metrics level. This will ensure that each metric has its own accurate start and last seen timestamps, regardless of its relationship to other spans. (#​35994)
  • receiver/kubeletstats: support user defined CA path for service account using the configtls option ca_file (#​39291)
  • telemetrygen: fix startTimestamp when generating cumulative temporality datapoints. (#​38232)
  • splunkenterprisereceiver: Fixes otelcol_scraper_errored_metric_points metric, which was not incrementing properly (#​38691)

v0.123.0

Compare Source

🛑 Breaking changes 🛑
  • elasticsearchexporter: Remove deprecated fields [min|max]_size_items from batch config (#​38836)

  • receiver/azuremonitorreceiver: multi subscriptions support and automatic discovery (#​36612)

  • kafkaexporter: change default client_id to "otel-collector" (#​38411)
    The exporter now uses the "configkafka" package which consolidates
    common configuration structures and default values. As a result of
    this change, we update the default client_id value to "otel-collector".

  • kafkametricsreceiver: change default client_id to "otel-collector", deprecate "refresh_frequency" (#​38411)
    The receiver now uses the "configkafka" package which consolidates
    common configuration structures and default values. As a result of
    this change, we update the default client_id value to "otel-collector",
    and deprecate "refresh_frequency" in favour of "metadata.refresh_interval".

  • prometheusremotewriteexporter: Remove export_created_metric config option (#​35003)

  • k8sattributesprocessor: Remove stable feature gate k8sattr.rfc3339 (#​38810)

  • tlscheckreceiver: Add file-based TLS certificate checks (#​38906)

🚩 Deprecations 🚩
  • kafkaexporter: Deprecate auth.plain_text configuration. Use auth.sasl with mechanism set to PLAIN instead. (#​38883)
  • kafkametricsreceiver: Deprecate auth.plain_text configuration. Use auth.sasl with mechanism set to PLAIN instead. (#​38883)
  • kafkareceiver: Deprecate auth.plain_text configuration. Use auth.sasl with mechanism set to PLAIN instead. (#​38883)
  • kafkatopicsobserverextension: Deprecate auth.plain_text configuration. Use auth.sasl with mechanism set to PLAIN instead. (#​38883)
🚀 New components 🚀
  • awslogsencodingextension: Add AWS Logs Encoding Extension to support decoding logs produced by AWS services (#​38627)
  • stefreceiver: Add structure of new receiver (#​38979)
  • k8slogreceiver: Add the skeleton for the new k8slogreceiver in development. (#​23339)
  • azureauthextension: Add new authenticator extension for Azure. (#​38908)
  • tpmextension: Add scaffolding for Trusted Platform Module extension. (#​38682)
💡 Enhancements 💡
  • spanmetricsconnector: Add instrumentation scope to span metrics connector. (#​23662)
    This change adds the instrumentation scope to the span metrics connector, which allows users to specify the instrumentation scope for the connector.
    Now, the connector has a new configuration option:

    • include_instrumentation_scope: A list of instrumentation scope names to include from the traces.
      The instrumentation scope name is the name of the instrumentation library that collected the span.
  • azuremonitorexporter: support span links for traces for azure monitor exporter (#​35855)

  • splunkhecreceiver: Splunk HEC timestamp accepts nanoseconds, microseconds, milliseconds, and seconds epoch. (#​36571)

  • farotranslator: Add Faro translator package (#​19180, #​35319)

  • lokiexporter: Add lokiexporter component to the contrib distribution (#​38993)

  • oracledbreceiver: Add support for additional read/write metrics (#​37814)
    The following metrics are now available, all disabled by default:
    'physical reads direct', 'physical writes', 'physical writes direct',
    'physical read io requests' and 'physical write io requests' metrics'

  • tlscheckreceiver: add tlscheck.x509.san attribute (#​38872)
    Subject Alternative Name records are stored as an array on the metric.

  • prometheusremotewriteexporter: Adds logic to convert from the internal OTEL Metrics unit format to Prometheus unit format and emit unit as part of Prometheus metadata. (#​29452)

  • awslogsencodingextension: Add support for cloudwatch logs coming from subscription filters. (#​38820)

  • awscloudwatchencodingextension: Increase component stability to Alpha (#​37870)

  • awss3exporter: Implement timeout for S3 exporter (#​36264)

  • azureauthextension: Implement extensionauth.Server and azcore.TokenCredential. (#​39012)

  • bearertokenauthextension: Allow the header name to be customized in the bearerauthtoken extension (#​38793)

  • schemaprocessor: Add functionality to transform metrics for the schema processor.
    (#​38628)
    Adds functionality to transform metrics using the target schema version.

  • elasticsearchexporter: Enable native frame symbolization for Universal Profiling via the symbolization queue indices. (#​38577)

  • hostmetricsreceiver: Reduced the cost of retrieving number of threads and parent process ID on Windows. Disable the featuregate hostmetrics.process.onWindowsUseNewGetProcesses to fallback to the previous implementation.
    (#​32947, #​38589)

  • prometheusremotewritereciever: Add help ref attribute to metric (#​37277)

  • hostmetricsreceiver: Reduced the CPU cost of collecting the process.handles metric on Windows. (#​38886)
    Instead of using WMI to retrieve the number of opened handles by each process
    the scraper now uses the GetProcessHandleCount Win32 API which results in
    reduced CPU usage when the metric process.handles is enabled.

  • pkg/ottl: Enhance the Decode OTTL function to support all flavors of Base64 (#​38854)

  • rabbitmqreceiver: Enhance the RabbitMQ receiver to collect and report additional node-level metrics: rabbitmq.node.disk_free, rabbitmq.node.disk_free_limit, rabbitmq.node.disk_free_alarm, rabbitmq.node.disk_free_details.rate, rabbitmq.node.mem_used, rabbitmq.node.mem_limit, rabbitmq.node.mem_alarm, rabbitmq.node.mem_used_details.rate, rabbitmq.node.fd_used, rabbitmq.node.fd_total, rabbitmq.node.fd_used_details.rate, rabbitmq.node.sockets_used, rabbitmq.node.sockets_total, rabbitmq.node.sockets_used_details.rate, rabbitmq.node.proc_used, rabbitmq.node.proc_total, rabbitmq.node.proc_used_details.rate. These provide additional observability into the state and resource usage of RabbitMQ nodes. (#​38976)

  • rabbitmqreceiver: Enhance the RabbitMQ receiver to collect and report additional node-level metrics across multiple categories. These include metrics related to memory, file descriptors, sockets, processes, disk, uptime, scheduling, garbage collection (GC), I/O, message store, connections, clustering, configuration, application info, and context switches. This significantly improves visibility into the performance, state, and resource usage of RabbitMQ nodes. (#​38997)

  • resourcedetection: Adding the os.version resource attribute to system resourcedetection processor (#​38087)

  • prometheusremotewritereciever: Separate timeseries with the same labels are now translated into the same OTLP metric. (#​37791)
    timeseries that belongs to the same metric should be added to the same datapoints slice.

  • prometheusremotewritereceiver: Use Created Timestamps to populate Datapoint's StartTimeUnixNano (#​37277)

  • workflow: Remove path parts from component label suffixes (#​38527)

  • sqlserverreceiver: support sqlserverreceiver to record every executing query (#​36462)
    We introduced Query Sample collection in this PR. The scraper will record all the currently
    executing queries once (in most case) and report related metrics. With this, user will be
    able to see what queries got executed and can combine with the Top Query to get more insights
    on troubleshooting and fine tuning.

  • sqlserverreceiver: Support query-level log collection (#​36462)
    Added top query (most CPU time consumed) collection. The query will gather the queries took most of the time during the last
    query interval and report related metrics. The number of queries can be configured. This will enable user to have better
    understanding on what is going on with the database. This enhancement empowers users to not only monitor but also actively
    manage and optimize their MSSQL database performance based on real usage patterns.

  • opampsupervisor: Allow controlling Collectors that don't include the nopreceiver and nopexporer (#​38809)
    This requires Collectors built with Collector API v0.122.0+. The nopreceiver
    and nopexporter will continue to be supported for a few releases, after which
    only v0.122.0+ will be supported.

  • opampsupervisor: Report the reception of an unexpected UID during bootstrapping (#​29864)

🧰 Bug fixes 🧰
  • metricstarttimeprocessor: Add reset detection for histograms (#​38582)

  • prometheusremotewriteexporter: Disallow users from setting compression type other than snappy (#​37232)
    This change ensures that only the snappy compression type can be set, as required by the Prometheus Remote Write protocol.

  • awsecscontainermetrics: Ensure that the storage.read_bytes and storage.write_bytes metrics include i/o counts from all devices (#​38301)

  • receiver/sqlserver: the current metric scraper would report error when parsing value, the value was parsed as int but actually it should be a float (#​38823)

  • redisstorageextension: fix missing redis prefix in Batch method (#​38877)

  • receiver/sqlserver: Ensure all enabled metrics are emitted (#​38839)

  • kafkareceiver: make calls to error backoff thread-safe and add logging (#​38941)

  • awsfirehosereceiver: Fixes unmarshal error when request is larger than the buffer limit of bufio.Scanner (#​38736)

  • axw:prometheusremotewritereceiver-fix-tests: wait for listening port to be closed before shutting down receiver (#​38705)

  • receiver/sqlserver: Remove warning that server.address and server.port resource attributes will be enabled (#​38831)
    There is no intention of enabling these resource attributes by default,
    this change is to simply remove the warning.
    The server.address and server.port resource attributes were, and still are,
    disabled by default.

  • awscloudwatchmetricstreamsencodingextension: Return errors when extracting the metrics from the record instead of logging them. (#​38596)

  • tcpcheckreceiver: Fixed typo in "Metric configuration". (#​38889)

  • pkg/stanza: Add retries when calls to retrieve Windows event via EvtNext fail with error RPC_S_INVALID_BOUND (1734). (#​38149)
    Whenever large events were read in by the Windows event log receiver, via the stanza input operator,
    the collector would fail with error RPC_S_INVALID_BOUND (1734). Now the operator tries to workaround
    this issue by reducing the number of events read on each attempt.

v0.122.0

Compare Source

🛑 Breaking changes 🛑
  • deltatocumulative: removes legacy and clean up existing metrics (#​38079)
    renamed:

    • otelcol_deltatocumulative.datapoints.processed to otelcol_deltatocumulative_datapoints
    • otelcol_deltatocumulative.datapoints.dropped to otelcol_deltatocumulative_datapoints{error="..."}
    • otelcol_deltatocumulative.max_stale to otelcol_deltatocumulative_max_stale
    • otelcol_deltatocumulative.streams.limit to otelcol_deltatocumulative_streams_limit
    • otelcol_deltatocumulative.streams.tracked to otelcol_deltatocumulative_streams_tracked
      removed (already unused):
    • otelcol_deltatocumulative.datapoints.linear
    • otelcol_deltatocumulative.streams.tracked.linear
    • otelcol_deltatocumulative.streams.evicted
    • otelcol_deltatocumulative.gaps.length
  • elasticsearchexporter: Dynamically route documents by default unless {logs,metrics,traces}_index is non-empty (#​38361)
    Overhaul in document routing. Deprecate and make {logs,metrics,traces}_dynamic_index config no-op. Config validation error on {logs,metrics,traces}_dynamic_index::enabled and {logs,metrics,traces}_index set at the same time, as users who rely on dynamic index should not set {logs,metrics,traces}_index. Remove elasticsearch.index.{prefix,suffix} handling. Replace it with elasticsearch.index handling that uses attribute value as index directly. Users rely on the previously supported elasticsearch.index.prefix and elasticsearch.index.suffix should migrate to a transform processor that sets elasticsearch.index. Fix a bug where receiver-based routing overwrites data_stream.dataset.

  • elasticsearchexporter: Change default mapping::mode config to otel (#​37241)
    The new default, OTel mapping mode, requires Elasticsearch 8.12+. To retain the old behavior, explicitly set mapping::mode to none.

  • dbstorageextension: Change SQLite driver to non-CGO version (#​35280)
    New SQLite driver has incompatible set of options and users should carefully review used driver options (if any) on update
    Migration guide and available driver options are added to component documentation

  • kafkatopicsobserver: Remove session_timeout and heartbeat_interval config (#​38414)
    These attributes are only relevant to Kafka consumers.

  • examples/demo: Remove examples/demo (#​38488)
    The other examples are sufficient, and there exists the more comprehensive OpenTelemetry Demo.

  • receiver/sqlserverreceiver: SQL Server receiver now requires a positive serial number for X509 certificates. (#​38099)
    See known issues in README of receiver/sqlserverreceiver for more information.

  • tlscheckreceiver: Implement TLS Check Receiver for host-based checks (#​35842)
    Changing configuration scheme to use standard confignet TCP client

🚀 New components 🚀
  • awscloudwatchencodingextension: Introduce new encoding extension for AWS CloudWatch Metric Streams (#​37870)
  • azureblobexporter: implementation of azure blob exporter (#​34319)
  • faroreceiver: Introduce a new receiver to receive faro data (#​19180)
  • kafkatopicsobserver: Change stability level of kafkatopicsobserver to alpha (#​37665)
  • datadogsemanticsprocessor: Add datadogsemanticsprocessor, which transforms OpenTelemetry semantic conventions to Datadog semantic conventions (#​35304)
  • pprofreceiver: Introduce a new receiver to report pprof profiles (#​38260)
  • sematextexporter: Advanced metrics implementation (#​36465)
  • sematextexporter: basic metrics implementation (#​36465)
  • tcpcheckreceiver: Introducing new component tcpcheck receiver (#​34414)
  • k8sleaderelector: allows single instance of the receiver/exporter to be active via kubernetes leader election mechanism (#​34460)
💡 Enhancements 💡
  • azuremonitorexporter: support sending to multiple azure monitor exporters (#​34188)

  • azuremonitorexporter: support custom event for logs for azure monitor exporter (#​37422)

  • splunkhecreceiver: splunk hec receiver accepts metrics with empty string Event field (#​38464)

  • prometheusremotewriteexproter: Adds the endpoint label to remote write exporter metrics to help identify the remote write endpoint within the metrics. (#​38397)

  • faroexporter: Add Faro exporter package (#​35319)

  • awscloudwatchmetricstreamsencodingextension: Add unmarshaler for JSON cloudwatch metric stream (#​38407)

  • awscloudwatchmetricstreamsencodingextension: Add support for opentelemetry1.0 format (#​38408)

  • sqlserverreceiver: Add new performance-related metrics (#​37884)
    Added metrics are:

    • sqlserver.database.backup_or_restore.rate
    • sqlserver.replica.sent.rate
    • sqlserver.replica.received.rate
    • sqlserver.database.execution_errors.count
    • sqlserver.table.count
    • sqlserver.memory.free_list_stalls.rate
    • sqlserver.database.free_space_tempdb
    • sqlserver.database.full_scans.rate
    • sqlserver.index.search.rate
    • sqlserver.database.login.rate
    • sqlserver.database.logout.rate
    • sqlserver.database.deadlock.rate
    • sqlserver.database.mirror_write_transaction.rate
    • sqlserver.memory.grants_pending.count
    • sqlserver.page.lookup.rate
    • sqlserver.transaction.delay
    • sqlserver.memory.used
    • sqlserver.database.version_store_size
  • awscloudwatchlogsexporter, awsemfexporter, awsxrayexporter: Adding external id support when assuming a role for AWS credentials. (#​36725)
    AWS IAM Docs https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html#id_roles_third-party_external-id

  • hostmetricsreceiver: Added the system.linux.memory.dirty and system.memory.page_size metrics. (#​38672)

  • mongodbreceiver: Added new mongodb metrics to achieve parity with Telegraf (#​37227)

  • opampsupervisor: add ability to report own traces/logs ([#​3


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 renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 6cdbed2 to d7638a7 Compare October 23, 2024 14:39
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.111.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.112.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from d7638a7 to 5f3c131 Compare November 6, 2024 21:29
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.112.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.113.0 Nov 6, 2024
Copy link
Contributor Author

renovate bot commented Nov 6, 2024

ℹ 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):

  • 51 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.5
github.com/stretchr/testify v1.8.4 -> v1.10.0
go.opentelemetry.io/collector/component v0.93.0 -> v0.118.0
go.opentelemetry.io/collector/receiver v0.93.0 -> v0.118.0
golang.org/x/sys v0.16.0 -> v0.28.0
cloud.google.com/go/compute/metadata v0.2.4-0.20230617002413-005d2dfb6b68 -> v0.5.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 -> v1.24.2
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 -> v0.0.0-20240905190251-b4127c9b8d78
github.com/docker/docker v24.0.7+incompatible -> v27.3.1+incompatible
github.com/envoyproxy/go-control-plane v0.11.1 -> v0.13.1
github.com/envoyproxy/protoc-gen-validate v1.0.2 -> v1.1.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 -> v2.20.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/klauspost/compress v1.17.4 -> v1.17.9
github.com/knadh/koanf/v2 v2.0.1 -> v2.1.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.93.0 -> v0.118.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.93.0 -> v0.118.0
github.com/opencontainers/image-spec v1.1.0-rc5 -> v1.1.0
github.com/prometheus/client_model v0.5.0 -> v0.6.0
github.com/shirou/gopsutil/v3 v3.23.12 -> v3.24.5
github.com/stretchr/objx v0.5.0 -> v0.5.2
github.com/yusufpapurcu/wmi v1.2.3 -> v1.2.4
go.opentelemetry.io/collector/config/configtelemetry v0.93.0 -> v0.118.0
go.opentelemetry.io/collector/confmap v0.93.0 -> v1.24.0
go.opentelemetry.io/collector/featuregate v1.0.1 -> v1.24.0
go.opentelemetry.io/collector/pdata v1.0.1 -> v1.24.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 -> v0.49.0
go.opentelemetry.io/otel v1.22.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.22.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.22.0 -> v1.32.0
go.opentelemetry.io/otel/sdk/metric v1.22.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.22.0 -> v1.32.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/crypto v0.18.0 -> v0.31.0
golang.org/x/mod v0.14.0 -> v0.19.0
golang.org/x/net v0.20.0 -> v0.33.0
golang.org/x/oauth2 v0.16.0 -> v0.23.0
golang.org/x/term v0.16.0 -> v0.27.0
golang.org/x/text v0.14.0 -> v0.21.0
golang.org/x/tools v0.16.0 -> v0.23.0
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/grpc v1.60.1 -> v1.69.4
google.golang.org/protobuf v1.32.0 -> v1.36.3

@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch 2 times, most recently from c66904c to 05375ea Compare November 19, 2024 01:50
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.113.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.114.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 05375ea to 6f322a7 Compare December 4, 2024 13:31
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.114.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.115.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 6f322a7 to aff64c9 Compare December 17, 2024 15:32
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.115.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.116.0 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from aff64c9 to fdfb990 Compare January 8, 2025 04:28
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.116.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.117.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from fdfb990 to b56d5e9 Compare January 21, 2025 20:59
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.117.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.118.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from b56d5e9 to aec1cf6 Compare February 4, 2025 09:16
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.118.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.119.0 Feb 4, 2025
Copy link
Contributor Author

renovate bot commented Feb 4, 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 -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.125.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/jaegerremotesampling v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/oauth2clientauthextension v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/journaldreceiver v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.93.0
go: downloading go.opentelemetry.io/collector/component v1.31.0
go: downloading go.opentelemetry.io/collector v0.93.0
go: downloading go.opentelemetry.io/collector/connector v0.125.0
go: downloading go.opentelemetry.io/collector/exporter v0.93.0
go: downloading go.opentelemetry.io/collector/exporter/debugexporter v0.93.0
go: downloading go.opentelemetry.io/collector/exporter/loggingexporter v0.93.0
go: downloading go.opentelemetry.io/collector/exporter/otlpexporter v0.93.0
go: downloading go.opentelemetry.io/collector/exporter/otlphttpexporter v0.93.0
go: downloading go.opentelemetry.io/collector/extension v0.93.0
go: downloading go.opentelemetry.io/collector/extension/ballastextension v0.93.0
go: downloading go.opentelemetry.io/collector/extension/zpagesextension v0.93.0
go: downloading go.opentelemetry.io/collector/otelcol v0.93.0
go: downloading go.opentelemetry.io/collector/processor v0.93.0
go: downloading go.opentelemetry.io/collector/processor/batchprocessor v0.93.0
go: downloading go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.93.0
go: downloading go.opentelemetry.io/collector/receiver v1.31.0
go: downloading go.opentelemetry.io/collector/receiver/otlpreceiver v0.93.0
go: downloading golang.org/x/sys v0.32.0
go: downloading github.com/stretchr/testify v1.10.0
go: downloading go.opentelemetry.io/collector/component/componenttest v0.125.0
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/hashicorp/golang-lru v1.0.2
go: downloading github.com/jonboulle/clockwork v0.5.0
go: downloading github.com/lightstep/go-expohisto v1.0.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.125.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.125.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.125.0
go: downloading go.opentelemetry.io/collector/confmap v1.31.0
go: downloading go.opentelemetry.io/collector/confmap/xconfmap v0.125.0
go: downloading go.opentelemetry.io/collector/consumer v1.31.0
go: downloading go.opentelemetry.io/collector/featuregate v1.31.0
go: downloading go.opentelemetry.io/collector/pdata v1.31.0
go: downloading go.opentelemetry.io/collector/semconv v0.125.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/IBM/sarama v1.42.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/jaegertracing/jaeger v1.53.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.93.0
go: downloading go.opentelemetry.io/collector/config/configretry v0.93.0
go: downloading go.opentelemetry.io/collector/consumer/consumererror v0.125.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.93.0
go: downloading github.com/prometheus/client_golang v1.18.0
go: downloading github.com/prometheus/common v0.46.0
go: downloading go.opentelemetry.io/collector/config/confighttp v0.93.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading go.opentelemetry.io/collector/config/configopaque v0.93.0
go: downloading go.opentelemetry.io/collector/extension/auth v0.93.0
go: downloading google.golang.org/grpc v1.72.0
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/collector/config/configgrpc v0.93.0
go: downloading go.opentelemetry.io/collector/config/confignet v0.93.0
go: downloading go.opentelemetry.io/collector/config/configtls v0.93.0
go: downloading golang.org/x/oauth2 v0.26.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.93.0
go: downloading go.opentelemetry.io/otel v1.35.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.93.0
go: downloading k8s.io/apimachinery v0.28.4
go: downloading go.opentelemetry.io/otel/metric v1.35.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.93.0
go: downloading github.com/apache/thrift v0.19.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.93.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.93.0
go: downloading github.com/rs/cors v1.10.1
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/prometheus/prometheus v0.48.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading go.opentelemetry.io/collector/internal/telemetry v0.125.0
go: downloading go.opentelemetry.io/collector/pipeline v0.125.0
go: downloading go.opentelemetry.io/collector/config/configtelemetry v0.93.0
go: downloading go.opentelemetry.io/collector/config/configcompression v0.93.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a
go: downloading google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
go: downloading google.golang.org/protobuf v1.36.6
go: downloading go.opentelemetry.io/contrib/zpages v0.47.0
go: downloading go.opentelemetry.io/otel/sdk v1.35.0
go: downloading github.com/spf13/cobra v1.8.0
go: downloading go.opentelemetry.io/collector/service v0.93.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading go.opentelemetry.io/otel/sdk/metric v1.35.0
go: downloading go.opentelemetry.io/otel/trace v1.35.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/eapache/go-resiliency v1.4.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/jcmturner/gofork v1.7.6
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/pierrec/lz4/v4 v4.1.18
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading golang.org/x/net v0.39.0
go: downloading github.com/xdg-go/scram v1.1.2
go: downloading github.com/openzipkin/zipkin-go v0.4.2
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading go.opentelemetry.io/collector/config/configauth v0.93.0
go: downloading go.opentelemetry.io/collector/config/internal v0.93.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading github.com/spf13/viper v1.18.2
go: downloading github.com/tilinna/clock v1.1.0
go: downloading github.com/mostynb/go-grpc-compression v1.2.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
go: downloading github.com/alecthomas/participle/v2 v2.1.1
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
go: downloading github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
go: downloading k8s.io/client-go v0.28.4
go: downloading k8s.io/api v0.28.4
go: downloading github.com/aws/aws-sdk-go v1.50.2
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders v0.93.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.93.0
go: downloading github.com/hashicorp/consul/api v1.27.0
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0
go: downloading github.com/shirou/gopsutil/v3 v3.23.12
go: downloading go.opentelemetry.io/collector/consumer/consumertest v0.125.0
go: downloading github.com/gogo/googleapis v1.4.1
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/knadh/koanf/maps v0.1.2
go: downloading github.com/knadh/koanf/providers/confmap v1.0.0
go: downloading github.com/knadh/koanf/v2 v2.2.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/text v0.24.0
go: downloading github.com/relvacode/iso8601 v1.3.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.93.0
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd
go: downloading github.com/prometheus/common/sigv4 v0.1.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.opentelemetry.io/contrib/config v0.2.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.22.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/xdg-go/pbkdf2 v1.0.0
go: downloading github.com/xdg-go/stringprep v1.0.4
go: downloading go.opentelemetry.io/collector/pdata/pprofile v0.125.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading github.com/expr-lang/expr v1.15.8
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/google/uuid v1.6.0
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading k8s.io/utils v0.0.0-20230711102312-30195339c3c7
go: downloading github.com/imdario/mergo v0.3.16
go: downloading golang.org/x/term v0.31.0
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.3.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.93.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-hclog v1.6.1
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/serf v0.10.1
go: downloading github.com/docker/docker v28.0.1+incompatible
go: downloading github.com/Showmax/go-fqdn v1.0.0
go: downloading github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c
go: downloading github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c
go: downloading github.com/shoenig/go-m1cpu v0.1.6
go: downloading github.com/tklauser/go-sysconf v0.3.12
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading go.opentelemetry.io/collector/consumer/xconsumer v0.125.0
go: downloading github.com/valyala/fastjson v1.6.4
go: downloading github.com/influxdata/go-syslog/v3 v3.0.1-0.20230911200830-875f5bc594a4
go: downloading gonum.org/v1/gonum v0.14.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v4 v4.2.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v2 v2.2.1
go: downloading github.com/digitalocean/godo v1.104.1
go: downloading github.com/miekg/dns v1.1.56
go: downloading google.golang.org/api v0.155.0
go: downloading github.com/hetznercloud/hcloud-go/v2 v2.4.0
go: downloading github.com/ionos-cloud/sdk-go/v6 v6.1.9
go: downloading github.com/linode/linodego v1.23.0
go: downloading github.com/hashicorp/nomad/api v0.0.0-20230721134942-515895c7690c
go: downloading github.com/gophercloud/gophercloud v1.7.0
go: downloading github.com/ovh/go-ovh v1.4.3
go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21
go: downloading github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
go: downloading github.com/vultr/govultr/v2 v2.17.2
go: downloading github.com/envoyproxy/go-control-plane v0.13.4
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
go: downloading github.com/go-zookeeper/zk v1.0.3
go: downloading golang.org/x/time v0.5.0
go: downloading go.opentelemetry.io/contrib/bridges/otelzap v0.10.0
go: downloading go.opentelemetry.io/otel/log v0.11.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading go.opentelemetry.io/otel/bridge/opencensus v0.45.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.45.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.45.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.45.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.45.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0
go: downloading golang.org/x/crypto v0.37.0
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.9
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading github.com/elastic/lunes v0.1.0
go: downloading github.com/openshift/api v3.9.0+incompatible
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/armon/go-metrics v0.4.1
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/tklauser/numcpus v0.6.1
go: downloading github.com/go-ole/go-ole v1.2.6
go: downloading github.com/leodido/ragel-machinery v0.0.0-20181214104525-299bdde78165
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/dennwc/varint v1.0.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.4
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/go-resty/resty/v2 v2.7.0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/hashicorp/cronexpr v1.1.2
go: downloading github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading github.com/magefile/mage v1.15.0
go: downloading k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/bmatcuk/doublestar/v4 v4.6.1
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading golang.org/x/sync v0.13.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/emicklei/go-restful/v3 v3.10.2
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.20.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading golang.org/x/tools v0.23.0
go: downloading golang.org/x/mod v0.19.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib v0.125.0
go: downloading go.opentelemetry.io/collector v0.125.0
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/collector/confmap/converter/expandconverter v0.113.0
go: downloading go.opentelemetry.io/collector/confmap/provider/envprovider v1.31.0
go: downloading go.opentelemetry.io/collector/confmap/provider/fileprovider v1.31.0
go: downloading go.opentelemetry.io/collector/confmap/provider/httpprovider v1.31.0
go: downloading go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.31.0
go: downloading go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.31.0
go: downloading go.opentelemetry.io/collector/receiver/receiverhelper v0.125.0
go: github.com/os-observability/redhat-opentelemetry-collector imports
	github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter imports
	github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger imports
	github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/idutils: cannot find module providing package github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/idutils
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/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 github.com/openshift/api@latest

@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from aec1cf6 to 8bddaf7 Compare February 18, 2025 06:44
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.119.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.120.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 8bddaf7 to 8abdf7e Compare February 19, 2025 19:26
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.120.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.120.1 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 8abdf7e to 50e8ed8 Compare March 4, 2025 14:51
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.120.1 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.121.0 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 50e8ed8 to 6a7ba9e Compare March 18, 2025 07:04
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.121.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.122.0 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 6a7ba9e to df4737c Compare April 1, 2025 02:49
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.122.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.123.0 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from df4737c to 6bf9858 Compare April 15, 2025 02:42
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.123.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.124.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from 6bf9858 to fca9637 Compare April 15, 2025 23:17
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.124.0 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.124.1 Apr 15, 2025
…ib/connector/spanmetricsconnector to v0.125.0
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from fca9637 to 653bdf5 Compare April 28, 2025 23:34
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.124.1 Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.125.0 Apr 28, 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.

0 participants