configtelemetry: Update values returned by Level.String and Level.MarshalText method. (#6490)
All returned strings are capitalized.
"" is returned for integers that are out of Level enum range.
It also affects Level.Marshal output, but it's not a problem because Unmarshal method accepts strings in
all cases, e.g. "normal", "Normal" and "NORMAL".
featuregate: Make impossible to implement RegistryOption outside featuregate package (#6532)
service/telemetry: Remove unit suffixes from metrics exported by the otel-go prometheus exporter. (#6403)
obsreport: obsreport.New[Receiver|Scraper|Processor|Exporter] returns error now (#6458)
configgrpc: Remove deprecated funcs in configgrpc. (#6529)
We are excited to announce that the pdata module is now available as a
v1.0.0 release candidate. While breaking changes may still happen in this
module before v1.0.0, we believe it is ready for final assessment and validation
and hope to make a v1.0.0 release soon.
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.59.0 to 0.67.0.
Release notes
Sourced from go.opentelemetry.io/collector's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/collector's changelog.
... (truncated)
Commits
33cdc79
[chore] prepare release v0.67.0 (#6715)9a763f9
Fix some pipeline tests and validate error messages (#6685)a470d8a
Deprecate component.Receiver* in favor of new receiver.* (#6687)2b3ac4c
Add connector/connectortest package (#6711)2016043
Add connector types (#6689)17f6f53
Persistent queue should stop consumer before stopping storage (#6693)c56b7d3
Mark as deprecated componenttest exporter related funcs (#6707)0b4bbf5
[chore] remove some deprecate API calls in componenttest (#6706)2a931d9
[chore] update builder versions to reflect current v0.66.0 (#6704)e5c1986
[chore] update builder to use non deprecated API (#6701)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)