-
Notifications
You must be signed in to change notification settings - Fork 0
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.114.0 #18
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
renovate
bot
force-pushed
the
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x
branch
from
October 23, 2024 14:39
6cdbed2
to
d7638a7
Compare
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
bot
force-pushed
the
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x
branch
from
November 6, 2024 21:29
d7638a7
to
5f3c131
Compare
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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x
branch
from
November 17, 2024 17:07
5f3c131
to
c66904c
Compare
…ib/connector/spanmetricsconnector to v0.114.0
renovate
bot
force-pushed
the
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x
branch
from
November 19, 2024 01:50
c66904c
to
05375ea
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.93.0
->v0.114.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.114.0
Compare Source
🛑 Breaking changes 🛑
datadogexporter
: Stop prefixinghttp_server_duration
,http_server_request_size
andhttp_server_response_size
withotelcol
(#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, replacesotelcol_otel_arrow_receiver_in_flight_bytes
otelcol_otelarrow_admission_waiting_bytes
: new, describes waiting requestsotelcol_otel_arrow_receiver_in_flight_items
: removedotelcol_otel_arrow_receiver_in_flight_requests
: removed🚩 Deprecations 🚩
exporter/prometheusremotewrite
: Deprecate configuration optionexport_created metric
(#35003)Disable the exporter.prometheusremotewriteexporter.deprecateCreatedMetric feature gate to temporarily re-enable the created metric.
💡 Enhancements 💡
datadogreceiver
: Add json handling for theapi/v2/series
endpoint in the datadogreceiver (#36079)googlemanagedprometheus
: AddCumulativeNormalization
config option to allow users to configure to specify whether to report normalized or un-normalized points. Defaults to normalized. (#36357)elasticsearchexporter
: Translatek8s.*.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
tokubernetes.*.name
. Translatek8s.cluster.name
toorchestrator.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 thedepth
option when flattening slices usingflatten
(#36161)The
depth
option is also now required to be at least1
.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
: Promoteprocessor.transform.ConvertBetweenSumAndGaugeMetricContext
feature gate to Stable (#36216)This gate can no longer be disabled. The
convert_sum_to_gauge
andconvert_gauge_to_sum
may now only be used with themetric
context.🚩 Deprecations 🚩
opensearchexporter
: The OpenSearch exporter is now marked as unmaintained and will be removed in 6 months. (#35781)Any codeowners can reinstate the component by submitting a PR to revert the change or commentinghttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/357815781.
🚀 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 optionuse_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 setjob_name
in config (#31502)solacereceiver
: Add support to the Solace Receiver to convert the newMove to Dead Message Queue
and newDelete
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 theObserveIngresses
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 ofParserOperator.ProcessWithCallback
(#35769)ProcessWithCallback
ofParserOperator
first calls theParseWith
methodwhich 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
tonone
.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 acondition
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
: ImplementReportsHealth
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
: UseCheck
name from Service Check structure as metric name rather than hardcoded stringservice_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
: Supportsadd_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 metriccontainer.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:
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."🚀 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 usingwss
orhttps
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
: Movefilelog.container.removeOriginalTimeField
feature gate to beta (#33389)filelog.container.removeOriginalTimeField
feature gate to get the old behavior.resourcedetectionprocessor
: Moveprocessor.resourcedetection.hostCPUSteppingAsString
feature gate to stable. (#31136)resourcedetectionprocessor
: Removeprocessor.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 conventiondeployment.environment.name
toenv
for OTLP traces in APM stats. (#35147)The old convention
deployment.environment
still worksdatadogexporter
: Map the new OTel semantic conventiondeployment.environment.name
toenv
for OTLP traces, metrics and logs. (#35147)The old convention
deployment.environment
still worksfile_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 forotlp_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 withinverse_match
set totrue
. (#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.legacyMetricNames 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
orprometheusremotewriteexporter
to exporter metrics in pipeline. | In some cases, like usingclickhouseexporter
(save data in native OTLP format), it will be a breaking change. | Users can usetransformprocessor
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:
🚩 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](https://redirect.github.com/open-telConfiguration
📅 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.