-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(deps): update all otel collector packages #6220
fix(deps): update all otel collector packages #6220
Conversation
Signed-off-by: Mend Renovate <[email protected]>
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6220 +/- ##
==========================================
- Coverage 96.49% 96.43% -0.06%
==========================================
Files 354 354
Lines 20134 20134
==========================================
- Hits 19428 19416 -12
- Misses 522 530 +8
- Partials 184 188 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This PR contains the following updates:
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v0.113.0
->v0.114.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v1.19.0
->v1.20.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v1.19.0
->v1.20.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
v0.113.0
->v0.114.0
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v0.114.0
Compare Source
💡 Enhancements 💡
cmd/builder
: Allow for replacing of local Providers and Converters when building custom collector with ocb. (#11649)Use the property
path
undergomod
to replace an go module with a local folder inbuilder-config.yaml. Ex:
providers:
- gomod: module.url/my/custom/provider v1.2.3
path: /path/to/local/provider
cmd/builder
: Allow configuringconfmap.Converter
components in ocb. (#11582)If no converters are specified, there will be no converters added.
Currently, the only published converter is
expandconverter
which isdeprecated as of v0.107.0, but can still be added for testing purposes.
To configure a custom converter, make sure your converter implements the converter
interface and is published as a go module (or replaced locally if not published).
You may then use the
converters
key in your OCB build manifest with a list ofGo modules (and replaces as necessary) to include your converter.
Please note that converters are order-dependent. The confmap will apply converters
in order of which they are listed in your manifest if there is more than one.
all
: shorten time period before removing an unmaintained component from 6 months to 3 months (#11664)🧰 Bug fixes 🧰
all
: Updates dialer timeout section documentation in confignet README (#11685)scraperhelper
: If the scraper shuts down, do not scrape first. (#11632)When the scraper is shutting down, it currently will scrape at least once.
With this change, upon receiving a shutdown order, the receiver's scraperhelper will exit immediately.
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.