-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 All OpenTelemetry Collector Contrib packages to v0.121.0 #38335
Merged
songy23
merged 1 commit into
main
from
renovate/all-opentelemetry-collector-contrib-packages
Mar 4, 2025
Merged
Update All OpenTelemetry Collector Contrib packages to v0.121.0 #38335
songy23
merged 1 commit into
main
from
renovate/all-opentelemetry-collector-contrib-packages
Mar 4, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0970238
to
d0fc783
Compare
50120c4
to
d0fc783
Compare
d0fc783
to
f25adae
Compare
…ib/cmd/telemetrygen to v0.121.0
f25adae
to
b602371
Compare
Hopefully won't be needed after the next go-build-tools release thanks to open-telemetry/opentelemetry-go-build-tools#702 |
songy23
approved these changes
Mar 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/telemetrygen
telemetrygen command
connector/datadog
dependencies
Pull requests that update a dependency file
exporter/datadog
Datadog components
exporter/elasticsearch
exporter/otelarrow
exporter/sumologic
extension/observer
processor/resourcedetection
Resource detection processor
receiver/awsecscontainermetrics
receiver/otelarrow
receiver/prometheus
Prometheus receiver
receiver/signalfx
receiver/splunkhec
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.120.1
->v0.121.0
v0.120.1
->v0.121.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)
v0.121.0
Compare Source
🛑 Breaking changes 🛑
telemetrygen
: Update attribute of generated traces fromnet.peer.ip
tonet.sock.peer.addr
to bring it in line with new semconv. (#38043)awss3exporter
: Replaced thes3_partition
option withs3_partition_format
to provide more flexibility to users. (#37915, #37503)Users can provide custom file partitions using strftime formatting.
The default value of
year=%Y/month=%m/day=%d/hour=%H/minute=%M
matches the older pattern (withs3_partition: minute
)If users do not provide a value for
s3_prefix
, the exporter will not create a/
folder in the bucket.elasticsearchexporter
: drop support for metrics for none, raw, and bodymap mapping modes (#37928)Metrics support is in development, and was added for "ecs" and "otel" mapping modes.
Support was unintentionally added for the other mapping modes, defaulting to the same
behaviour as "ecs" mode. While metrics support is still in development, drop support
from these mapping modes and require users to use the intended mapping modes.
awscontainerinsightreceiver
: Remove high cardinality attributeTimestamp
from metrics generated byawscontainerinsightreceiver
(#35861)failoverconnector
: Refactors the failover logic and changes the retry mechanism to sample data points (#38064)processor/k8sattributes
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to stable (#25128)signalfxexporter
: Remove the deprecated configuration optiontranslation_rules
(#35332)Please use processors to handle desired metric transformations instead. Find migration guidance in the
translation rules migration guide.
signaltometricsconnector
:get
OTTL function is removed and expressions are now parsed usingParseValueExpression
(#38098)🚩 Deprecations 🚩
elasticsearchexporter
: Deprecatebatcher::min_size_items
andbatcher::max_size_items
in favor ofbatcher::min_size
andbatcher::max_size
. (#38243)prometheusreceiver
: Deprecate metric start time adjustment in the prometheus receiver. It is being replaced by the metricstarttime processor. (#37186)Start time adjustment is still enabled by default. To disable it, enable the | receiver.prometheusreceiver.RemoveStartTimeAdjustment feature gate.
🚀 New components 🚀
windowsservicereceiver
: Adding a wireframe for a new receiver: windowsservicereceiver (#31377)azureblobexporter
: Add new exporter for sending telemetry to Azure Storage Blob (#35717)kafkatopicsobserver
: Adding implementation and tests of the component's logic. (#37665)💡 Enhancements 💡
coralogixexporter
: Add support for profiles to the Coralogix exporter. (#38011)This change adds support for profiles to the Coralogix exporter.
It allows users to export profiles to Coralogix.
coralogixexporter
: Add new batching capabilities to the Coralogix exporter. (#38081)This change adds a new batching capabilities to the Coralogix exporter.
This change is trigghttps://github.com/open-telemetry/opentelemetry-collector/issues/8122ues/8122.
The new batching capabilities are disabled by default.
To enable them, you need to set the following configuration:
awsfirehosereceiver
: Addcloud.provider
,aws.log.group.names
andaws.log.stream.names
resource attributes to logs and set scope name and version of logs and metrics ingested by awsfirehosereceiver. (#37968)googlecloudpubsubexporter
: Add support for exporting ordered messages to GCP Pub/Sub (#32850)prometheusremotewriteexproter
: Adds additional metrics to the Prometheus Remote Write Exporter. The new metrics are:otelcol_exporter_prometheusremotewrite_sent_batches
: The total number of batches sent to the remote write endpoint.otelcol_exporter_prometheusremotewrite_consumers
: The total number of consumers that are currently sending data to the remote write endpoint.(#37912)
aesprovider
: Promote to alpha stability (#38252)azuretranslator
: Map application-defined properties for trace signals (#35402)clickhouseexporter
: Add client info to queries (#34915, #37146)This change adds client product info to the system.query_log for more insight on where queries originate
telemetrygen
: Support--service
for all signal types, rather than just traces (#38044)coralogixexporter
: Partial success response from Coralogix (#38022)Adds the ability to log partial success responses from Coralogix when using the Coralogix exporter.
processor/resourcedetection
: Introduce retry logic for failed resource detection. (#34761)dorisexporter
: add new config: log_response, label_prefix, headers, log_progress_interval (#38162)dorisexporter
: optimize schema: add 'service_instance_id', add materialized views, add trace_graph table and trace_graph job. (#38229)pkg/ottl
: Support dynamic indexing of math expressions in maps and slices (#37644)elasticsearchexporter
: Add_metric_names_hash
field to metric documents inotel
mode to avoid metric rejections (#37511)envoyalsreceiver
: Markenvoyalsreceiver
as an alpha receiver. (#36464)envoyalsreceiver
: Add node and log identifier resource attributes (#37800)receiver/sqlquery
: Add support for SapASE (sybase) database connections (#36328)awsfirehosereceiver
: Add support for encoding extensions (#37113)Adds
encoding
config setting, and deprecates therecord_type
setting.googlecloudexporter
: Updatedopentelemetry-operations-go
to v0.51.0 (#38116)The new release of
opentelemetry-operations-go
will construct a more accurate default User Agent for its requestsby using a
component.BuildInfo
. This should have no user-facing effect.iisreceiver
: Added state and uptime metrics for application pools (#34924)pkg/stanza
: Add entry's timestamp and attributes to errors logs from log transformers processors (#37285)When a log transformer processor fails to process an log entry it will include entry's timestamp and attributes in its own logs.
With this information the user can more easily identify the log file and find the entry that's having issues.
kafkareceiver
: Add error backoff configuration to kafka receiver which allows to wait and retry a failed message when the next consumer returns some errors. (#37009)receiver/kafkametricsreceiver
: Addrefresh_frequency
config tokafkametricsreceiver
, to configure custom duration for cluster metadata refresh (#37896)processor/resourcedetection
: Add k8s.cluster.uid to kubeadm detector (#38207)elasticsearchexporter
: Support specifying mapping mode via client metadata (#36092)Add config
mapping::allowed_modes
to restrict mapping modes configurable from client metadata.metricstarttimeprocessor
: add true_reset_point strategy for setting the start timestamp of cumulative points. (#37186)The implementation is copied from the Prometheus receiver.
mongodbreceiver
: Added mongodb replica metrics and routing logic for multiple mongodb instances (#37517)netflowreceiver
: Promote the NetFlow Receiver to alpha stability (#38255)telemetrygen
: Add support foraggregation-temporality
flag in telemetrygen. Supported values (delta or cumulative) (#38073)cmd/opampsupervisor
: Allow configuring Collector process execution via environment variables, custom config files and additional arguments (#24324)pkg/ottl
: Addevent_index
to the available paths of the span event context (#35778)pkg/ottl
: Introduce Weekday() converter function (#38126)prometheusreceiver
: Make use of creation timestamp from prometheus (#36473)receiver/prometheusremotewrite
: Add value and timestamp handling in the Prometheus Remote Write receiver by using SetDoubleValue and SetTimestamp (#37277)cloudflarereceiver
: Ingest all attributes by default when attributes map is empty (#37720)processor/redaction
: Introduce 'blocked_key_patterns' parameter (#35830)opampextension
: Support retrieval of available components via the OpAMP extension. (#37246)opampsupervisor
: Support retrieval of available components via the OpAMP supervisor. (#37247)processor/resourcedetection
: Add a feature flag to allow the processor (and collector) to fail if resource detection fails (#37961)This feature can be enabled via the following feature gate
--feature-gates=processor.resourcedetection.propagateerrors
awss3exporter
: Addedacl
option (#37935)confmap/provider/s3
: Promote to alpha stability (#38227)secretsmanagerprovider
: Promote to alpha stability (#38251)receiver/sqlserverreceiver
: Addserver.address
andserver.port
resource attributes to SQL server receiver. (#35183)The new resource attributes are added to the SQL server receiver to distinguish metrics coming from different SQL server instances.
server.address
: The address of the SQL server host, disabled by default.server.port
: The port of the SQL server host, disabled by default.opampsupervisor
: Allow configuring additional telemetry settings for the Supervisor's own telemetry (#35582)elasticsearchexporter
: Add support fordata_stream.type
attribute to create dynamic index in bodymap mode. (#38000)stefexporter
: Mark STEF exporter as Alpha (#37759)receiver/webhookeventreceiver
: Allow the request body to have multiple log lines using line breaks (#38042)Adds new
split_logs_at_newline
option that changes the request body to be split into multiple log lines at each newline.🧰 Bug fixes 🧰
elasticsearchexporter
: Fixes the getLocations() function. It only worked with a location start of 0, which is very unlikely when a profile contains more than one sample. (#38274)elasticsearchexporter
: Reintroduce schema_url fields to otel-mode metric docs (#38045)ecsobserver
: Fixed ecs task tags not being included in metadata labels (#38278)redactionprocessor
: Fix redaction processor to redact span event attributes (#36633)azuremonitorreceiver
: Fix bug where the time grain wasn't honored (#37337)exporter/splunk_hec
: Do not pass errors from draining the response body to the pipeline as a export failure. (#38118)kafkametricsreceiver
: Fix incorrect cluster admin initialization in consumer scraper (#36818)datadogexporter
: Add supports for HTTP_PROXY, HTTPS_PROXY and NO_PROXY for logs (#36292)pkg/ottl
: Change theottlmetric
context to properly display theTransformContext
value in debug logs (#38103)redisreceiver
: Collect keyspace metrics even if reported dbs are nonsequential (#38135)If a redis instance has no activity on a db, the db number is not reported in the keyspace metrics.
This change ensures that the keyspace metrics are collected even if the reported dbs have gaps.
stefexporter
: Fix incorrectly implemented STEF exporter zstd compression option. (#38088)STEF exporter now correctly supports zstd compression (observed <1 byte per datapoint for hostmetricsreceiver).
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.