aws-otel-collector
aws-otel-collector copied to clipboard
Bump github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter from 0.56.0 to 0.58.0 in /pkg/lambdacomponents
Bumps github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter from 0.56.0 to 0.58.0.
Release notes
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter's releases.
Release version 0.58.0
🛑 Breaking changes 🛑
clickhouseexporter
: update table schema (#8028)
- add ServiceName field as primary key.
- use Map type for attribute, add secondary index.
postgresqlreceiver
: Moves metric attributestable
anddatabase
to resource attributes. (#12960) This move has been hidden behind a featuregate. Please see https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/postgresqlreceiver/README.md#feature-gate-configurations for more information transitioning. This affects the following metrics.
- postgresql.blocks_read
- postgresql.commits
- postgresql.db_size
- postgresql.backends
- postgresql.operations
- postgresql.rollbacks
all
: Update minimum go version to 1.18 (#12918)🚩 Deprecations 🚩
dotnetdiagnosticsreceiver
: Change status to unmaintained (#12757)🚀 New components 🚀
azureblobreceiver
: Add a new componentazureblobreciver
(#8834) Add a new componentazureblobreceiver
that reads logs and traces from Azure Blob Storageazureeventhubreceiver
: New component to receive logs from Azure Event Hubs (#12786)headers_setter
: Add support for setting exporter headers from the upstream requests context (#5733, #7945, #4814)💡 Enhancements 💡
filterprocessor
: Add ability to filter based on logs SeverityText and Body. (#9235)aerospikereceiver
: Support tls configuration. Add tls and tlsname config items. (#12770)datadogexporter
: Send host info when sending hostmetadata from datadogexporter (#12944)jaegerremotesampling
: extend jaegerremotesampling with remote sampling via gRPC (#6694)filterprocessor
: Add log filtering based on SeverityNumber (#12959)hostmetricsreceiver
: Add new resource attributeprocess.parent_pid
. The value of the attribute is the parent PID (#12290)k8sattributesprocessor
: Add support for discovering Kubernetes DaemonSet name and DaemonSet UID" (#141)k8sattributesprocessor
: Add support for discovering Kubernetes Job name and Job UID" (#141)k8sattributesprocessor
: Add support for discovering Kubernetes ReplicaSet name and ReplicaSet UID (#141)k8sattributesprocessor
: Add support for discovering Kubernetes StatefulSet name and StatefulSet UID" (#141)loadbalancingexporter
: Exporting trace pipelines based on Service name to avoid duplicate label svc + operation in collector hosts. (#12652)lokiexporter
: Don't retry on 4xx responses (excluding 429) from loki (#12930)observers
: Adds multiple observer.Notify subscriber support to observer.EndpointWatcher for multiple Endpoint event consumers. (#10830, #11541, #11544)filelogreceiver
: Process batches consecutively, rather than one per poll interval (#10285)postgresqlreceiver
: Client refactor to eventually support resource attributes. (#13087)postgresqlreceiver
: Adds Index Resource Attribute and Metrics Collection. (#13167) This enhancement will only be enabled with the receiver.postgresql.emitMetricsWithResourceAttributes feature gate being enabled.pkg/translator/signalfx
: report Histogram min/max when present, do not report sum when not present (#13153)sigv4authextension
: Added separate region for STS for cross region auth (#12736)solacereceiver
: Adds topic destination as a new attribute to receiver's spans (#12640)pkg/telemetryquerylanguage
: Add Getter slices to the TQL parser, allowing them to be specified as function parameters. (#12476)
... (truncated)
Changelog
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter's changelog.
v0.58.0
🛑 Breaking changes 🛑
clickhouseexporter
: update table schema (#8028)
- add ServiceName field as primary key.
- use Map type for attribute, add secondary index.
postgresqlreceiver
: Moves metric attributestable
anddatabase
to resource attributes. (#12960) This move has been hidden behind a featuregate. Please see https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/postgresqlreceiver/README.md#feature-gate-configurations for more information transitioning. This affects the following metrics.
- postgresql.blocks_read
- postgresql.commits
- postgresql.db_size
- postgresql.backends
- postgresql.operations
- postgresql.rollbacks
all
: Update minimum go version to 1.18 (#12918)🚩 Deprecations 🚩
dotnetdiagnosticsreceiver
: Change status to unmaintained (#12757)🚀 New components 🚀
azureblobreceiver
: Add a new componentazureblobreciver
(#8834) Add a new componentazureblobreceiver
that reads logs and traces from Azure Blob Storageazureeventhubreceiver
: New component to receive logs from Azure Event Hubs (#12786)headers_setter
: Add support for setting exporter headers from the upstream requests context (#5733, #7945, #4814)💡 Enhancements 💡
filterprocessor
: Add ability to filter based on logs SeverityText and Body. (#9235)aerospikereceiver
: Support tls configuration. Add tls and tlsname config items. (#12770)datadogexporter
: Send host info when sending hostmetadata from datadogexporter (#12944)jaegerremotesampling
: extend jaegerremotesampling with remote sampling via gRPC (#6694)filterprocessor
: Add log filtering based on SeverityNumber (#12959)hostmetricsreceiver
: Add new resource attributeprocess.parent_pid
. The value of the attribute is the parent PID (#12290)k8sattributesprocessor
: Add support for discovering Kubernetes DaemonSet name and DaemonSet UID" (#141)k8sattributesprocessor
: Add support for discovering Kubernetes Job name and Job UID" (#141)k8sattributesprocessor
: Add support for discovering Kubernetes ReplicaSet name and ReplicaSet UID (#141)k8sattributesprocessor
: Add support for discovering Kubernetes StatefulSet name and StatefulSet UID" (#141)loadbalancingexporter
: Exporting trace pipelines based on Service name to avoid duplicate label svc + operation in collector hosts. (#12652)lokiexporter
: Don't retry on 4xx responses (excluding 429) from loki (#12930)observers
: Adds multiple observer.Notify subscriber support to observer.EndpointWatcher for multiple Endpoint event consumers. (#10830, #11541, #11544)filelogreceiver
: Process batches consecutively, rather than one per poll interval (#10285)postgresqlreceiver
: Client refactor to eventually support resource attributes. (#13087)postgresqlreceiver
: Adds Index Resource Attribute and Metrics Collection. (#13167) This enhancement will only be enabled with the receiver.postgresql.emitMetricsWithResourceAttributes feature gate being enabled.pkg/translator/signalfx
: report Histogram min/max when present, do not report sum when not present (#13153)sigv4authextension
: Added separate region for STS for cross region auth (#12736)solacereceiver
: Adds topic destination as a new attribute to receiver's spans (#12640)pkg/telemetryquerylanguage
: Add Getter slices to the TQL parser, allowing them to be specified as function parameters. (#12476)
... (truncated)
Commits
ea97fda
[chore] prepare for release v0.58.0 (#13230)397b033
[processor/logstransform] Skip flaky test (#13219)a0c0361
[receiver/dotnetdiagnostics] Change status to unmaintained (#13218)14996d1
[processor/filter] Add functionality to allow filtering on SeverityNumber (#1...8e3c97f
Remove pmm-sumo from codeowners (#12663)b01a5e3
[receiver/azureblob] Fix Collector version used (#13217)5550277
[receiver/postgresql] Add Index Metrics (#13168)e11aa63
[receiver/azureblob] First PR (#11872)c4561ba
[chore] remove deprecated components (#13173)002c643
[chore] upgrade to core v0.58.0 (#13124)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)