Skip to content
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

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

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.112.0 age adoption passing confidence

Release Notes

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

v0.112.0

Compare Source

🛑 Breaking changes 🛑
  • elasticsearchexporter: Enable gzip compression by default (#​35865)
    To disable compression, set config compression to none.
  • elasticsearchexporter: Set body.* for log body in OTel mode (#​35771)
    Log record body in OTel mapping mode will be stored in body.text, body.structured, body.flattened based on body value type and presence of event.name attribute
  • processor/metricsgeneration: Remove "experimental_" prefix from metrics generator processor name. (#​35426)
🚩 Deprecations 🚩
  • sapmreceiver: Deprecate SAPM receiver (#​32125)
  • elasticsearchexporter: Deprecate retry::max_requests in favor of retry::max_retries (#​32344)
    retry::max_retries will be exactly retry::max_requests - 1
🚀 New components 🚀
  • confmap/aesprovider: Initial aes encryption provider. Allows configurations to decrypt secrets using AES encryption. (#​35550)
  • systemdreceiver: Introduce the scaffolding of a new component, systemdreceiver (#​33532)
  • ntpreceiver: Introduce new receiver reporting the offset between the local machine and a NTP server. (#​34375)
  • tlscheckreceiver: Add TLS Check Receiver component to monitor x.509 certificate expiry (#​35423)
💡 Enhancements 💡
  • awsfirehosereceiver: Add support for CloudWatch logs (#​35077)

  • awsfirehosereceiver: added OTLP v1 support to Firehose receiver (#​34982)

  • awss3receiver: Add support for monitoring the progress of ingesting data from an S3 bucket via OpAMP custom messages. (#​30750)

  • azureeventshubreceiver: Updates the Azure Event Hub receiver to use the new Resource Logs translator. (#​35357)

  • cloudflarereceiver: Respond 503 on non-permanent and 400 on permanent errors (#​35642)

  • elasticsearchexporter: Add hint in error logs for TSDB version_conflict_engine_exception error (#​35546)

  • pkg/ottl: Add ConvertAttributesToElementsXML Converter (#​35328)

  • logdedupprocessor: Add a condition field to the Log DeDuplication Processor. (#​35440)

  • opampextension: Support using auth extensions for authenticating with opamp servers (#​35507)

  • azureblobreceiver: adds support for using azidentity default auth, enabling the use of Azure Managed Identities, e.g. Workload Identities on AKS (#​35636)
    This change allows to use authentication type "default", which makes the receiver use azidentity default Credentials,
    which automatically picks up, identities assigned to e.g. a container or a VirtualMachine

  • elasticsearchexporter: Introduce an experimental bodymap mapping mode for logs (#​35444)

  • googlecloudexporter: Google Cloud exporter is marked as mutating. (#​35366)

  • googlemanagedprometheusexporter: GMP exporter is marked as mutating. (#​35366)

  • k8sobserver: Emit endpoint per Pod's container (#​35491)

  • mongodbreceiver: Add support for MongoDB direct connection (#​35427)

  • exporter/clickhouse: Add the ability to override default table names for all metric types. (#​34225)
    'metrics_table_name' of the clickhouse exporter config is deprecated and newly introduced parameter 'metrics_tables' should be used instead.

  • metricsgenerationprocessor: Introduce functionality to only do metric calculations on data points whose attributes match (#​35425)
    This functionality can be enabled by the metricsgeneration.MatchAttributes feature gate, which is disabled by default.

  • chronyreceiver: Move chronyreceiver to beta (#​35913)

  • opampextension: Implement ReportsHealth capability in OpAMP extension (#​35433)

  • opampextension: Report OS description semantic convention (os.description) as a part of non-identifying agent description. (#​35555)

  • otelarrowexporter: Adjust defaults from https://opentelemetry.io/blog/2024/otel-arrow-production/ experiments. (#​35477)

  • pkg/ottl: Parsing invalid statements and conditions now prints all errors instead of just the first one found. (#​35728)

  • pkg/ottl: Add ParseSimplifiedXML Converter (#​35421)

  • receiver/prometheusremotewrite: Add HTTP Server to handler Prometheus Remote Write requests (#​35535)
    Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.

  • rabbitmqexporter: Allow to configure the name of the AMQP connection in the rabbitmqexporter (#​34681)

  • routingconnector: Allow routing based on OTTL Conditions (#​35731)
    Each route must contain either a statement or a condition.

  • sapmreceiver: Respond 503 on non-permanent and 400 on permanent errors (#​35300)

  • opampsupervisor: Allow collector logs to passthrough to supervisor output to facilitate running in a containerized environment. (#​35473)

  • hostmetricsreceiver: Use HOST_PROC_MOUNTINFO as part of configuration instead of environment variable (#​35504)

  • pkg/ottl: Add ConvertTextToElements Converter (#​35364)

🧰 Bug fixes 🧰
  • metricstransform: The previously removed functionality of aggregating against an empty label set is restored. (#​34430)

  • datadogreceiver: Use Check name from Service Check structure as metric name rather than hardcoded string service_check (#​35718)

  • azuredataexplorerexporter: Fix compression type for Azure Data Explorer exporter by adding the compression type in ingestion properties. (#​35353)

  • telemetrygen: ensure validate is called (#​35745)

  • deltatocumulative: fix meter panic on startup (#​35685)
    properly constructs the TelemetryBuilder, so it does not panic on startup, rendering the entire component unusable

  • elasticsearchexporter: Log and drop invalid metrics instead of returning error to avoid upstream retries (#​35740)

  • elasticsearchexporter: Preserve attribute names and metric names on prefix conflict in OTel mapping mode (#​35651)
    e.g. if there are attributes "a" and "a.b", they should be sent to Elasticsearch as is, instead of "a.value" and "a.b", in OTel mapping mode

  • elasticsearchexporter: Make OTel mapping mode send to data streams only (#​35839)
    This prevents auto creating regular indices in OTel mapping mode due to a race condition in Elasticsearch where otel-data index templates are not ready.

  • elasticsearchexporter: Sanitize datastream routing fields (#​34285)
    Sanitize the dataset and namespace fields according to https://www.elastic.co/guide/en/ecs/current/ecs-data_stream.html.

  • oidcauthextension: Fix a goroutine leak during shutdown. (#​30438)
    A goroutine leak was found in oidcauthextension. The goroutine leak was caused by the oidcauthextension not closing the idle connections in the client and transport.

  • filelogreceiver: Supports add_metadata_from_filepath for Windows filepaths (#​35558)

  • filelogreceiver: Suppress errors on EBADF when unlocking files. (#​35706)
    This error is harmless and happens regularly when delete_after_read is set. This is because we acquire the lock right at the start of the ReadToEnd function and then defer the unlock, but that function also performs the delete. So, by the time it returns and the defer runs the file descriptor is no longer valid.

  • kafkareceiver: Fixes issue causing kafkareceiver to block during Shutdown(). (#​30789)

  • hostmetrics receiver: Fix duplicate filesystem metrics (#​34635, #​34512)
    The hostmetrics exposes duplicate metrics of identical mounts exposed in namespaces. The duplication causes errors in exporters that are sensitive to duplicate metrics. We can safely drop the duplicates as the metrics should be exactly the same.

  • pkg/translator/prometheusremotewrite: Fix metric comparison func in prom translation layer (#​35741)

  • pkg/ottl: Allow indexing string slice type (#​29441)

  • mysqlreceiver: Add replica metric support for versions of MySQL earlier than 8.0.22. (#​35217)

  • stanza/input/windows: Close remote session while resubscribing (#​35577)

  • telemetrygen: Enable the --otlp-insecure-skip-verify flag (#​35735)

  • receiver/windowseventlog: Errors returned when passing data downstream will now be propagated correctly. (#​35461)

  • datadogreceiver: Changes response message for /api/v1/series and /api/v2/series 202 response to be JSON and on par with Datadog API spec (#​35743)

v0.111.0

Compare Source

🛑 Breaking changes 🛑
  • instanaexporter: Remove deprecated instanaexporter (#​35367)
    Use the otlp exporter instead as explained in IBM's documentation.
  • elasticsearchexporter: Drop cumulative temporality histogram and exponential histogram (#​35442)
    Cumulative temporality histogram and exponential histogram are not supported by Elasticsearch. Use cumulativetodeltaprocessor to convert cumulative temporality to delta temporality.
  • elasticsearchexporter: Implement receiver-based routing under *_dynamic_index config (#​34246)
  • config: Move component.UseLocalHostAsDefaultHost feature gate to stable. (#​35569)
  • metricsgenerationprocessor: Generate metrics even when the second metric's value is 0 (#​35533)
  • signalfxexporter: Do not exclude the metric container.memory.working_set (#​35475)
  • sqlqueryreceiver: Fail if value for log column in result set is missing, collect errors (#​35068)
  • windowseventlogreceiver: The 'raw' flag no longer suppresses rendering info. (#​34720)
    Previously, this flag controlled two behaviors simultaneously:
    1. Whether or not the body of the log record was an XML string or structured object.
    2. Whether or not rendering info was resolved.
      A separate 'suppress_rendering_info' option now controls rendering info resolution.
      This is considered a breaking change because users setting only the 'raw' flag without also setting the
      new 'suppress_rendering_info' flag may see a performance decrease along with more detailed events.
🚩 Deprecations 🚩
  • sapmreceiver: access_token_passthrough is deprecated (#​35330)
    • "access_token_passthrough is deprecated."
    • "Please enable include_metadata in the receiver and add the following config to the batch processor:"
    batch:
      metadata_keys: [X-Sf-Token]
🚀 New components 🚀
  • receiver/prometheusremotewrite: Add a new receiver for Prometheus Remote Write.
    (#​33782)
💡 Enhancements 💡
  • sumconnector: adds connector and summing logic along with tests (#​32669)

  • receivercreator: Validate endpoint's configuration before starting receivers (#​33145)

  • otelarrowreceiver: Add admission control in the otelarrow receiver's standard otlp data path.
    Also moves admission control config options to a separate block.
    arrow.admission_limit_mib -> admission.request_limit_mib
    arrow.waiter_limit -> admission.waiter_limit
    (#​35021)

  • clickhouseexporter: Upgrading stability for traces to beta (#​35186)
    The trace exporter has proven to be stable for production deployments.
    Trace configuration is unlikely to receive any significant changes.

  • clickhouseexporter: Updated the default trace table (#​34245)
    Reduced data types, improved partitioning and time range queries

  • opampsupervisor: Add configurable logging for the supervisor. (#​35466)

  • datadogreceiver: Move receiver's metrics stability to alpha. (#​18278)

  • datadogreceiver: Add container id from v0.5 request header (#​35345)

  • elasticsearchexporter: Implement elasticsearch.mapping.hints attribute handling for data points in OTel mapping mode (#​35479)
    elasticsearch.mapping.hints takes a slice of strings. _doc_count enables emitting _doc_count for the document. aggregate_metric_double causes histogram or exponential histogram to be emitted as aggregate_metric_double.

  • elasticsearchexporter: Revert TSDB array dimension workaround for metrics OTel mode (#​35291)
    Remove the workaround to stringify array dimensions as the limitation has been lifted in Elasticsearch v8.16.0.

  • receiver/statsd: Add support for aggregating on Host/IP.
    (#​23809)

  • opampsupervisor: Skip executing the collector if no config is provided (#​33680)

  • googlecloudmonitoringreceiver: Move receiver's stability to alpha. (#​33762)

  • hostmetricsreceiver: Add ability to mute all errors (mainly due to access rights) coming from process scraper of the hostmetricsreceiver (#​20435)

  • kubeletstats: Introduce feature gate for deprecation of container.cpu.utilization, k8s.pod.cpu.utilization and k8s.node.cpu.utilization metrics (#​35139)

  • opampsupervisor: Make supervisor runnable as a Windows Service. (#​34774)

  • opampsupervisor: Add config option for setting the timeout for the initial bootstrap information retrieval from the agent (#​34996)

  • pkg/ottl: Add InsertXML Converter (#​35436)

  • pkg/ottl: Add GetXML Converter (#​35462)

  • pkg/ottl: Add ToKeyValueString Converter (#​35334)

  • pkg/ottl: Add RemoveXML Converter (#​35301)

  • geoipprocessor: No longer return an error when geo metadata is not found by a provider. (#​35047)

  • sqlserverreceiver: Add computer name resource attribute to relevant metrics (#​35040)

  • windowseventlogreceiver: Add 'suppress_rendering_info' option. (#​34720)
    When this flag is enabled, the receiver will not attempt to resolve rendering info. This can improve performance
    but comes at a cost of losing some details in the event log.

  • windowseventlogreceiver: Move artificial "remote_server" field to 'attributes["server.address"]'. (#​34720)

🧰 Bug fixes 🧰
  • webhookeventreceiver: Fixed a bug where request bodies containing newline characters caused the results to split into multiple log entries (#​35028)
  • opampsupervisor: Only use TLS config when connecting to OpAMP server if using wss or https protocols. (#​35283)
  • metricsgenerationprocessor: Allow metric calculations to be done on sum metrics (#​35428)
  • sqlqueryreceiver: Fix reprocessing of logs when tracking_column type is timestamp (#​35194)
  • windowseventlogreceiver: While collecting from a remote windows host, the stanza operator will no longer log "subscription handle is already open" constantly during successful collection. (#​35520)
  • windowseventlogreceiver: If collecting from a remote host, the receiver will stop collecting if the host restarts. This change resubscribes when the host restarts. (#​35175)

v0.110.0

Compare Source

🛑 Breaking changes 🛑
  • pkg/stanza: Move filelog.container.removeOriginalTimeField feature gate to beta (#​33389)
    • Disable the filelog.container.removeOriginalTimeField feature gate to get the old behavior.
  • resourcedetectionprocessor: Move processor.resourcedetection.hostCPUSteppingAsString feature gate to stable. (#​31136)
  • resourcedetectionprocessor: Remove processor.resourcedetection.hostCPUModelAndFamilyAsString feature gate. (#​29025)
🚩 Deprecations 🚩
  • hostmetricsreceiver: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. (#​34763)
🚀 New components 🚀
  • azurelogs_translater: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. (#​39704)
  • dorisexporter: logs implementation (#​33479)
  • dorisexporter: traces implementation (#​33479)
💡 Enhancements 💡
  • otelarrowexporter: Allow separate arrow exporter per unique value of configured metadataKeys. (#​34178)

  • processor/transform: Add custom function to the transform processor to convert exponential histograms to explicit histograms. (#​33827)

  • datadogconnector: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces in APM stats. (#​35147)
    The old convention deployment.environment still works

  • datadogexporter: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces, metrics and logs. (#​35147)
    The old convention deployment.environment still works

  • file_storage: provide a new option to the user to create a directory on start (#​34939)

  • headersetterextension: adding default_value config (#​34412)
    default_value config item applied in case context value is empty

  • kafkaexporter: Add support for encoding extensions in the Kafka exporter. (#​34384)
    This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings.

  • datadogexporter: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. (#​35025)

  • otelarrowexporter: Add BatcherConfig field following similar in OTLP exporter. (#​34802)

  • otelarrowreceiver: Add gRPC timeout propagation. (#​34742)

  • kafkareceiver: Add support for otlp_json encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. (#​33627)
    This encoding allows the Kafka receiver to handle trace data in JSON format,
    enabling integration with systems that export traces as JSON-encoded data.

  • pkg/ottl: Improved JSON unmarshaling performance by 10-20% by switching dependencies. (#​35130)

  • pkg/ottl: Added support for locale in the Time converter (#​32978)

  • datadogexporter: Upgrade logs in Datadog Exporter to beta (#​35359)

  • remotetapprocessor: Origin header is no longer required for websocket connections (#​34925)

  • deltatorateprocessor: Remove unnecessary data copies. (#​35165)

  • transformprocessor: Remove unnecessary data copy when transform sum to/from gauge (#​35177)

  • sapmexporter: Prioritize token in context when accesstokenpassthrough is enabled (#​35123)

  • tailsamplingprocessor: Fix the behavior for numeric tag filters with inverse_match set to true. (#​34296)

🧰 Bug fixes 🧰
  • splunkenterprise: Fix a flaky search related to iops metrics. (#​35081)

  • azuremonitorexporter: fix issue for property endpoint is ignored when using instrumentation_key (#​33971)

  • groupbytraceprocessor: Ensure processor_groupbytrace_incomplete_releases metric has a unit. (#​35221)

  • datadogreceiver: Fix numeric span attributes (#​35087)

  • deltatocumulative: do not drop gauges and summaries (#​35284)
    Gauges and Summaries are no longer dropped from processor output.
    Instead, they are passed through as-is

  • pkg/stanza: Do not get formatted message for Windows events without an event provider. (#​35135)
    Attempting to get the formatted message for Windows events without an event provider can result in an error being logged. |
    This change ensures that the formatted message is not retrieved for such events.

  • cmd/opampsupervisor: Ensure the Supervisor processes all fields in a ServerToAgent message. (#​34349)

  • signalfxexporter: Ensure token is not sent through for event data (#​35154)

  • prometheusreceiver: Fix the retrieval of scrape configurations by also considering scrape config files (#​34786)

  • redactionprocessor: Fix panic when using the redaction processor in a logs pipeline (#​35331)

  • exporter/splunkhec: Fix incorrect claim that the exporter doesn't mutate data when batching is enabled. (#​35306)
    The bug lead to runtime panics when the exporter was used with the batcher enabled in a fanout scenario.

v0.109.0

Compare Source

🛑 Breaking changes 🛑
  • clickhouseexporter: Upgrade trace SpanKind and StatusCode string values (#​34799)
    This change updates the output of the trace SpanKind and StatusCode fields to be consistent
    with the specification's enum values. While this change will not break any deployments, it may affect
    queries dependent on the old enum names.

    For more details on old->new values, see this related PR:
    https://github.com/open-telemetry/opentelemetry-collector/pull/62506250

  • spanmetricsconnector: Improve consistency between metrics generated by spanmetricsconnector. Added traces.span.metrics as default namespace (#​33227, #​32818)
    Default namespace for the generated metrics is traces.span.metrics now. | The deprecated metrics are: calls, duration and events. | The feature flag connector.spanmetrics.legacyLatencyMetricNames was added to revert the behavior.

  • servicegraphconnector: Fix histogram metrics miss unit (#​34511)
    All metrics will remove the suffix _seconds. It will not introduce breaking change if users use | prometheusexporter or prometheusremotewriteexporter to exporter metrics in pipeline. | In some cases, like using clickhouseexporter(save data in native OTLP format), it will be a breaking change. | Users can use transformprocessor to add back this suffix.

  • gitproviderreceiver: The Git Provider Receiver has been renamed to GitHub Receiver. (#​34731)
    This rename was to better match the OpenTelemetry semantic convention changes in v1.27.0
    and allows for Traces and Log signals to be added to this component. Traces
    as mentioned in issue #​27460 will be added in a future release to this component.

  • ottl: Remove tracing from OTTL due to performance concerns (#​34910)

  • vcenterreceiver: Updated units on several metrics to be more in line with documented semantics. (#​34946)
    The following are the metrics with their respective unit changes:

    • vcenter.datacenter.cpu.limit ({MHz} -> MHz)
    • vcenter.cluster.cpu.limit ({MHz} -> MHz)
    • vcenter.cluster.cpu.effective ({MHz} -> MHz)
    • vcenter.cluster.vsan.operations ({operations/sec} -> {operations/s})
    • vcenter.cluster.vsan.congestions ({congestions/sec} -> {congestions/s})
    • vcenter.host.network.packet.error.rate ({errors/sec} -> {errors/s})
    • vcenter.host.network.packet.rate ({packets/sec} -> {packets/s})
    • vcenter.host.network.packet.drop.rate ({packets/sec} -> {packets/s})
    • vcenter.host.vsan.operations ({operations/sec} -> {operations/s})
    • vcenter.host.vsan.congestions ({congestions/sec} -> {congestions/s})
    • vcenter.resource_pool.cpu.usage ({MHz} -> MHz)
    • vcenter.vm.network.throughput (By/sec -> By/s)
    • vcenter.vm.network.packet.rate ({packets/sec} -> {packets/s})
    • vcenter.vm.vsan.operations ({operations/sec} -> {operations/s})
🚩 Deprecations 🚩
  • instanaexporter: Marking instanaexporter module as deprecated (#​34994)
💡 Enhancements 💡
  • pkg/ottl: Added Decode() converter function (#​32493)

  • testbed: Add test case scenarios to handle large files to existing testbed. (#​34288)

  • filestorage: Add directory validation for compaction on-rebound (#​35114)

  • windowseventlogreceiver: Avoid rendering the whole event to obtain the provider name (#​34755)

  • datadogreceiver: add support for sketch metrics in Datadog receiver (#​18278)

  • datadogconnector: Optimize Datadog connector when there are many peer tags and connector.datadogconnector.NativeIngest is enabled (#​34945)
    connector.datadogconnector.NativeIngest is currently enabled by default

  • splunkhecexporter: Drop empty log events (#​34871)
    Log records with no body are dropped by Splunk on reception
    as they contain no log message, albeit they may have attributes.

    This PR removes those logs from consideration to be exported.

    This is in tune with the behavior of splunkhecreceiver, which refuses HEC events with no event (#​19769)

  • elasticsearchexporter: Add exponential histogram support (#​34813)

  • elasticsearchexporter: Add span event support to traces OTel mapping mode (#​34831)
    Span events are now supported in OTel mapping mode. They will be routed to logs-${data_stream.dataset}-${data_stream.namespace} if traces_dynamic_index::enabled is true.

  • transformprocessor: Support aggregating metrics based on their attribute values and substituting the values with a new value. (#​16224)

  • kafkareceiver: Adds tunable fetch sizes to Kafka Receiver (#​22741, #​34431)
    Adds the ability to tune the minumum, default and maximum fetch sizes for the Kafka Receiver

  • solarwindsapmsettingsextension: Added logic for refresh function (#​27668)

  • githubreceiver: Promote GitHub receiver metrics to alpha status. (#​34960)

  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#​33762)

    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
  • processor/interval: Support for gauge and summary metrics. (#​34803)
    Only the last value of a gauge or summary metric is reported in the interval processor, instead of all values.

  • kafkareceiver: Add support for encoding extensions in the Kafka receiver. (#​33888)
    This change adds support for encoding extensions in the Kafka receiver. Loading extensions takes precedence over the internally supported encodings.

  • datadogexporter: Add support for setting a custom log source from resource attribute datadog.log.source (#​35051)

  • opampextension: Adds the ability to configure the polling interval for the HTTP client. (#​34749)

  • otelarrowexporter: Add gRPC timeout propagation. (#​34733)

  • pkg/ottl: Add Sort function to sort array to ascending order or descending order (#​34200)

  • exporter/prometheusexpoter: Support for Prometheus Created Timestamps. (#​32521)

  • redactionprocessor: Add support for logs and metrics (#​34479)

  • exceptionsconnector,servicegraphconnector,spanmetricsconnector: Extract the getDimensionValue function as a common function. (#​34627)

  • sqlqueryreceiver: Support populating log attributes from sql query (#​24459)

  • opampsupervisor: Add new config parameter agent.health_check_port to allow configuring the port used by the agent healthcheck extension. (#​34643)

🧰 Bug fixes 🧰
  • apachereceiver: Fix panic on invalid endpoint configuration (#​34992)

  • deltatocumulative: drop bad samples (#​34979)
    removes bad (rejected) samples from output. previously identified and metric-tracked those as such, but didn't actually drop them.

  • elasticsearchexporter: Fix dynamic mapping for double values storing integers (#​34680)

  • elasticsearchexporter: Stringify attribute array values in metrics OTel mode (#​35004)
    Elasticsearch TSDB does not support array dimensions. Workaround it by stringifying attribute array values in OTel mapping mode for metrics.

  • fileconsumer: Fix bug where max_concurrent_files could not be set to 1. (#​35080)

  • servicegraphconnector: Fix incorrectly reversed latency settings for the server and client (#​34933)

  • hostmetricsreceiver: In filesystem scraper, do not prefix partitions when using the environment variable HOST_PROC_MOUNTINFO (#​35043)

  • splunkhecreceiver: Fix memory leak when the receiver is used for both metrics and logs at the same time (#​34886)

  • geoipprocessor: Avoid using internal empty attribute.Set pointer (#​34882)

  • pkg/stanza: Synchronize shutdown in stanza adapter (#​31074)
    Stanza-based receivers should now flush all data before shutting down

  • sqlserverreceiver: Fix bug where metrics were being emitted with the wrong database name resource attribute (#​35036)

  • signalfxexporter: Fix memory leak by re-organizing the exporter's functionality lifecycle (#​32781)

  • otlpjsonconnector: Handle OTLPJSON unmarshal error (#​34782)

  • mysqlreceiver: mysql client raise error when the TABLE_ROWS column is NULL, convert NULL to int64 (#​34195)

  • pkg/stanza: An operator configured with silent errors shouldn't log errors while processing log entries. (#​35008)

  • datadogexporter: Use correct hostname for logs when using Datadog Agent logs pipeline with a gateway deployment. (#​35058)

v0.108.0

Compare Source

🛑 Breaking changes 🛑
  • all: Added support for go1.23, bumped the minimum version to 1.22 (#​34658)

  • lokiexporter: Update the scope name for telemetry produced by the lokiexporter from otelcol/loki to github.com/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter (#​34612)

  • azuretranslator: The scope name has been updated from otelcol/azureresourcelogs and otelcol/azureresourcetraces to github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure (#​34712)

  • datadogreceiver: The scope name has been updated from otelcol/datadogreceiver to github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver/internal/translator (#​34711)

  • splunkhecexporter: The scope name has been updated from otelcol/splunkhec to github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter (#​34710)

  • googlecloudmonitorreceiver: The scope name has been updated from otelcol/googlecloudmonitoringreceiver to github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudmonitoringreceiver (#​34709)

  • elasticsearchexporter: Update OTel mapping mode for logs and metrics; Remove trace_flags (#​34472)
    Update logs and metrics OTel mapping mode to always emit "scope" and zero int, but not emit empty strings for known fields. Breaking change to remove trace_flags from logs.

  • elasticsearchexporter: Change default retry.retry_on_status to [429] (#​32584)
    To retain the previous behavior, set retry.retry_on_status to [429, 500, 502, 503, 504].

  • gitproviderreceiver: Update metric names and attributes to match the newest Semantic Conventions for VCS. (#​34278)
    Attribute Changes:

    • branch.name is now ref.name
    • Added a ref.type attribute
    • pull_request.state is now change.state
    • git.vendor.name is now vcs.vendor.name
      Metric Changes:
    • git.repository.count is now vcs.repository.count
    • git.repository.contributor.count is now vcs.repository.contributor.count
    • git.repository.branch.count is now vcs.repository.ref.count
    • git.repository.branch.time is now `vcs.repository.ref.time
    • git.repository.branch.commit.aheadby.count is now vcs.repository.ref.revisions_ahead
    • git.repository.branch.commit.behindby.count is now `vcs.repository.ref.revisions_behind
    • git.repository.branch.line.addition.count is now vcs.repository.ref.lines_added
    • git.repository.branch.line.deletion.count is now vcs.repository.ref.lines_deleted
    • git.repository.pull_request.time_open is now vcs.change.time_open
    • git.repository.pull_request.time_to_merge is now vcs.change.time_to_merge
    • git.repository.pull_request.time_to_approval is now vcs.change.time_to_approval
    • git.repository.pull_request.count is now vcs.change.count
  • transformprocessor: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature flag from alpha to beta (#​34567)

  • exporter/datadog: The logs::dump_payloads config option is invalid when the Datadog Agent logs pipeline is enabled (now enabled by default). (#​34420)
    An error will be raised if logs::dump_payloads is set while the Datadog Agent logs pipeline is enabled. To avoid this error, remove the logs::dump_payloads config option or temporarily disable the exporter.datadogexporter.UseLogsAgentExporter feature gate.

  • vcenterreceiver: Several host performance metrics now return 1 data point per time series instead of 5. (#​34708)
    The 5 data points previously sent represented consecutive 20s sampling periods. Depending on the collection interval
    these could easily overlap. Sending just the latest of these data points is more in line with other performance metrics.

    This change also fixes an issue with the googlecloud exporter seeing these datapoints as duplicates.

    Following is the list of affected metrics which will now only report a single datapoint per set of unique attribute values.

    • vcenter.host.cpu.reserved
    • vcenter.host.disk.latency.avg
    • vcenter.host.disk.latency.max
    • vcenter.host.disk.throughput
    • vcenter.host.network.packet.drop.rate
    • vcenter.host.network.packet.error.rate
    • vcenter.host.network.packet.rate
    • vcenter.host.network.throughput
    • vcenter.host.network.usage
🚀 New components 🚀
  • exporter/doris: Add a new component for exporting logs, traces and metrics to Doris (#​33479)
💡 Enhancements 💡
  • geoipprocessor: Add a context configuration option to specify the IP address attribute telemetry location. (#​34036)
  • awss3receiver: Enhance the logging of the AWS S3 Receiver in normal operation to make it easier for user to debug what is happening. (#​30750)
  • datadogreceiver: Implement '/info' endpoint (#​34772)
  • datadogreceiver: Add sampling.priority attribute for Probabilistic Sampling Processor (#​34267)
  • datadogreceiver: Implement '/stats' endpoint (#​34790)
  • datadogconnector: Add a config traces::bucket_interval (#​34554)
    traces::bucket_interval specifies the time interval size of aggregation buckets that aggregate the Datadog trace metrics. It is also the time interval that Datadog trace metrics payloads are flushed to the pipeline. Default is 10s if unset.
  • deltatocumulative: Promote to alpha stability (#​34747)
    promotes the deltatocumulative processor to alpha stability, as most features are now implemented and ready for wider testing.
  • deltatocumulative: explicit-bounds histograms (#​30705)
    implements aggregation of explicit-bounds (traditional) histograms.
  • elasticsearchexporter: Add OTel mapping mode for metrics (#​34248)
  • elasticsearchexporter: Add OTel mapping mode for traces (#​34588, #​34590)
    Add OTel mapping mode support for traces, without span events.
  • filelogreceiver: If acquire_fs_lock is true, attempt to acquire a shared lock before reading a file. (#​34801)
    Unix only. If a lock cannot be acquired then the file will be ignored until the next poll cycle.
  • solacereceiver: Updated the format for generated metrics. Included a receiver_name attribute that identifies the Solace receiver that generated the metrics (#​34541)
  • geoipprocessor: Move processor's stability to alpha. (#​34737)
  • prometheusreceiver: Ensure Target Allocator's confighttp is used in the receiver's service discovery (#​33370)
  • datadogreceiver: Include error when logging unmarshaling failures in Datadog receiver. (#​34515)
  • metricstransformprocessor: Add scaling exponential histogram support ([#​29803](https://redirect.github.com/open-telemetry/opentelemetry-

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.

Copy link
Contributor Author

renovate bot commented Oct 16, 2024

⚠️ 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.112.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 v0.112.0
go: downloading go.opentelemetry.io/collector v0.112.0
go: downloading go.opentelemetry.io/collector/connector v0.112.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 v0.112.0
go: downloading go.opentelemetry.io/collector/receiver/otlpreceiver v0.93.0
go: downloading golang.org/x/sys v0.26.0
go: downloading github.com/stretchr/testify v1.9.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.4.0
go: downloading github.com/lightstep/go-expohisto v1.0.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.112.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.112.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.112.0
go: downloading go.opentelemetry.io/collector/consumer v0.112.0
go: downloading go.opentelemetry.io/collector/featuregate v1.18.0
go: downloading go.opentelemetry.io/collector/pdata v1.18.0
go: downloading go.opentelemetry.io/collector/semconv v0.112.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.112.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.67.1
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/collector/config/configtls v0.93.0
go: downloading golang.org/x/oauth2 v0.22.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 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.31.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.93.0
go: downloading go.opentelemetry.io/collector/client v1.18.0
go: downloading k8s.io/apimachinery v0.28.4
go: downloading go.opentelemetry.io/otel/metric v1.31.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 go.opentelemetry.io/collector/confmap v1.18.0
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 go.opentelemetry.io/collector/config/configtelemetry v0.112.0
go: downloading go.opentelemetry.io/otel/trace v1.31.0
go: downloading go.opentelemetry.io/collector/pipeline v0.112.0
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/config/configcompression v0.93.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd
go: downloading google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
go: downloading google.golang.org/protobuf v1.35.1
go: downloading go.opentelemetry.io/contrib/zpages v0.47.0
go: downloading go.opentelemetry.io/otel/sdk v1.31.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 go.opentelemetry.io/otel/sdk/metric v1.31.0
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 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.28.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.6.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.5.0
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
go: downloading github.com/shirou/gopsutil/v3 v3.24.5
go: downloading go.opentelemetry.io/collector/consumer/consumertest v0.112.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.1
go: downloading github.com/knadh/koanf/providers/confmap v0.1.0
go: downloading github.com/knadh/koanf/v2 v2.1.1
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.19.0
go: downloading github.com/relvacode/iso8601 v1.3.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.93.0
go: downloading go.opentelemetry.io/collector/consumer/consumerprofiles v0.112.0
go: downloading go.opentelemetry.io/collector/pdata/pprofile v0.112.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/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/prometheus/common/sigv4 v0.1.0
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 go.opentelemetry.io/collector/component/componentstatus v0.112.0
go: downloading github.com/google/uuid v1.6.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 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 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.23.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/docker/docker v26.1.5+incompatible
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/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 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/jpillora/backoff v1.0.0
go: downloading github.com/golang/protobuf v1.5.3
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.0
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/go-zookeeper/zk v1.0.3
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/go-logr/stdr v1.2.2
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.26.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.7
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 sigs.k8s.io/yaml v1.3.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/go-cmp v0.6.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/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/dennwc/varint v1.0.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/distribution/reference v0.5.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.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
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.23.0
go: downloading github.com/go-resty/resty/v2 v2.7.0
go: downloading github.com/docker/go-units v0.5.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-20240723142845-024c85f92f20
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/bmatcuk/doublestar/v4 v4.6.1
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading golang.org/x/mod v0.19.0
go: downloading github.com/emicklei/go-restful/v3 v3.10.2
go: downloading github.com/go-openapi/jsonpointer v0.20.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/josharian/intern v1.0.0
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/collector/confmap/provider/envprovider v1.18.0
go: downloading go.opentelemetry.io/collector/confmap/converter/expandconverter v0.112.0
go: downloading go.opentelemetry.io/collector/confmap/provider/fileprovider v1.18.0
go: downloading go.opentelemetry.io/collector/confmap/provider/httpprovider v1.18.0
go: downloading go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.18.0
go: downloading go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.18.0
go: downloading go.opentelemetry.io/collector/internal/memorylimiter v0.112.0
go: downloading github.com/shirou/gopsutil/v4 v4.24.9
go: downloading github.com/ebitengine/purego v0.8.0
go: github.com/os-observability/redhat-opentelemetry-collector imports
	go.opentelemetry.io/collector/extension/ballastextension imports
	go.opentelemetry.io/collector/internal/iruntime: cannot find module providing package go.opentelemetry.io/collector/internal/iruntime
go: github.com/os-observability/redhat-opentelemetry-collector imports
	go.opentelemetry.io/collector/processor/batchprocessor imports
	go.opentelemetry.io/collector/internal/obsreportconfig/obsmetrics: cannot find module providing package go.opentelemetry.io/collector/internal/obsreportconfig/obsmetrics
go: github.com/os-observability/redhat-opentelemetry-collector imports
	go.opentelemetry.io/collector/otelcol imports
	go.opentelemetry.io/collector/service imports
	go.opentelemetry.io/collector/internal/obsreportconfig: cannot find module providing package go.opentelemetry.io/collector/internal/obsreportconfig
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

…ib/connector/spanmetricsconnector to v0.112.0
@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
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