httpsprovider: Add the httpsprovider. This component allows the collector to fetch configurations from web servers using the HTTPS protocol. (#6683)
💡 Enhancements 💡
exporter: Allow configuration of fields, RandomizationFactor and Multiplier, for exponential backoff algorithm when retry on failure is enabled (#6610)
connectors: Add "connectors", a new type of pipeline component (#2336)
Connectors connect pipelines by acting as an exporter in one or more pipelines and simultaneously
as a receiver of corresponding data in one or more other pipelines. For example:
The forward connector can export data to another pipeline of the same type. This allows you
to merge data from multiple pipelines onto a common pipeline. Or, you can replicate data onto multiple
pipelines so that it may be processed in different ways and/or exported to different backends.
The count connector can count data of any type. Regardless of the type of data that is counted, it
emits counts as metrics onto a metrics pipeline.
Connectors are currently disabled by default but can be enabled with the service.connectors feature gate.
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)
Bumps go.opentelemetry.io/collector from 0.68.0 to 0.72.0.
Release notes
Sourced from go.opentelemetry.io/collector's releases.
Changelog
Sourced from go.opentelemetry.io/collector's changelog.
... (truncated)
Commits
687d5b7
[chore] Prepare release 0.72.0/1.0.0-rc6 (#7228)105e5ae
confmap: clear list of old closers (#7222)fc88283
Use http constants to replace numbers as parameters (#7216)e2f7b16
dependabot updates Mon Feb 20 17:19:18 UTC 2023 (#7221)d2869f0
Update release.md (#7212)c2413eb
Ensure workflows use Go >=1.19.6 (#7210)13c77c1
Bump golang.org/x/net from 0.6.0 to 0.7.0 in /internal/tools (#7209)d2a2589
Bump golang.org/x/net from 0.6.0 to 0.7.0 in /pdata (#7208)61f8d77
[chore] bump golang.org/x/net to 0.7.0 (#7207)fbbb99e
[chore] fix nits in persistent queue implementation (#7203)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)