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

Release Notes

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

v0.117.0

Compare Source

🛑 Breaking changes 🛑
  • cloudfoundryreceiver: Introduce a feature gate enable copying envelope tags to the metrics as resource attributes instead of datapoint attributes. (#​34824)

  • pkg/ottl: removed the ability to reference entire parent objects. (#​36872)
    Statements like set(cache["resource"], resource) in non-resource contexts will no longer work.

  • routingconnector: Change default value of match_once parameter to true. (#​29882)
    This field was deprecated in v0.116.0 and will be removed in v0.120.0.

🚩 Deprecations 🚩
  • sapmexporter: Deprecate SAPM exporter (#​36028)
    The SAPM exporter is being marked as deprecated. Please use the otlphttp exporter with the configuration shown
    below. Also update your pipeline configuration for Traces accordingly.
      exporters:
          otlphttp:
              traces_endpoint: "${SPLUNK_INGEST_URL}/v2/trace/otlp"
              headers:
                  "X-SF-Token": "${SPLUNK_ACCESS_TOKEN}"
🚀 New components 🚀
  • libhoneyreceiver: Mark the libhoney receiver exporter as Alpha. (#​36693)
💡 Enhancements 💡
  • k8sclusterreceiver: Add additional attributes to node and pod entities (#​35879)
    Adds the following attributes to node and pod metadata/entities:
    • k8s.pod.phase: The phase of a Pod indicates where the Pod is in its lifecycle. E.g. 'Pending', 'Running'
    • k8s.pod.status_reason: A brief message indicating details about why the pod is in this state. E.g. 'Evicted'
    • k8s.node.condition_*: The condition of a node. e.g. k8s.node.condition_ready. The value can be true, false, unknown.
  • awsxrayexporter: merge in latest semantic conventions for awsxrayexporter. (#​36894)
  • receivercreator: Add support for starting logs' collection based on provided k8s annotations' hints (#​34427)
  • opensearchexporter: Add Sending Queue to enable persistent queue in case of upstream failure (#​33919)
  • libhoneyreceiver: Implement log signal for libhoney receiver (#​36693)
  • ottl: Add a new ottl trim function that trims leading and trailing characters from a string (default- whitespace). (#​34100)
  • exporter/prometheusremotewrite: In preparation to re-introducing multiple workers, we're removing a data-race when batching timeseries. (#​36601)
  • redisstorageextension: Move redis storage extension to alpha (#​36778)
  • logzioexporter: Remove jaeger dbmodel dependency. (#​36972)
  • sigv4authextension: Add support for endpoint based names for logs and traces (#​36828)
  • awsemfexporter: Split EMF log to multiple log splits when buckets larger than 100. (#​36771)
  • sqlqueryreceiver: Add instrumentation scope to SQL query receiver metrics and logs (#​31028)
  • statsdreceiver: Add UDS support to statsdreceiver (#​21385)
  • tailsamplingprocessor: Support hot sampling policy loading (#​37014)
  • cmd/telemetrygen: Introduce support for generating histograms in telemetrygen (#​36322)
  • libhoneyreceiver: Implement trace signal for libhoney receiver (#​36693)
🧰 Bug fixes 🧰
  • receiver/azureeventhub: Ensure that observed timestamp is set when unmarshaling logs. (#​36861)

  • internal/docker: Fix image matching regular expression to properly match SHA256 strings. (#​36239)
    This affects the docker_observer extension.

  • opampsupervisor: Report an 'Applied' remote config status when an empty config is received. (#​36682)

  • k8sobjectsreceiver: ensure the k8s.namespace.name attribute is set for objects retrieved using the watch mode (#​36352)

  • mongodbatlasreceiver: Update the mongoDB Atlas receiver to use the Default HTTP Transport that supports default proxy configuration (#​36412)

  • mysqlreceiver: Avoid recording a value for the MysqlBufferPoolPages metric when out-of-bounds. (#​35495)
    When using compressed tables, Innodb_buffer_pool_pages_misc may report an out-of-bounds value.
    See https://bugs.mysql.com/bug.php?id=59550 for context.

  • pkg/ottl: fix handling of nested maps within slices in the flatten function (#​36162)

  • mysqlreceiver: Divide large values directly in SQL queries to avoid int overflows (#​35495)

v0.116.0

Compare Source

🛑 Breaking changes 🛑
  • jsonlogencodingextension: Change how logs are marshaled. Instead of marshaling just the first log, marshal all logs into a JSON array. (#​34064)
  • githubreceiver: Update metric names to match VCS Metric Semantic Conventions and scraper key name. (#​36714)
    • Change the github scraper key to scraper
    • Add vcs.repository.url.full attribute
    • Change attribute repository.name to vcs.repository.name
    • Change attribute ref.name to vcs.ref.head.name
    • Change attribute ref.type to vcs.ref.head.type
    • Change attribute change.state to vcs.change.state
    • Add attribute vcs.revision_delta.direction with ahead and behind values
    • Change metric vcs.repository.ref.revisions_ahead to vcs.ref.revisions_delta with vcs.revision_delta.direction=ahead
    • Change metric vcs.repository.ref.revisions_behind to vcs.ref.revisions_delta with vcs.revision_delta.direction=behind
    • Change metric vcs.repository.ref.count to vcs.ref.count
    • Change metric vcs.repository.ref.time to vcs.ref.time
    • Add attribute vcs.line_change.type with added and removed values
    • Change metric vcs.repository.ref.lines_added to vcs.ref.lines_delta with vcs.line_change.type=added
    • Change metric vcs.repository.ref.lines_removed to vcs.ref.lines_delta with vcs.line_change.type=removed
    • Change metric vcs.repository.contributor.count to vcs.contributor.count
    • Change metric vcs.repository.change.time_open to vcs.change.duration with vcs.change.state=open
    • Change metric vcs.repository.change.time_to_approval to vcs.change.time_to_approval
    • Change metric vcs.repository.change.time_to_merge to vcs.change.time_to_merge
    • Change metric vcs.repository.change.count to vcs.change.count
  • processor/tailsampling: Reverts #​33671, allowing for composite policies to specify inverted clauses in conjunction with other policies. This is a change bringing the previous state into place, breaking users who rely on what was introduced as part of #​33671. (#​34085)
🚩 Deprecations 🚩
  • connector/routing: Deprecate match_once parameter. (#​29882)

  • routingprocessor: Deprecated in favor of the routing connector. (#​36616)

  • splunkhecexporter: Add otel_attrs_to_hec_metadata/* config fields to replace hec_metadata_to_otel_attrs/* fields. (#​35092)
    otel_attrs_to_hec_metadata/* config fields will replace the hec_metadata_to_otel_attrs/* fields in a later release.

  • kineticaexporter: The kineticaexporter is now Unmaintained as it has no active code owners from the vendor (#​36808)

🚀 New components 🚀
  • dorisexporter: Mark the Doris exporter as Alpha. (#​33479)
  • libhoneyreceiver: Introduce the scaffolding of a new component, libhoneyreceiver (#​36693)
💡 Enhancements 💡
  • purefareceiver: Implements support for scraping Pure Storage FlashArray with Purity version 6.6.11+ (#​36251)

  • azureeventhubreceiver: support providing one or more time formats for timestamp parsing (#​36650)

  • googlecloudmonitoringreceiver: Add metric-specific labels to googlecloudmonitoringreceiver component (#​35711)

  • awss3receiver: Add support RFC3339 format for starttime and endtime (#​36787)

  • awsxrayexporter: Generate url section in xray segment when net.peer.name is available (#​35375)

  • clickhouseexporter: Exporter now sorts attribute maps' keys during INSERT, yielding better compression and predictable aggregates (#​33634)

  • datadogconnector: Flip configs traces::compute_stats_by_span_kind, traces::peer_tags_aggregation and traces::peer_service_aggregation to true by default (#​35969)
    This enables Datadog APM stats on peer tags by default and is a backwards-compatible change. Read more on https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/.

  • datadogexporter: Flip configs traces::compute_stats_by_span_kind, traces::peer_tags_aggregation and traces::peer_service_aggregation to true by default (#​35969)
    This enables Datadog APM stats on peer tags by default and is a backwards-compatible change. Read more on https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/.

  • elasticsearchexporter: Map *.geo.location.{lat,lon} as geo_point field in OTel mode (#​36565)
    In OTel mapping mode, merge *.geo.location.{lat,lon} to *.geo.location such that they are stored as geo_point in Elasticsearch.

  • fileexporter: Add support for profiles signal. (#​35978)

  • pkg/ottl: GetXML Converter now supports selecting text, CDATA, and attribute (value) content. (#​36821)

  • githubreceiver: Adds webhook skeleton to GitHub receiver to receive events from GitHub for tracing. (#​27460)
    This PR adds a skeleton for the GitHub receiver to receive events from GitHub
    for tracing via a webhook. The trace portion of this receiver will run and
    respond to GET requests for the health check only.

  • kafkaexporter, kafkareceiver: Add a new mechanism "AWS_MSK_IAM_OAUTHBEARER" for kafka exporter and kafka receiver. This mechanism use the AWS MSK IAM SASL Signer for Go https://github.com/aws/aws-msk-iam-sasl-signer-go. (#​19747)

  • loadbalancingexporter: Adds a an optional configuration to the k8s resolver which returns hostnames instead of IPs for headless services pointing at statefulsets (#​18412)

  • mongodbatlasreceiver: Adds additional metrics to the MongoDB Atlas receiver (#​36525)
    Adds a number of new default disabled metrics to the MongoDB Atlas receiver. These metrics are:

    • mongodbatlas.disk.partition.queue.depth
    • mongodbatlas.disk.partition.throughput
    • mongodbatlas.process.cache.ratio
  • s3exporter: Upgrading to adopt aws sdk v2 (#​36699)

  • opampextension: Use status subscription for fine granular component health reporting (#​35856)

  • pkg/pdatatest: Add support for Profiles signal comparison. (#​36232)

  • receiver/prometheusremotewrite: Parse labels from Prometheus Remote Write requests into Resource and Metric Attributes. (#​35656)
    Warning - The HTTP Server still doesn't pass metrics to the next consumer. The component is unusable for now.

  • signaltometrics: Add config validation and custom OTTL functions (#​35930)
    Adds config validation for the signal to metrics connector. Also introduces AdjustedCount OTTL function.

  • testbed: Add batcher performance tests (#​36206)

  • tesbed: add options for retry/storage for filelog sender (#​36781)

🧰 Bug fixes 🧰
  • azuremonitorexporter: fix bug to remove default config of endpoint which causes failing to parse endpoint correctly. (#​36704)

  • receiver/prometheusreceiver: Metric adjuster no longer assumes that all metrics from a scrape come from the same resource (#​36477)

  • connector/datadog, exporter/datadog, pkg/datadog: throw error if datadog API key contains invalid characters (#​36509)

  • parseutils: Handle escaped quotes when parsing pairs using SplitString. (#​36176)

  • exporter/prometheusremotewrite: Fix exemplar handling when the exemplar is an integer value. (#​36657)
    Send metrics with exemplars as integer values now are correctly handled.

  • googlecloudmonitoringreceiver: Fix "no validation found" error if workload is running on Google Cloud Platform (#​36607)

  • k8sattributesprocessor: Override extracted k8s attributes if original value has been empty (#​36373)

  • k8sattributesreceiver: Log any errors encountered during kube client initialisation (#​35879)
    This addresses an issue where the collector, due to an error encountered during the kubernetes client initialisation,
    was reporting an 'unavailable' status via the health check extension without any further information to be found in the logs.

  • opampextension: Fix blocking agent shutdown due to unclosed channel (#​36764)

  • opampsupervisor: avoid nil pointer access when reporting the last received remote config (#​36850)

  • postgresqlreceiver: Update the postgresqlreceiver to handle new table schema for the bgwriter metrics in pg17+ (#​36784)

  • jaegerreceiver: Remove ineffectual warning from jaegerreceiver (#​35894)

  • datadogexporter: read response body on pushSketches to allow connection re-use (#​36779)

  • sumologicextension: Skip likely zombie processes on Windows. (#​36481)

v0.115.0

Compare Source

🛑 Breaking changes 🛑
  • awsfirehosereceiver: Follow receiver contract based on type of error (#​5909)

  • elasticsearchexporter: Respect flush::bytes in sync bulk indexer, flush::bytes measures uncompressed size, change default batcher::max_size_items to 0 (#​36163)
    Limit the bulk request size to roughly flush::bytes for sync bulk indexer. Sync bulk indexer is used when batcher::enabled is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Change flush::bytes to always measure in uncompressed bytes. Change default batcher::max_size_items to 0 as bulk request size limit is now more effectively enforced by flush::bytes.

  • k8sattributesprocessor: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#​25128)
    Disable the k8sattr.fieldExtractConfigRegex.disallow feature gate to get the old behavior.

  • internal: Remove stable gate component.UseLocalHostAsDefaultHost (#​36589)

  • cmd/opampsupervisor: Update default logger output paths to stderr (#​36072)
    The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].

  • opampsupervisor: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#​35838)

🚩 Deprecations 🚩
  • postgresqlreceiver: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#​30923)
    Aligning on the supported versions as can be seen in the PostgreSQL releases section
  • exporter/prometheusremotewrite: Change exporter.prometheusremotewriteexporter.deprecateCreatedMetric feature gate from Alpha to Beta version. (#​35003)
    The export_created_metric configuration parameter is now ignored by default.
🚀 New components 🚀
  • signaltometricsconnector: New component for generating metrics from raw signals using user defined OTTL expressions. (#​35930)
  • extension/cgroupruntime: Initial implementation for cgroupruntime extension. (#​30289)
  • huaweicloudcesreceiver: Introduce new receiver fetching data from huawei Cloud Eye Service. (#​34953)
  • netflowreceiver: Introduce the netflow receiver (#​32732)
💡 Enhancements 💡
  • datadogexporter: Add a configurable reporter_period parameter to the Datadog exporter’s host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#​36450)

  • awsemfexporter: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#​29506)

  • awsemfexporter: Improvement unit conversion during EMF log translation (#​35937)

  • sumologicexporter: adding new products for auto discovery (#​35622)

  • postgresqlreceiver: Added new postgresql metrics to acheive parity with Telegraf (#​36528)

  • loadbalancingexporter: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#​35378, #​16826)
    When switching to top-level sending_queue configuration - users should carefully review queue size
    In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss

  • pkg/stanza: Introduce active file grouping mechanism. (#​23787)

  • receivercreator: Add support for starting receivers/scrapers based on provided annotations' hints for metrics' collection (#​34427)

  • tailsamplingprocessor: Adds decision cache for non-sampled trace IDs (#​31583)

  • cmd/opampsupervisor: Support environment variable expansion in the OpAMP supervisor config. (#​36269)

  • pkg/ottl: Move debug log to Statement.Execute so that components using it instead of StatementSequence also get debug logs. (#​36456)

  • routingconnector: Add abiilty to route by 'datapoint' context (#​36523)

  • signalfxreceiver: Follow receiver contract based on type of error (#​5909)
    Use 503 error code for retryable and 400 error code for not-retryable errors instead of responding with a 500 unconditionally.

🧰 Bug fixes 🧰
  • cmd/opampsupervisor: Do not log err if the last received doesn't exist (#​36013)

  • receiver/azureeventhub: When using a storage extension, the component will call Close on the client during component shutdown. This fixes a bug that resulted in a file potentially remaining locked after component shutdown. (#​36238)

  • azuremonitorexporter: Fixes an issue where the Azure Monitor exporter was not sending data to App Insights due to the Telemetry Channel not being flushed. (#​35037)

  • exporter/pulsarexporter: Change configuration option map_connections_per_broker, rename to max_connections_per_broker. (#​36579)

  • failoverconnector: Resolves a bug that prevents proper recovery when disabling max retries (#​36587)

  • googlecloudpubsubexporter: Fix a goroutine leak during shutdown. (#​30438)
    A goroutine leak was found in the googlecloudpubsubexporter.
    The goroutine leak was caused by the exporter not closing the underlying created gRPC client when using an insecure custom endpoint.

  • processor/k8sattribute: fixes parsing of k8s image names to support images with tags and digests. (#​36131)

  • clickhouseexporter: Fix incorrect Resource Attribute service.name translation to ClickHouse ServiceName field for Logs Records (#​36349)

  • awsfirehosereceiver: fix timestamp when ingesting logs from CloudWatch through firehose (#​36122)

  • pkg/ottl: Allow indexing []int64, []float64, []bool, and []byte slices (#​29441)
    It should now be possible to index all slice types

  • opencensusreceiver: Do not report error message when OpenCensus receiver is shutdown cleanly. (#​36622)

  • loadbalancingexporter: The k8sresolver in loadbalancingexporter was triggering exporter churn in the way the change event was handled. (#​35658)

  • vcenterreceiver: The existing code did not honor TLS settings beyond 'insecure'. All TLS client config should now be honored. (#​36482)

v0.114.0

Compare Source

🛑 Breaking changes 🛑
  • datadogexporter: Stop prefixing http_server_duration, http_server_request_size and http_server_response_size with otelcol (#​36265)
    These metrics can be from SDKs rather than collector. Stop prefixing them to be consistent with https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics
  • otelarrowreceiver: New admission control metrics are consistent across Arrow and OTLP data paths. (#​36334)
    otelcol_otelarrow_admission_in_flight_bytes new, replaces otelcol_otel_arrow_receiver_in_flight_bytes
    otelcol_otelarrow_admission_waiting_bytes: new, describes waiting requests
    otelcol_otel_arrow_receiver_in_flight_items: removed
    otelcol_otel_arrow_receiver_in_flight_requests: removed
🚩 Deprecations 🚩
  • exporter/prometheusremotewrite: Deprecate configuration option export_created metric (#​35003)
    Disable the exporter.prometheusremotewriteexporter.deprecateCreatedMetric feature gate to temporarily re-enable the created metric.
💡 Enhancements 💡
  • datadogreceiver: Add json handling for the api/v2/series endpoint in the datadogreceiver (#​36079)
  • googlemanagedprometheus: Add CumulativeNormalization config option to allow users to configure to specify whether to report normalized or un-normalized points. Defaults to normalized. (#​36357)
  • elasticsearchexporter: Translate k8s.*.name resource attributes in ECS mode (#​36233)
    Translate k8s.job.name, k8s.cronjob.name, k8s.statefulset.name, k8s.replicaset.name, k8s.daemonset.name, k8s.container.name to kubernetes.*.name. Translate k8s.cluster.name to orchestrator.cluster.name.
  • encodingextension: Add support for profiles signal to encodingextension (#​36008)
  • k8sattributesprocessor: Add support for profiles signal (#​35983)
  • cmd/githubgen: Adds a flag to skip checking GitHub organization membership for CODEOWNERS (#​36263)
  • container: Set non root group permissions for container image (#​35179)
  • k8sclusterreceiver: Add support for limiting observed resources to a specific namespace. (#​9401)
    This change allows to make use of this receiver with Roles/RoleBindings, as opposed to giving the collector cluster-wide read access.
  • opampextension: Add content type to opamp extension when reporting EffectiveConfig (#​36327)
    Add EffectiveConfig.ConfigMap.ConfigMap[*].ContentType as "text/yaml" to the opamp extension when reporting EffectiveConfig.
  • otelarrowreceiver: Admission control improvements (LIFO); admission.waiter_limit is deprecated, replaced with admission.waiting_limit_mib. (#​36074)
  • otelarrowreceiver: Add a new LIFO-based bounded queue. (#​36074)
  • connector/otlpjson: Throw error on invalid otlp payload. (#​35738, #​35739)
  • prometheusremotewriteexporter: reduce allocation when serializing protobuf (#​35185)
  • resourcedetectionprocessor: Introduce support for Profiles signal type. (#​35980)
  • routingconnector: Add ability to route by metric context (#​36236)
  • routingconnector: Add ability to route by span context (#​36276)
  • processor/spanprocessor: Add a new configuration option to keep the original span name when extracting attributes from the span name. (#​36120)
  • splunkenterprisereceiver: Add new metrics for Splunk Enterprise dispatch artifacts caches (#​36181)
🧰 Bug fixes 🧰
  • pkg/stanza: Ensure that time parsing happens before entry is sent to downstream operators (#​36213)
  • prometheusexporter: Fixes a race condition between the exporter start and shutdown functions. (#​36139)
  • processor/k8sattributes: Block when starting until the metadata have been synced, to fix that some data couldn't be associated with metadata when the agent was just started. (#​32556)
  • exporter/loadbalancing: Shutdown exporters during collector shutdown. This fixes a memory leak. (#​36024)
  • pkg/ottl: Respect the depth option when flattening slices using flatten (#​36161)
    The depth option is also now required to be at least 1.
  • prometheusexporter: reject metrics whose types have changed, use pre-existing descriptions when help strings change (#​28617)
  • pkg/stanza: Synchronous handling of entries passed from the log emitter to the receiver adapter (#​35453)
  • prometheusreceiver: Fix prometheus receiver to support static scrape config with Target Allocator (#​36062)

v0.113.0

Compare Source

🛑 Breaking changes 🛑
  • sapmreceiver: Remove the deprecated access_token_passthrough from SAPM receiver. (#​35972)
    Please use include_metadata instead with the following config option applied to the batch processor:
    batch:
    metadata_keys: [X-Sf-Token]

  • pkg/ottl: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature gate to Stable (#​36216)
    This gate can no longer be disabled. The convert_sum_to_gauge and convert_gauge_to_sum may now only be used with the metric context.

🚩 Deprecations 🚩
🚀 New components 🚀
  • dorisexporter: metrics implementation (#​33479)
  • extensions/observer/cfgardenobserver: Implemented the observer, the second PR in the 3 PR process for new components (#​33618)
💡 Enhancements 💡
  • splunkenterprisereceiver: Add telemetry around the Splunk Enterprise kv-store. (#​35445)

  • journaldreceiver: adds ability to parse journald's MESSAGE field as a string if desired (#​36005)

  • journaldreceiver: allows querying a journald namespace (#​36031)

  • hostmetricsreceiver: Add the system.uptime metric in the hostmetrics receiver (#​31627)
    This metric is provided by the new system scraper.

  • azuredataexplorerexporter: Add new configuration option use_default_auth to enable default authentication for Azure Data Explorer. This option allows users to leverage workload identity for authentication. (#​33667)

  • awss3receiver: Mark the AWS S3 receiver as Alpha. (#​30750)

  • opampsupervisor: Makes the Supervisor's OpAmp server port configurable with 'agent::opamp_server_port'. (#​36001)

  • datadogreceiver: Follow receiver contract based on type of error (#​5909)

  • hostmetrics: Adjust scraper creation to make it so the scraper name is reported with hostmetrics scraper errors. (#​35814)

  • pkg/translator/prometheusremotewrite: FromMetricsV2 now transforms attributes into labels. (#​33661)

  • ntpreceiver: Move NTP receiver to alpha (#​36152)

  • opampsupervisor: Supervisor waits for configurable healthchecks to report remote config status. (#​21079)

  • otelarrowreceiver: Enable unlimited admission control when request_limit_mib is set to 0. (#​36074)

  • pkg/ottl: Add SliceToMap function (#​35256)

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

  • receiver/prometheusremotewrite: Implement Content-Type negotiation for Prometheus Remote Write requests (#​35565)
    Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.

  • otlpjsonfilereceiver: Add support for profiles signal (#​35977)

  • journaldreceiver: Restart journalctl if it exits unexpectedly (#​35635)

  • routingconnector: Add ability to route by request metadata. (#​19738)

  • exporter/signalfx: Enabling retrying for dimension properties update without tags in case of 400 response error. (#​36044)
    Property and tag updates are done using the same API call. After this change, the exporter will retry once to sync
    properties in case of 400 response error.

  • signalfxexporter: Add more default metrics related to Kubernetes cronjobs, jobs, statefulset, and hpa (#​36026)

  • simpleprometheusreceiver: Support to set job_name in config (#​31502)

  • solacereceiver: Add support to the Solace Receiver to convert the new Move to Dead Message Queue and new Delete spans generated by Solace Event Broker to OTLP. (#​36071)

  • routingconnector: Add ability to route log records individually using OTTL log record context. (#​35939)

  • splunkenterprisereceiver: Add new metrics for Splunk Enterprise dispatch artifacts (#​35950)

🧰 Bug fixes 🧰
  • awsfirehosereceiver: make otlp_v1 a valid record type (#​35750, #​36125)

  • datadogreceiver: Return a json reponse instead of "OK" when a trace is received with a newer protocol version. (#​35705)

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

  • receiver/windowseventlog: Fix panic when rendering long event messages. (#​36179)

  • hostmetricsreceiver: Do not set the default value of HOST_PROC_MOUNTINFO to respect root_path (#​35990)

  • prometheusexporter: Fixes an issue where the prometheus exporter would not shut down the server when the collector was stopped. (#​35464)

  • k8sobserver: Enable observation of ingress objects if the ObserveIngresses config option is set to true (#​35324)

  • pkg/stanza: Fixed bug causing Operators with DropOnErrorQuiet to send log entries to the next operator. (#​35010)
    This issue was introduced by a bug fix meant to ensure Silent Operators are not logging errors (#​35010). With this fix,
    this side effect bug has been resolved.

  • otelarrowreceiver: Simplify receiver admission control logic (#​36074)

  • otelarrowreceiver: Avoid breaking telemetry when admission control fails in OTLP handlers. (#​36074)

  • dbstorage: Add postgresql support (#​35692)

  • splunkhecreceiver: Avoid a memory leak by changing how we record obsreports for logs and metrics. (#​35294)

  • receiver/filelog: fix record counting with header (#​35869)

  • connector/routing: Fix detection of duplicate conditions in routing table. (#​35962)

  • solacereceiver: The Solace receiver may unexpectedly terminate on reporting traces when used with a memory limiter processor and under high load (#​35958)

  • pkg/stanza/operator: Retain Operator should propagate the severity field (#​35832)
    The retain operator should propagate the severity field like it does with timestamps.

  • pkg/stanza: Handle error of callback function of ParserOperator.ProcessWithCallback (#​35769)
    ProcessWithCallback of ParserOperator first calls the ParseWith method
    which properly handles errors with HandleEntryError.
    Then the callback function is called and its returned error should also
    be handled by the HandleEntryError ensuring a consistent experience.

  • webhookeventreceiver: Pass the consumer error to EndLogsOp (#​35844)

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](https://redirect.github.com/open-telemetry/opentelemetry-colle


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.4
github.com/stretchr/testify v1.8.4 -> v1.10.0
go.opentelemetry.io/collector/component v0.93.0 -> v0.117.0
go.opentelemetry.io/collector/receiver v0.93.0 -> v0.117.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.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.93.0 -> v0.117.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.117.0
go.opentelemetry.io/collector/confmap v0.93.0 -> v1.23.0
go.opentelemetry.io/collector/featuregate v1.0.1 -> v1.23.0
go.opentelemetry.io/collector/pdata v1.0.1 -> v1.23.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.2
google.golang.org/protobuf v1.32.0 -> v1.36.2

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