chore(deps): update opentelemetry collector to v0.90.0 #86
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.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
v0.89.0
->v0.90.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension)
v0.90.0
Compare Source
🛑 Breaking changes 🛑
dockerstatsreceiver
: Add [container.cpu.limit], [container.cpu.shares] and [container.restarts] metrics from docker container api (#21087)It requires API version 1.25 or greater.
🚀 New components 🚀
failoverconnector
: New component that will allow for pipeline failover triggered by the health of target downstream exporters (#20766)gitproviderreceiver
: add repo, branch, and contributor count metrics (#22028)💡 Enhancements 💡
opensearchexporter
: Promote opensearchexporter to alpha. (#24668)awsemfexporter
: Improve NaN value checking for Summary metric types. (#28894)awsemfexporter
: Logs relating to the start and finish of processing metrics have been reduced to debug level (#29337)azuremonitorreceiver
: Support Azure gov cloud (#27573)clickhouseexporter
: Added support for more control over TTL configuration. Currently, it supports timelines only in days, now also in hours, minutes and seconds (propertyName ttl_days --> ttl). (#28675)datasetexporter
: Collect usage metrics with Otel and send grouped attributes in session info. (#27650, #27652)resourcedetectionprocessor
: Add k8s cluster name detection when running in EKS (#26794)pkg/ottl
: Add new IsDouble function to facilitate type checking. (#27895)configschema
: Generate metadata for connectors. (#26990)telemetrygen
: Exposes the span duration as a command line argument--span-duration
(#29116)honeycombmarkerexporter
: Change honeycombmarkerexporter to alpha (#27666)mysqlreceiver
: expose tls in mysqlreceiver (#29269)If
tls
is not set, the default is to disable TLS connections.processor/transform
: Convert between sum and gauge in metric context when alpha feature gateprocessor.transform.ConvertBetweenSumAndGaugeMetricContext
enabled (#20773)receiver/mongodbatlasreceiver
: adds project config to mongodbatlas metrics to filter by project name and clusters. (#28865)pkg/stanza
: Add "namedpipe" operator. (#27234)pkg/resourcetotelemetry
: Do not clone data in pkg/resourcetotelemetry by default (#29327)MutatesData
insteadpkg/stanza
: Improve performance by not calling decode when nop encoding is defined (#28899)exporter/prometheusremotewrite
: prometheusremotewrite exporter add option to send metadata (#13849)receivercreator
: Added support for discovery of endpoints based on K8s services (#29022)By discovering endpoints based on K8s services, a dynamic probing of K8s service leveraging for example the httpcheckreceiver get enabled
signalfxexporter
: change default timeout to 10 seconds (#29436)awss3exporter
: add support fors3_force_path_style
anddisable_ssl
parameters (#29331)In order to support alternative object-storage, these parameters are useful and help to leverage those systems not
compatible with domain style path, or just hosted without ssl (like just deployed in a k8s namespace).
hostmetricsreceiver
: Add optional Linux-only metricsystem.linux.memory.available
(#7417)This is an alternative to
system.memory.usage
metric withstate=free
.Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values.
This is supposed to be more accurate than just "free" memory.
For reference, see the calculations here.
See also
MemAvailable
in /proc/meminfo.azuremonitorexporter
: Updated Azure Monitor Exporter service version from v2.0 to v2.1. (#29234)🧰 Bug fixes 🧰
cassandraexporter
: Exist check for keyspace and dynamic timeout (#27633)datadogreceiver
: Fix set telemetry.sdk.language=dotnet instead of .NET (#29459)filelogreceiver
: Fix issue where files were unnecessarily kept open on Windows (#29149)receiver/activedirectoryds
: Fix shutdown ofactivedirectorydsreceiver
when shutdown was called right after creation, without a corresponding start call. (#29505)honeycombmarkerexporter
: Fix default api_url and dataset_slug (#29309)influxdbexporter
: When InfluxDB v1 compatibility is enabled AND username&password are set, the exporter panics. Not any more! (#27084)mongodbreceiver
: addreceiver.mongodb.removeDatabaseAttr
Alpha feature gate to remove duplicate database name attribute (#24972)pkg/stanza
: Fix panic during stop for udp async mode only. (#29120)open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)
v0.90.0
Compare Source
🛑 Breaking changes 🛑
service
: To remain backwards compatible w/ the metrics generated today, otel generated metrics will be generated without the_total
suffix (#7454)service
: use WithNamespace instead of WrapRegistererWithPrefix (#8988)Using this functionality in the otel prom exporter fixes a bug where the
target_info was prefixed as otelcol_target_info previously.
💡 Enhancements 💡
exporter/debug
: Change defaultverbosity
fromnormal
tobasic
(#8844)This change has currently no effect, as
basic
andnormal
verbosity share the same behavior. This might change in the future though, with thenormal
verbosity being more verbose than it currently is (see https://github.com/open-telemetry/opentelemetry-collector/issues/7806). This is why we are changing the default tobasic
, which is expected to stay at the current level of verbosity (one line per batch).exporterhelper
: Fix shutdown logic in persistent queue to not require consumers to be closed first (#8899)confighttp
: Support proxy configuration field in all exporters that support confighttp (#5761)🧰 Bug fixes 🧰
exporterhelper
: Fix invalid write index updates in the persistent queue (#8115)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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.