-
Notifications
You must be signed in to change notification settings - Fork 0
Update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.125.0 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
6cdbed2
to
d7638a7
Compare
d7638a7
to
5f3c131
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c66904c
to
05375ea
Compare
05375ea
to
6f322a7
Compare
6f322a7
to
aff64c9
Compare
aff64c9
to
fdfb990
Compare
fdfb990
to
b56d5e9
Compare
b56d5e9
to
aec1cf6
Compare
|
aec1cf6
to
8bddaf7
Compare
8bddaf7
to
8abdf7e
Compare
8abdf7e
to
50e8ed8
Compare
50e8ed8
to
6a7ba9e
Compare
6a7ba9e
to
df4737c
Compare
df4737c
to
6bf9858
Compare
6bf9858
to
fca9637
Compare
…ib/connector/spanmetricsconnector to v0.125.0
fca9637
to
653bdf5
Compare
This PR contains the following updates:
v0.93.0
->v0.125.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.125.0
Compare Source
🛑 Breaking changes 🛑
awscloudwatchreceiver
: Adds option to set storage for AWS CloudWatch receiver (#32231)start_from
field in the logs config changed to Unix epoch (1970-01-01T00:00:00Z
) when not explicitly configured. This may alter the behavior of existing configurations relying on the previous default.start_from
in the logs configuraiton.k8sobjectsreceiver
: Check for K8s API objects existence on receiver startup and not during config validation. (#38803)receiver/kubeletstats
: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#39487)Deprecated metrics
container.cpu.utilization
,k8s.pod.cpu.utilization
andk8s.node.cpu.utilization
are being replacedby
container.cpu.usage
,k8s.pod.cpu.usage
andk8s.node.cpu.usage
.To be able to use the deprecated metrics, switch
receiver.kubeletstats.enableCPUUsageMetrics
feature gate tofalse
.processor/k8sattributes
: Change processor/k8sattributes to return error if unset envvar is used fornode_from_env_var
(#39447)Before this was a valid configuration, but had an unexpected behavior to monitor the entire cluster. | To keep the same behavior simply do not set the
node_from_env_var
value or use empty string.sqlserverreceiver
:host.name
,sqlserver.computer.name
, andsqlserver.instance.name
are now resource attributes instead of log attributes. We used to reportcomputer_name
andinstance_name
in the log attributes for top query collection and they are now deprecated. Now we report the three resources attributes in both top query collection and sample query collection. (#39449)This change is only relevant for logs.
🚩 Deprecations 🚩
spanmetricsconnector
: Deprecate the unused configurationdimensions_cache_size
(#39646)Deprecated configuration
dimensions_cache_size
, please useaggregation_cardinality_limit
instead🚀 New components 🚀
dnslookupprocessor
: Add structure of new processor (#34398)datadogextension
: Introduce framework for Datadog Extension (#39589)sematextexporter
: basic logs implementation (#36465)💡 Enhancements 💡
spanmetricsconnector
: Add newaggregation_cardinality_limit
configuration option to limit the number of unique combinations of dimensions that will be tracked for metrics aggregation. (#38990)awslogsencodingextension
: Add support for S3 Access Logs. (#39161)pkg
: Improve performance of azure logs translator. (#39340)azureauthextension
: Update stability to alpha. (#39574)countconnector
: Add profiles support (#39577)awscloudwatchlogsexporter
: Add dynamic log_group_name and log_group_stream naming, based on awsemfexporter (#31382)elasticsearchexporter
: Add support for include_source_on_error, which configures whether bulk index responses should include source document on error (#39211)elasticsearchexporter
: Introduce LRU cache for profiles (#38606)elasticsearchexporter
: Add support for extracting mapping mode from a scope attribute. (#39110)opampextension
: Introduces a new config fieldinclude_resource_attributes
which allows the extension to copy the agent's resource attributes to the non-identifying attributes in the agent description. (#37487)statsdreceiver
: Add new config to customize socket permissions when transport is set tounixgram
. (#37807)kubeletstatsreceiver
: Adds support for collecting Node and Pod network IO/error metrics for all network interfaces (#30196)awss3exporter
: add configuration fieldresource_attrs_to_s3/s3_prefix
to support mapping s3 bucket prefix to OTel resource attributes (#37858)If
resource_attrs_to_s3/s3_prefix
is configured, s3 prefix will be determined based on the specified resource attribute ands3uploader/s3_prefix
will serve as a fallback.azureblobexporter
: Add SerialNumBeforeExtension option to BlobNameFormat in Azure Blob exporter as an option to avoid breaking file extension (#39593)splunkhecexporter
: Use ObservedTimestamp if Timestamp is empty. (#39221)githubreceiver
: add dedicated job queue spans with cicd.pipeline.run.queue.duration attribute (#39081)hostmetricsreceiver
: Possible to enable the process scraper under FreeBSD in the hostmetrics receiver. (#39622)k8sclusterreceiver
: add support for k8s leader election in k8s cluster receiver (#38429)Allows multiple instances of the k8s cluster receiver to run in a HA mode in a single cluster.
kafkareceiver
: Add support for configuring Kafka consumer rebalance strategy and group instance ID (#39513)This enhancement introduces two optional settings: group_rebalance_strategy and group_instance_id.
These allow users to override the default Range-based rebalance strategy and optionally provide a static instance ID (as per KIP-345) for cooperative sticky balancing.
This is particularly useful when handling high-cardinality metric workloads, as it reduces rebalance impact, improves cache reuse, and boosts CPU efficiency.
Both settings are optional to maintain full backward compatibility.
kafkareceiver
: Added a new 'topic' attribute to all existing internal consume-claim metrics. (#35336)kafkareceiver
: Addmax_fetch_wait
config setting (#39360)This setting allows you to specify the maximum time that the broker will wait for
min_fetch_size bytes of data to be available before sending a response to the client.
Defaults to 250ms.
receiver_creator
: Fix kafkametrics receiver instantiation (#39313)signaltometricsconnector
: Add profiles support (#39609)sqlserverreceiver
: Acceptcontext_info
withtraceparent
format in query sample collection, setting log record with correct traceId and spanId. (#39539)opampsupervisor
: Add support for the opampsupervisor to be able to start with only local config (#38794)prometheusremotewritereceiver
: Cachetarget_info
metrics so it can be used to populate metrics' Resource Attributes. (#37277)You can read more about resource attributes handling in https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#resource-attributes-1
🧰 Bug fixes 🧰
sqlqueryreceiver
: respectmax_open_conn
configuration for multiple queries (#39270)resourcedetectionprocessor
: change the EKS cluster identifier and check the cluster version instead of the existence of aws-auth configmap (#39479)datadogexporter
: Fix a race condition in metric serializer exporter where the exporter may not be fully initialized when it receives metrics (#39669)filelogreceiver
: Fix frozen receiver when max_concurrent_files is 1 (#39598)transformprocessor
: Fix the context inferrer to also take into consideration the global OTTL conditions configuration. (#39455)prometheusreceiver
: When a histogram metric has both classic and native histogram buckets, keep both, instead of throwing away the native histogram buckets. (#26555)This was a technical dept from the previous implementation in PR 28663.
geoipprocessor
: Close providers readers on shutdown (#38961)receivercreator
: Fix how escaped backticks are handled in receiver creator templates (#39163)opampsupervisor
: Supervisor will no longer report a config status of "applying" if the config has not changed (#39500)githubreceiver
: Fix span end times for skipped and cancelled workflows (#39020)k8sobjectsreceiver
: Introduceserror_mode
, so users can choose between propagating, ignoring, or silencing missing objects. (#38803)opampextension
: Skips loading TLS config for insecure endpoints (#39515)opampsupervisor
: fixes OpAMP Supervisor macOS example config (#39492)tcpcheckreceiver
: Fix tcpcheck.error to report as a cumulative value instead of always being 1. (#39234)kafkareceiver
:name
label will be correctly set in receiver metrics (#39483)signaltometricsconnector
: Fix incorrect result for metrics configured with same name but different type (#39442)tcplogreceiver
: Ignore SplitFuncBuilder field to prevent panic during config marshaling (#39474)deltatocumulative
: fixes misuse of xsync, leading to bad mutex unlock (#39106)v0.124.1
Compare Source
🧰 Bug fixes 🧰
receiver/filelog
: Remove printing to console the names of files which are read by File Log receiver (#39414)v0.124.0
Compare Source
🛑 Breaking changes 🛑
splunkenterprisereceiver
: added new attributes to the receiver and modified config (#36330)extension/headerssetter
: ChangeDefaultValue
to useconfigopaque.String
type. (#39127)splunkenterprisereceiver
: disabled default metrics except for splunkHealth to ensure scrapes run on Splunk instance are opt-in (#39068)processor/transform
: Fix Basic Config style to properly handlecache
access. (#38926)The Transform processor now requires only one configuration style per processor's configuration, which means Advanced Config and Basic Config cannot be used together anymore.
sqlserverreceiver
: update the unit ofdb.lock_timeout
attribute from millisecond to second. this attribute is part of the emitted query sample collection. (#39042)🚩 Deprecations 🚩
datadogexporter
: Deprecate confighost_metadata::first_resource
(#39069)Opt in to https://docs.datadoghq.com/opentelemetry/mapping/host_metadata/ instead. Its behavior is more predictable and provides more flexibility.
datadogexporter
: Deprecate feature gateexporter.datadogexporter.metricexportnativeclient
. Datadog exporter now uses the serializer to send metrics by default. (#39148)Use feature gate
exporter.datadogexporter.metricexportserializerclient
insteadkafkaexporter
: Deprecateauth::tls
and introducetls
config (#37776)kafkametricsreceiver
: Deprecateauth::tls
and introducetls
config (#37776)kafkareceiver
: Deprecateauth::tls
and introducetls
config (#37776)kafkatopicsobserverextension
: Deprecateauth::tls
and introducetls
config (#37776)kafkaexporter
: deprecatetopic
andencoding
, introduce signal-specific configuration (#35432)kafkareceiver
: Add signal-specific topic and encoding config, deprecate existing topic/encoding config. (#32735)🚀 New components 🚀
googlecloudlogentryencodingextension
: Add Google Cloud LogEntry Encoding Extension to support decoding logs produced by Google Cloud services (#37531)stefreceiver
: Make the receiver initially code complete (#38979)💡 Enhancements 💡
azureblobexporter
: support for append blob in azure blob storage exporter (#39075)alertmanagerexporter
: Add alert labels based on event attribute list in alermanager exporter (#38063)alertmanagerexporter
: Add support for api version in Alertmanager endpoint, default is v2 (#38694)azureauthextension
: Add implement for extensionauth.HTTPClient and extensionauth.Server interface functions. (#39178)azureblobexporter
: change to alpha for azure blob exporter (#39272)azuremonitorreceiver
: Add subscription name resource attribute (#39029)azuremonitorreceiver
: Allow to use metrics:getBatch API (Azure Monitor Metrics Data Plane) (#38651)servicegraphconnector
: Change database_name_attribute to accept a list of values. (#37777)datadogexporter
: Move feature gateexporter.datadogexporter.metricexportserializerclient
to beta. Datadog exporter now uses the serializer to send metrics by default. (#39148)The serializer has overall better performance and throughput. Note the deprecated
host_metadata::hostname_source::first_resource
config is ignored in the serializer.elasticsearchexporter
: Addtelemetry::log_failed_docs_input
andtelemetry::log_failed_docs_input_rate_limit
config to facilitate debugging of failed bulk request items (#39205)Additionally, log a warning about potentially exposing sensitive data on any enabled
telemetry
config.kafkareceiver
: Propagate Kafka headers as metadata (#39129)Allwos the Kafka receiver to propagate Kafka headers as client.Info (metadata). Allowing downstream processors and exporters to access the values via the enriched context.
kafkaexporter
: Propagate metadata keys as headers (#39130)Adds a new config option specifying a list of metadata keys that should be propagated as Kafka message headers.
faroexporter
: Completes the implementation of the Faro exporter. (#35319)farotranslator
: Adds support for user actions in the Faro translator. (#39141)receivercreator
: Add kafkatopicsobserver to the receivercreator configuration (#37665)clickhouseexporter
: use a more precise conversion function to create TTL (#38942)kafkaexporter
: enable partitioning for all encodings (#39001, #38999)With the exception of Jaeger encodings which have their own partitioning logic,
partitioning is now independent of the encoding used. This means that all encodings
now support partitioning.
signalfxexporter
: Errors will now include the URL that it was trying to access (#39026)splunkhecexporter
: Errors will now include the URL that it was trying to access (#39026)telemetrygen
: Fix flaky test TestTemporalityStartTimes (#39219)k8sattributesprocessor
: Add option to configure automatic resource attributes - with annotation prefix (#37114)Implements Specify resource attributes using Kubernetes annotations.
If you are using the file log receiver, you can now create the same resource attributes as traces (via OTLP) received
from an application instrumented with the OpenTelemetry Operator -
simply by adding the
extract: { otel_annotations: true }
configuration to thek8sattributesprocessor
processor.See the documentation for more details.
signaltometricsconnector
: Allow to configureoptional
attributes which are copied as-is to the output metric. (#38600)oracledbreceiver
: Add support for parallel operations metrics (#39215)The following metrics are now available, all disabled by default:
ottlprofile
: Add OTTL support for profiles. (#36104)k8sclusterreceiver
: Add missing attributes to entities in experimental entity feature (#39038)pkg/stanza
: Use buffer pool for the read buffers to limit allocations" (#39373)postgresqlreceiver
: add top query collection to help end user identify which query were executed in the postgresql database. (#39311)sqlserverreceiver
: Allow full control of the "connection string" via thedatasource
configuration option (#39235)azureauthextension
: Use credentials to handle the access token. (#39057)sigv4auth
: Added support for authenticating with AssumeRoleWithWebIdentity API (#103107)Adds the ability to specify the authenticator with an OIDC JWT and AWS IAM role to be assumed
using the AssumeRoleWithWebIdentity API instead of just the AssumeRole API.
spanmetricsconnector
: Initialise new calls_total metrics at 0 (#38537)pkg/stanza
: Remove unnecessary slice allocation to track errors (even nil) (#39367)awslogs_encoding
: Add support for VPC flow logs sent to S3 in plain text format. (#38896)opampsupervisor
: add support for including local configuration files (#37886)awslogsencodingextension
: Rename aws.eni.id attribute to network.interface.name and update README (#39051)awslogsencodingextension
: Add support for ECS fields. (#39241)awslogsencodingextension
: Improve performance when unmarshalling plain-text VPC flow logs. (#39043)🧰 Bug fixes 🧰
metricstransformprocessor
: Fix aggregation of exponential histograms in metricstransform processor. (#39143)Fix a panic when the number of populated buckets varies, and fix summing of counts for the Zero bucket.
datadogexporter
: Fix a bug on missing APM stats when feature gateexporter.datadogexporter.metricexportserializerclient
is enabled. (#39148)datadogexporter
: Fix a bug oninstrumentation_scope_metadata_as_tags
not being honored when feature gateexporter.datadogexporter.metricexportserializerclient
is enabled. (#39148)elasticsearchexporter
: Handle edge cases in metrics grouping causing TSDB version_conflict_engine_exception (#38083)Fix 2 edge cases where metrics grouping were not done correctly:
pkg/ottl
: Fix OTTL context inference order to prioritize thescope
context overresource
. (#39155)servicegraphconnector
: Metrics for spans with extra dimensions configured are incorrectly being aggregated together despite the dimension values being different. (#39160)pkg/ottl
: Fix so replace_all_patterns can replace keys using optional function (#32896)When using the
replace_all_patterns
withkey
andoptional
function on the replacement, the value was being replaced with the key. This change fixes that and now the key is replaced as intended.servicegraphconnector
: Fix collectClientLatencyMetrics method bug (#39184)testbed
: Specifystorage
parameter for filelog receiver in benchmarks (#39217)awss3exporter
: Fixes an issue where the AWS S3 Exporter was forcing an ACL to be set, leading to unexpected behavior in S3 bucket permissions (#39346)Current behavior of the AWS S3 Exporter is to set the ACL to 'private' by default, this removes that behavior and sets no ACL if not specified.
connector/spanmetrics
: This change proposes moving the start timestamp (and last seen timestamp) from the resourceMetrics level to the individual metrics level. This will ensure that each metric has its own accurate start and last seen timestamps, regardless of its relationship to other spans. (#35994)receiver/kubeletstats
: support user defined CA path for service account using the configtls optionca_file
(#39291)telemetrygen
: fix startTimestamp when generating cumulative temporality datapoints. (#38232)splunkenterprisereceiver
: Fixesotelcol_scraper_errored_metric_points
metric, which was not incrementing properly (#38691)v0.123.0
Compare Source
🛑 Breaking changes 🛑
elasticsearchexporter
: Remove deprecated fields [min|max]_size_items from batch config (#38836)receiver/azuremonitorreceiver
: multi subscriptions support and automatic discovery (#36612)kafkaexporter
: change default client_id to "otel-collector" (#38411)The exporter now uses the "configkafka" package which consolidates
common configuration structures and default values. As a result of
this change, we update the default client_id value to "otel-collector".
kafkametricsreceiver
: change default client_id to "otel-collector", deprecate "refresh_frequency" (#38411)The receiver now uses the "configkafka" package which consolidates
common configuration structures and default values. As a result of
this change, we update the default client_id value to "otel-collector",
and deprecate "refresh_frequency" in favour of "metadata.refresh_interval".
prometheusremotewriteexporter
: Removeexport_created_metric
config option (#35003)k8sattributesprocessor
: Remove stable feature gatek8sattr.rfc3339
(#38810)tlscheckreceiver
: Add file-based TLS certificate checks (#38906)🚩 Deprecations 🚩
kafkaexporter
: Deprecateauth.plain_text
configuration. Useauth.sasl
with mechanism set to PLAIN instead. (#38883)kafkametricsreceiver
: Deprecateauth.plain_text
configuration. Useauth.sasl
with mechanism set to PLAIN instead. (#38883)kafkareceiver
: Deprecateauth.plain_text
configuration. Useauth.sasl
with mechanism set to PLAIN instead. (#38883)kafkatopicsobserverextension
: Deprecateauth.plain_text
configuration. Useauth.sasl
with mechanism set to PLAIN instead. (#38883)🚀 New components 🚀
awslogsencodingextension
: Add AWS Logs Encoding Extension to support decoding logs produced by AWS services (#38627)stefreceiver
: Add structure of new receiver (#38979)k8slogreceiver
: Add the skeleton for the new k8slogreceiver in development. (#23339)azureauthextension
: Add new authenticator extension for Azure. (#38908)tpmextension
: Add scaffolding for Trusted Platform Module extension. (#38682)💡 Enhancements 💡
spanmetricsconnector
: Add instrumentation scope to span metrics connector. (#23662)This change adds the instrumentation scope to the span metrics connector, which allows users to specify the instrumentation scope for the connector.
Now, the connector has a new configuration option:
include_instrumentation_scope
: A list of instrumentation scope names to include from the traces.The instrumentation scope name is the name of the instrumentation library that collected the span.
azuremonitorexporter
: support span links for traces for azure monitor exporter (#35855)splunkhecreceiver
: Splunk HEC timestamp accepts nanoseconds, microseconds, milliseconds, and seconds epoch. (#36571)farotranslator
: Add Faro translator package (#19180, #35319)lokiexporter
: Add lokiexporter component to the contrib distribution (#38993)oracledbreceiver
: Add support for additional read/write metrics (#37814)The following metrics are now available, all disabled by default:
'physical reads direct', 'physical writes', 'physical writes direct',
'physical read io requests' and 'physical write io requests' metrics'
tlscheckreceiver
: addtlscheck.x509.san
attribute (#38872)Subject Alternative Name records are stored as an array on the metric.
prometheusremotewriteexporter
: Adds logic to convert from the internal OTEL Metrics unit format to Prometheus unit format and emit unit as part of Prometheus metadata. (#29452)awslogsencodingextension
: Add support for cloudwatch logs coming from subscription filters. (#38820)awscloudwatchencodingextension
: Increase component stability to Alpha (#37870)awss3exporter
: Implement timeout for S3 exporter (#36264)azureauthextension
: Implement extensionauth.Server and azcore.TokenCredential. (#39012)bearertokenauthextension
: Allow the header name to be customized in the bearerauthtoken extension (#38793)schemaprocessor
: Add functionality to transform metrics for the schema processor.(#38628)
Adds functionality to transform metrics using the target schema version.
elasticsearchexporter
: Enable native frame symbolization for Universal Profiling via the symbolization queue indices. (#38577)hostmetricsreceiver
: Reduced the cost of retrieving number of threads and parent process ID on Windows. Disable the featuregatehostmetrics.process.onWindowsUseNewGetProcesses
to fallback to the previous implementation.(#32947, #38589)
prometheusremotewritereciever
: Add help ref attribute to metric (#37277)hostmetricsreceiver
: Reduced the CPU cost of collecting theprocess.handles
metric on Windows. (#38886)Instead of using WMI to retrieve the number of opened handles by each process
the scraper now uses the GetProcessHandleCount Win32 API which results in
reduced CPU usage when the metric
process.handles
is enabled.pkg/ottl
: Enhance the Decode OTTL function to support all flavors of Base64 (#38854)rabbitmqreceiver
: Enhance the RabbitMQ receiver to collect and report additional node-level metrics:rabbitmq.node.disk_free
,rabbitmq.node.disk_free_limit
,rabbitmq.node.disk_free_alarm
,rabbitmq.node.disk_free_details.rate
,rabbitmq.node.mem_used
,rabbitmq.node.mem_limit
,rabbitmq.node.mem_alarm
,rabbitmq.node.mem_used_details.rate
,rabbitmq.node.fd_used
,rabbitmq.node.fd_total
,rabbitmq.node.fd_used_details.rate
,rabbitmq.node.sockets_used
,rabbitmq.node.sockets_total
,rabbitmq.node.sockets_used_details.rate
,rabbitmq.node.proc_used
,rabbitmq.node.proc_total
,rabbitmq.node.proc_used_details.rate
. These provide additional observability into the state and resource usage of RabbitMQ nodes. (#38976)rabbitmqreceiver
: Enhance the RabbitMQ receiver to collect and report additional node-level metrics across multiple categories. These include metrics related to memory, file descriptors, sockets, processes, disk, uptime, scheduling, garbage collection (GC), I/O, message store, connections, clustering, configuration, application info, and context switches. This significantly improves visibility into the performance, state, and resource usage of RabbitMQ nodes. (#38997)resourcedetection
: Adding the os.version resource attribute to system resourcedetection processor (#38087)prometheusremotewritereciever
: Separate timeseries with the same labels are now translated into the same OTLP metric. (#37791)timeseries that belongs to the same metric should be added to the same datapoints slice.
prometheusremotewritereceiver
: Use Created Timestamps to populate Datapoint's StartTimeUnixNano (#37277)workflow
: Remove path parts from component label suffixes (#38527)sqlserverreceiver
: support sqlserverreceiver to record every executing query (#36462)We introduced Query Sample collection in this PR. The scraper will record all the currently
executing queries once (in most case) and report related metrics. With this, user will be
able to see what queries got executed and can combine with the Top Query to get more insights
on troubleshooting and fine tuning.
sqlserverreceiver
: Support query-level log collection (#36462)Added top query (most CPU time consumed) collection. The query will gather the queries took most of the time during the last
query interval and report related metrics. The number of queries can be configured. This will enable user to have better
understanding on what is going on with the database. This enhancement empowers users to not only monitor but also actively
manage and optimize their MSSQL database performance based on real usage patterns.
opampsupervisor
: Allow controlling Collectors that don't include the nopreceiver and nopexporer (#38809)This requires Collectors built with Collector API v0.122.0+. The nopreceiver
and nopexporter will continue to be supported for a few releases, after which
only v0.122.0+ will be supported.
opampsupervisor
: Report the reception of an unexpected UID during bootstrapping (#29864)🧰 Bug fixes 🧰
metricstarttimeprocessor
: Add reset detection for histograms (#38582)prometheusremotewriteexporter
: Disallow users from setting compression type other than snappy (#37232)This change ensures that only the snappy compression type can be set, as required by the Prometheus Remote Write protocol.
awsecscontainermetrics
: Ensure that the storage.read_bytes and storage.write_bytes metrics include i/o counts from all devices (#38301)receiver/sqlserver
: the current metric scraper would report error when parsing value, the value was parsed as int but actually it should be a float (#38823)redisstorageextension
: fix missing redis prefix in Batch method (#38877)receiver/sqlserver
: Ensure all enabled metrics are emitted (#38839)kafkareceiver
: make calls to error backoff thread-safe and add logging (#38941)awsfirehosereceiver
: Fixes unmarshal error when request is larger than the buffer limit of bufio.Scanner (#38736)axw:prometheusremotewritereceiver-fix-tests
: wait for listening port to be closed before shutting down receiver (#38705)receiver/sqlserver
: Remove warning thatserver.address
andserver.port
resource attributes will be enabled (#38831)There is no intention of enabling these resource attributes by default,
this change is to simply remove the warning.
The
server.address
andserver.port
resource attributes were, and still are,disabled by default.
awscloudwatchmetricstreamsencodingextension
: Return errors when extracting the metrics from the record instead of logging them. (#38596)tcpcheckreceiver
: Fixed typo in "Metric configuration". (#38889)pkg/stanza
: Add retries when calls to retrieve Windows event viaEvtNext
fail with error RPC_S_INVALID_BOUND (1734). (#38149)Whenever large events were read in by the Windows event log receiver, via the stanza input operator,
the collector would fail with error RPC_S_INVALID_BOUND (1734). Now the operator tries to workaround
this issue by reducing the number of events read on each attempt.
v0.122.0
Compare Source
🛑 Breaking changes 🛑
deltatocumulative
: removes legacy and clean up existing metrics (#38079)renamed:
otelcol_deltatocumulative.datapoints.processed
tootelcol_deltatocumulative_datapoints
otelcol_deltatocumulative.datapoints.dropped
tootelcol_deltatocumulative_datapoints{error="..."}
otelcol_deltatocumulative.max_stale
tootelcol_deltatocumulative_max_stale
otelcol_deltatocumulative.streams.limit
tootelcol_deltatocumulative_streams_limit
otelcol_deltatocumulative.streams.tracked
tootelcol_deltatocumulative_streams_tracked
removed (already unused):
otelcol_deltatocumulative.datapoints.linear
otelcol_deltatocumulative.streams.tracked.linear
otelcol_deltatocumulative.streams.evicted
otelcol_deltatocumulative.gaps.length
elasticsearchexporter
: Dynamically route documents by default unless{logs,metrics,traces}_index
is non-empty (#38361)Overhaul in document routing. Deprecate and make
{logs,metrics,traces}_dynamic_index
config no-op. Config validation error on{logs,metrics,traces}_dynamic_index::enabled
and{logs,metrics,traces}_index
set at the same time, as users who rely on dynamic index should not set{logs,metrics,traces}_index
. Removeelasticsearch.index.{prefix,suffix}
handling. Replace it withelasticsearch.index
handling that uses attribute value as index directly. Users rely on the previously supportedelasticsearch.index.prefix
andelasticsearch.index.suffix
should migrate to a transform processor that setselasticsearch.index
. Fix a bug where receiver-based routing overwrites data_stream.dataset.elasticsearchexporter
: Change defaultmapping::mode
config tootel
(#37241)The new default, OTel mapping mode, requires Elasticsearch 8.12+. To retain the old behavior, explicitly set
mapping::mode
tonone
.dbstorageextension
: Change SQLite driver to non-CGO version (#35280)New SQLite driver has incompatible set of options and users should carefully review used driver options (if any) on update
Migration guide and available driver options are added to component documentation
kafkatopicsobserver
: Remove session_timeout and heartbeat_interval config (#38414)These attributes are only relevant to Kafka consumers.
examples/demo
: Remove examples/demo (#38488)The other examples are sufficient, and there exists the more comprehensive OpenTelemetry Demo.
receiver/sqlserverreceiver
: SQL Server receiver now requires a positive serial number for X509 certificates. (#38099)See known issues in README of
receiver/sqlserverreceiver
for more information.tlscheckreceiver
: Implement TLS Check Receiver for host-based checks (#35842)Changing configuration scheme to use standard confignet TCP client
🚀 New components 🚀
awscloudwatchencodingextension
: Introduce new encoding extension for AWS CloudWatch Metric Streams (#37870)azureblobexporter
: implementation of azure blob exporter (#34319)faroreceiver
: Introduce a new receiver to receive faro data (#19180)kafkatopicsobserver
: Change stability level of kafkatopicsobserver to alpha (#37665)datadogsemanticsprocessor
: Add datadogsemanticsprocessor, which transforms OpenTelemetry semantic conventions to Datadog semantic conventions (#35304)pprofreceiver
: Introduce a new receiver to report pprof profiles (#38260)sematextexporter
: Advanced metrics implementation (#36465)sematextexporter
: basic metrics implementation (#36465)tcpcheckreceiver
: Introducing new component tcpcheck receiver (#34414)k8sleaderelector
: allows single instance of the receiver/exporter to be active via kubernetes leader election mechanism (#34460)💡 Enhancements 💡
azuremonitorexporter
: support sending to multiple azure monitor exporters (#34188)azuremonitorexporter
: support custom event for logs for azure monitor exporter (#37422)splunkhecreceiver
: splunk hec receiver accepts metrics with empty string Event field (#38464)prometheusremotewriteexproter
: Adds theendpoint
label to remote write exporter metrics to help identify the remote write endpoint within the metrics. (#38397)faroexporter
: Add Faro exporter package (#35319)awscloudwatchmetricstreamsencodingextension
: Add unmarshaler for JSON cloudwatch metric stream (#38407)awscloudwatchmetricstreamsencodingextension
: Add support for opentelemetry1.0 format (#38408)sqlserverreceiver
: Add new performance-related metrics (#37884)Added metrics are:
awscloudwatchlogsexporter, awsemfexporter, awsxrayexporter
: Adding external id support when assuming a role for AWS credentials. (#36725)AWS IAM Docs https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html#id_roles_third-party_external-id
hostmetricsreceiver
: Added thesystem.linux.memory.dirty
andsystem.memory.page_size
metrics. (#38672)mongodbreceiver
: Added new mongodb metrics to achieve parity with Telegraf (#37227)opampsupervisor
: add ability to report own traces/logs ([#3Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.