Skip to content
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 module go.opentelemetry.io/collector/pdata to v1.20.0 #15002

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/pdata v1.19.0 -> v1.20.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/pdata)

v1.20.0

💡 Enhancements 💡
  • cmd/builder: Allow for replacing of local Providers and Converters when building custom collector with ocb. (#​11649)
    Use the property path under gomod to replace an go module with a local folder in
    builder-config.yaml. Ex:
    providers:
    - gomod: module.url/my/custom/provider v1.2.3
    path: /path/to/local/provider

  • cmd/builder: Allow configuring confmap.Converter components in ocb. (#​11582)
    If no converters are specified, there will be no converters added.
    Currently, the only published converter is expandconverter which is
    deprecated 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 of
    Go 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@renovate renovate bot requested a review from a team as a code owner November 18, 2024 23:49
@paul1r paul1r merged commit 6392a57 into main Nov 19, 2024
64 checks passed
@paul1r paul1r deleted the deps-update/go.opentelemetry.iocollectorpdata branch November 19, 2024 00:05
thevops pushed a commit to thevops/loki that referenced this pull request Nov 21, 2024
….0 (grafana#15002)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant