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

Upgrade to OTel v0.116.0 #2314

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Upgrade to OTel v0.116.0 #2314

wants to merge 1 commit into from

Conversation

ptodev
Copy link
Contributor

@ptodev ptodev commented Dec 24, 2024

PR Description

Upgrading to the latest version of OTel.

Community components

Pinging community component owners:

Please feel free to open a PR to update the community components :) There have been a few minor changes to the upstream code. You could either merge to my PR, or wait for my PR to be merged and then to merge yours to main. It is not necessary to update the community components for v1.6, since the upstream changes are not that big. If you decide to not update them at all with the latest changes, that's ok too.

Which issue(s) this PR fixes

Fixes #2255
Fixes #2243

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@ptodev ptodev requested review from clayton-cornell and a team as code owners December 24, 2024 15:28
Copy link
Contributor

The `regex` argument is deprecated and may be removed in upcoming versions.
Use the [ExtractPatterns](extract-patterns) function from `otelcol.processor.transform` instead.

[extract-patterns]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/{{< param "OTEL_VERSION" >}}/pkg/ottl/ottlfuncs/README.md#extractpatterns
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clayton-cornell This link doesn't seem to work, but I don't know why. It's almost identical to a similar link in the otelcol.processor.transform doc. Any ideas why this is?

The same link is also present in the next section btw.

{{< admonition type="warning" >}}

The `regex` argument is deprecated and may be removed in upcoming versions.
Use the [ExtractPatterns](extract-patterns) function from `otelcol.processor.transform` instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use the [ExtractPatterns](extract-patterns) function from `otelcol.processor.transform` instead.
Use the [ExtractPatterns][extract-patterns] function from `otelcol.processor.transform` instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants