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)
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)
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.65.0.
Release notes
Sourced from go.opentelemetry.io/collector's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/collector's changelog.
... (truncated)
Commits
8d42548
[chore] prepare release 0.65.0 (#6592)71faebf
Update CHANGELOG.md file for 0.65.0 release (#6590)1f6f865
dependabot updates Mon Nov 21 16:06:08 UTC 2022 (#6589)8eb426d
Update the usage of set-output command in GH actions (#6587)e3509cd
Return error from pcommon.[Value|Map|Slice].FromRaw when unsupported type. (#...aaaa356
Minimum changes to component.Host, to allow split of the component package (#...4565692
Instrument obsreport.Scraper (#6460)1d4100c
[chore] missed adding consumer to contrib makefile targets (#6575)4fcc46b
[chore] update featuregate dep (#6574)86d886c
Deprecate Config.Validate() in favor of component.ValidateConfig (#6572)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)