extension/filestorage: Replace path-unsafe characters in component names (#3148)
The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled.
See the File Storage extension's README for details.
gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)
Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331)
The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol,
but we had to disable them. Now, the tests are going to be enforced on every component independently.
Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.
connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)
π New components π
googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
deltatocumulativeprocessor: exposes max_stale as metric (#32441)
sumologicexporter: use Sumo Logic Extension for authentication and to obtain endpoint (#31479)
failoverconnector: This change puts the failoverconnector into alpha (#20766)
vcenterreceiver: Changes process for collecting VMs & VM perf metrics used by the vccenterreceiver to be more efficient (one call now for all VMs) (#31837)
opampextension: Added a new agent_description.non_identifying_attributes config option to allow setting user-defined non-identifying attributes (#32107)
googleclientauthextension: Mark Google Client Auth Extension alpha stability. (#32442)
splunkhecreceiver: adding support for ack in the splunkhecreceiver (#26376)
hostmetricsreceiver: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate hostmetrics.process.bootTimeCache can be disabled to restore previous behaviour. (#28849)
This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
filelogreceiver: Add send_quiet and drop_quiet options for on_error setting of operators (#32145)
otlpjsonfilereceiver: Add a replay_file config option to support replaying static telemetry (#31533)
pkg/stanza/operator/transformer/recombine: add a new "max_unmatched_batch_size" config parameter to configure the maximum number of consecutive entries that will be combined into a single entry before the match occurs (#31653)
awsxrayreceiver: Add support for local namespace in subsegment (#31514)
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the jaeger group with 1 update: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger.
Updates
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
from 0.98.0 to 0.99.0Release notes
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.
... (truncated)
Changelog
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.
Commits
90603af
[chore] Prepare release 0.99.0 (#32608)947e027
[chore] update core (#32606)1a0115c
[chore] Update mdatagen generated code (#32599)11e85a0
set failover connector to alpha (#32216)271aa7a
Revert "[chore][receiver/aerospike] Enable goleak check" (#32603)fb3d7cd
[chore][receiver/cloudflare] Fix flaky integration test (#32601)32f2100
[chore][receiver/aerospike] Enable goleak check (#32567)e829664
[chore] update contrib to make compatible with core (#32577)1a5e38b
[receiver/hostmetrics] Fix failing tests (#32583)78b852c
[chore] update mdatagen (#32499)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 show