-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen to v0.113.0 #36320
Merged
mx-psi
merged 1 commit into
main
from
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-cmd-telemetrygen-0.x
Nov 12, 2024
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ector-contrib/cmd/telemetrygen to v0.113.0
github-actions
bot
added
cmd/telemetrygen
telemetrygen command
and removed
renovatebot
labels
Nov 12, 2024
songy23
approved these changes
Nov 12, 2024
atoulme
approved these changes
Nov 12, 2024
bogdandrutu
added
the
Skip Changelog
PRs that do not require a CHANGELOG.md entry
label
Nov 12, 2024
mx-psi
deleted the
renovate/github.com-open-telemetry-opentelemetry-collector-contrib-cmd-telemetrygen-0.x
branch
November 12, 2024 20:39
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this pull request
Dec 17, 2024
…ector-contrib/cmd/telemetrygen to v0.113.0 (open-telemetry#36320) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib) | `v0.112.0` -> `v0.113.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.113.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.113.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.112.0/v0.113.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2fcmd%2ftelemetrygen/v0.112.0/v0.113.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)</summary> ### [`v0.113.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01130) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.112.0...v0.113.0) ##### 🛑 Breaking changes 🛑 - `sapmreceiver`: Remove the deprecated access_token_passthrough from SAPM receiver. ([#&open-telemetry#8203;35972](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35972)) Please use `include_metadata` instead with the following config option applied to the batch processor: batch: metadata_keys: \[X-Sf-Token] - `pkg/ottl`: Promote `processor.transform.ConvertBetweenSumAndGaugeMetricContext` feature gate to Stable ([#&open-telemetry#8203;36216](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36216)) This gate can no longer be disabled. The `convert_sum_to_gauge` and `convert_gauge_to_sum` may now only be used with the `metric` context. ##### 🚩 Deprecations 🚩 - `opensearchexporter`: The OpenSearch exporter is now marked as unmaintained and will be removed in 6 months. ([#&open-telemetry#8203;35781](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35781)) Any codeowners can reinstate the component by submitting a PR to revert the change or commenting[https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35781](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35781)5781. ##### 🚀 New components 🚀 - `dorisexporter`: metrics implementation ([#&open-telemetry#8203;33479](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33479)) - `extensions/observer/cfgardenobserver`: Implemented the observer, the second PR in the 3 PR process for new components ([#&open-telemetry#8203;33618](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33618)) ##### 💡 Enhancements 💡 - `splunkenterprisereceiver`: Add telemetry around the Splunk Enterprise kv-store. ([#&open-telemetry#8203;35445](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35445)) - `journaldreceiver`: adds ability to parse journald's MESSAGE field as a string if desired ([#&open-telemetry#8203;36005](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36005)) - `journaldreceiver`: allows querying a journald namespace ([#&open-telemetry#8203;36031](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36031)) - `hostmetricsreceiver`: Add the system.uptime metric in the hostmetrics receiver ([#&open-telemetry#8203;31627](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/31627)) This metric is provided by the new `system` scraper. - `azuredataexplorerexporter`: Add new configuration option `use_default_auth` to enable default authentication for Azure Data Explorer. This option allows users to leverage workload identity for authentication. ([#&open-telemetry#8203;33667](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33667)) - `awss3receiver`: Mark the AWS S3 receiver as Alpha. ([#&open-telemetry#8203;30750](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/30750)) - `opampsupervisor`: Makes the Supervisor's OpAmp server port configurable with 'agent::opamp_server_port'. ([#&open-telemetry#8203;36001](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36001)) - `datadogreceiver`: Follow receiver contract based on type of error ([#&open-telemetry#8203;5909](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/5909)) - `hostmetrics`: Adjust scraper creation to make it so the scraper name is reported with hostmetrics scraper errors. ([#&open-telemetry#8203;35814](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35814)) - `pkg/translator/prometheusremotewrite`: `FromMetricsV2` now transforms attributes into labels. ([#&open-telemetry#8203;33661](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/33661)) - `ntpreceiver`: Move NTP receiver to alpha ([#&open-telemetry#8203;36152](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36152)) - `opampsupervisor`: Supervisor waits for configurable healthchecks to report remote config status. ([#&open-telemetry#8203;21079](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21079)) - `otelarrowreceiver`: Enable unlimited admission control when request_limit_mib is set to 0. ([#&open-telemetry#8203;36074](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074)) - `pkg/ottl`: Add SliceToMap function ([#&open-telemetry#8203;35256](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35256)) - `receiver/prometheusremotewrite`: Implement body unmarshaling for Prometheus Remote Write requests ([#&open-telemetry#8203;35624](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35624)) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now. - `receiver/prometheusremotewrite`: Implement Content-Type negotiation for Prometheus Remote Write requests ([#&open-telemetry#8203;35565](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35565)) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now. - `otlpjsonfilereceiver`: Add support for profiles signal ([#&open-telemetry#8203;35977](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35977)) - `journaldreceiver`: Restart journalctl if it exits unexpectedly ([#&open-telemetry#8203;35635](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35635)) - `routingconnector`: Add ability to route by request metadata. ([#&open-telemetry#8203;19738](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/19738)) - `exporter/signalfx`: Enabling retrying for dimension properties update without tags in case of 400 response error. ([#&open-telemetry#8203;36044](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36044)) Property and tag updates are done using the same API call. After this change, the exporter will retry once to sync properties in case of 400 response error. - `signalfxexporter`: Add more default metrics related to Kubernetes cronjobs, jobs, statefulset, and hpa ([#&open-telemetry#8203;36026](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36026)) - `simpleprometheusreceiver`: Support to set `job_name` in config ([#&open-telemetry#8203;31502](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/31502)) - `solacereceiver`: Add support to the Solace Receiver to convert the new `Move to Dead Message Queue` and new `Delete` spans generated by Solace Event Broker to OTLP. ([#&open-telemetry#8203;36071](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36071)) - `routingconnector`: Add ability to route log records individually using OTTL log record context. ([#&open-telemetry#8203;35939](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35939)) - `splunkenterprisereceiver`: Add new metrics for Splunk Enterprise dispatch artifacts ([#&open-telemetry#8203;35950](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35950)) ##### 🧰 Bug fixes 🧰 - `awsfirehosereceiver`: make otlp_v1 a valid record type ([#&open-telemetry#8203;35750](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35750), [#&open-telemetry#8203;36125](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36125)) - `datadogreceiver`: Return a json reponse instead of "OK" when a trace is received with a newer protocol version. ([#&open-telemetry#8203;35705](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35705)) - `datadogreceiver`: Changes response message for `/api/v1/check_run` 202 response to be JSON and on par with Datadog API spec ([#&open-telemetry#8203;36027](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36027)) - `receiver/windowseventlog`: Fix panic when rendering long event messages. ([#&open-telemetry#8203;36179](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36179)) - `hostmetricsreceiver`: Do not set the default value of HOST_PROC_MOUNTINFO to respect root_path ([#&open-telemetry#8203;35990](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35990)) - `prometheusexporter`: Fixes an issue where the prometheus exporter would not shut down the server when the collector was stopped. ([#&open-telemetry#8203;35464](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35464)) - `k8sobserver`: Enable observation of ingress objects if the `ObserveIngresses` config option is set to true ([#&open-telemetry#8203;35324](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35324)) - `pkg/stanza`: Fixed bug causing Operators with DropOnErrorQuiet to send log entries to the next operator. ([#&open-telemetry#8203;35010](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35010)) This issue was introduced by a bug fix meant to ensure Silent Operators are not logging errors ([#&open-telemetry#8203;35010](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35010)). With this fix, this side effect bug has been resolved. - `otelarrowreceiver`: Simplify receiver admission control logic ([#&open-telemetry#8203;36074](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074)) - `otelarrowreceiver`: Avoid breaking telemetry when admission control fails in OTLP handlers. ([#&open-telemetry#8203;36074](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074)) - `dbstorage`: Add postgresql support ([#&open-telemetry#8203;35692](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35692)) - `splunkhecreceiver`: Avoid a memory leak by changing how we record obsreports for logs and metrics. ([#&open-telemetry#8203;35294](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35294)) - `receiver/filelog`: fix record counting with header ([#&open-telemetry#8203;35869](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35869)) - `connector/routing`: Fix detection of duplicate conditions in routing table. ([#&open-telemetry#8203;35962](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35962)) - `solacereceiver`: The Solace receiver may unexpectedly terminate on reporting traces when used with a memory limiter processor and under high load ([#&open-telemetry#8203;35958](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35958)) - `pkg/stanza/operator`: Retain Operator should propagate the severity field ([#&open-telemetry#8203;35832](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35832)) The retain operator should propagate the severity field like it does with timestamps. - `pkg/stanza`: Handle error of callback function of `ParserOperator.ProcessWithCallback` ([#&open-telemetry#8203;35769](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35769)) `ProcessWithCallback` of `ParserOperator` first calls the `ParseWith` method which properly handles errors with `HandleEntryError`. Then the callback function is called and its returned error should also be handled by the `HandleEntryError` ensuring a consistent experience. - `webhookeventreceiver`: Pass the consumer error to EndLogsOp ([#&open-telemetry#8203;35844](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/35844)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19--> 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
cmd/telemetrygen
telemetrygen command
dependencies
Pull requests that update a dependency file
Skip Changelog
PRs that do not require a CHANGELOG.md entry
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.112.0
->v0.113.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen)
v0.113.0
Compare Source
🛑 Breaking changes 🛑
sapmreceiver
: Remove the deprecated access_token_passthrough from SAPM receiver. (#35972)Please use
include_metadata
instead with the following config option applied to the batch processor:batch:
metadata_keys: [X-Sf-Token]
pkg/ottl
: Promoteprocessor.transform.ConvertBetweenSumAndGaugeMetricContext
feature gate to Stable (#36216)This gate can no longer be disabled. The
convert_sum_to_gauge
andconvert_gauge_to_sum
may now only be used with themetric
context.🚩 Deprecations 🚩
opensearchexporter
: The OpenSearch exporter is now marked as unmaintained and will be removed in 6 months. (#35781)Any codeowners can reinstate the component by submitting a PR to revert the change or commentinghttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/357815781.
🚀 New components 🚀
dorisexporter
: metrics implementation (#33479)extensions/observer/cfgardenobserver
: Implemented the observer, the second PR in the 3 PR process for new components (#33618)💡 Enhancements 💡
splunkenterprisereceiver
: Add telemetry around the Splunk Enterprise kv-store. (#35445)journaldreceiver
: adds ability to parse journald's MESSAGE field as a string if desired (#36005)journaldreceiver
: allows querying a journald namespace (#36031)hostmetricsreceiver
: Add the system.uptime metric in the hostmetrics receiver (#31627)This metric is provided by the new
system
scraper.azuredataexplorerexporter
: Add new configuration optionuse_default_auth
to enable default authentication for Azure Data Explorer. This option allows users to leverage workload identity for authentication. (#33667)awss3receiver
: Mark the AWS S3 receiver as Alpha. (#30750)opampsupervisor
: Makes the Supervisor's OpAmp server port configurable with 'agent::opamp_server_port'. (#36001)datadogreceiver
: Follow receiver contract based on type of error (#5909)hostmetrics
: Adjust scraper creation to make it so the scraper name is reported with hostmetrics scraper errors. (#35814)pkg/translator/prometheusremotewrite
:FromMetricsV2
now transforms attributes into labels. (#33661)ntpreceiver
: Move NTP receiver to alpha (#36152)opampsupervisor
: Supervisor waits for configurable healthchecks to report remote config status. (#21079)otelarrowreceiver
: Enable unlimited admission control when request_limit_mib is set to 0. (#36074)pkg/ottl
: Add SliceToMap function (#35256)receiver/prometheusremotewrite
: Implement body unmarshaling for Prometheus Remote Write requests (#35624)Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
receiver/prometheusremotewrite
: Implement Content-Type negotiation for Prometheus Remote Write requests (#35565)Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
otlpjsonfilereceiver
: Add support for profiles signal (#35977)journaldreceiver
: Restart journalctl if it exits unexpectedly (#35635)routingconnector
: Add ability to route by request metadata. (#19738)exporter/signalfx
: Enabling retrying for dimension properties update without tags in case of 400 response error. (#36044)Property and tag updates are done using the same API call. After this change, the exporter will retry once to sync
properties in case of 400 response error.
signalfxexporter
: Add more default metrics related to Kubernetes cronjobs, jobs, statefulset, and hpa (#36026)simpleprometheusreceiver
: Support to setjob_name
in config (#31502)solacereceiver
: Add support to the Solace Receiver to convert the newMove to Dead Message Queue
and newDelete
spans generated by Solace Event Broker to OTLP. (#36071)routingconnector
: Add ability to route log records individually using OTTL log record context. (#35939)splunkenterprisereceiver
: Add new metrics for Splunk Enterprise dispatch artifacts (#35950)🧰 Bug fixes 🧰
awsfirehosereceiver
: make otlp_v1 a valid record type (#35750, #36125)datadogreceiver
: Return a json reponse instead of "OK" when a trace is received with a newer protocol version. (#35705)datadogreceiver
: Changes response message for/api/v1/check_run
202 response to be JSON and on par with Datadog API spec (#36027)receiver/windowseventlog
: Fix panic when rendering long event messages. (#36179)hostmetricsreceiver
: Do not set the default value of HOST_PROC_MOUNTINFO to respect root_path (#35990)prometheusexporter
: Fixes an issue where the prometheus exporter would not shut down the server when the collector was stopped. (#35464)k8sobserver
: Enable observation of ingress objects if theObserveIngresses
config option is set to true (#35324)pkg/stanza
: Fixed bug causing Operators with DropOnErrorQuiet to send log entries to the next operator. (#35010)This issue was introduced by a bug fix meant to ensure Silent Operators are not logging errors (#35010). With this fix,
this side effect bug has been resolved.
otelarrowreceiver
: Simplify receiver admission control logic (#36074)otelarrowreceiver
: Avoid breaking telemetry when admission control fails in OTLP handlers. (#36074)dbstorage
: Add postgresql support (#35692)splunkhecreceiver
: Avoid a memory leak by changing how we record obsreports for logs and metrics. (#35294)receiver/filelog
: fix record counting with header (#35869)connector/routing
: Fix detection of duplicate conditions in routing table. (#35962)solacereceiver
: The Solace receiver may unexpectedly terminate on reporting traces when used with a memory limiter processor and under high load (#35958)pkg/stanza/operator
: Retain Operator should propagate the severity field (#35832)The retain operator should propagate the severity field like it does with timestamps.
pkg/stanza
: Handle error of callback function ofParserOperator.ProcessWithCallback
(#35769)ProcessWithCallback
ofParserOperator
first calls theParseWith
methodwhich properly handles errors with
HandleEntryError
.Then the callback function is called and its returned error should also
be handled by the
HandleEntryError
ensuring a consistent experience.webhookeventreceiver
: Pass the consumer error to EndLogsOp (#35844)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.