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

chore(deps): update otel-collector upstream dependencies #98

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.107.0 -> v0.108.0 age adoption passing confidence exports minor
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter v0.107.0 -> v0.108.0 age adoption passing confidence exports minor
github.com/open-telemetry/opentelemetry-collector-contrib/extension/basicauthextension v0.107.0 -> v0.108.0 age adoption passing confidence extensions minor
github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension v0.107.0 -> v0.108.0 age adoption passing confidence extensions minor
github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.107.0 -> v0.108.0 age adoption passing confidence extensions minor
github.com/open-telemetry/opentelemetry-collector-contrib/extension/oauth2clientauthextension v0.107.0 -> v0.108.0 age adoption passing confidence extensions minor
github.com/open-telemetry/opentelemetry-collector-contrib/extension/oidcauthextension v0.107.0 -> v0.108.0 age adoption passing confidence extensions minor
github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.107.0 -> v0.108.0 age adoption passing confidence extensions minor
github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.107.0 -> v0.108.0 age adoption passing confidence processors minor
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.107.0 -> v0.108.0 age adoption passing confidence processors minor
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.107.0 -> v0.108.0 age adoption passing confidence receivers minor
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.107.0 -> v0.108.0 age adoption passing confidence receivers minor
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.107.0 -> v0.108.0 age adoption passing confidence receivers minor
go.opentelemetry.io/collector 0.107.0 -> 0.108.1 age adoption passing confidence collector minor
go.opentelemetry.io/collector/exporter/nopexporter v0.107.0 -> v0.108.1 age adoption passing confidence exports minor
go.opentelemetry.io/collector/exporter/otlpexporter v0.107.0 -> v0.108.1 age adoption passing confidence exports minor
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.107.0 -> v0.108.1 age adoption passing confidence exports minor
go.opentelemetry.io/collector/receiver/otlpreceiver v0.107.0 -> v0.108.1 age adoption passing confidence receivers minor
open-telemetry/opentelemetry-collector 0.107.0 -> 0.108.1 age adoption passing confidence minor

Release Notes

open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter)

v0.108.0

Compare Source

🛑 Breaking changes 🛑
  • all: Added support for go1.23, bumped the minimum version to 1.22 (#​34658)

  • lokiexporter: Update the scope name for telemetry produced by the lokiexporter from otelcol/loki to github.com/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter (#​34612)

  • azuretranslator: The scope name has been updated from otelcol/azureresourcelogs and otelcol/azureresourcetraces to github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure (#​34712)

  • datadogreceiver: The scope name has been updated from otelcol/datadogreceiver to github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver/internal/translator (#​34711)

  • splunkhecexporter: The scope name has been updated from otelcol/splunkhec to github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter (#​34710)

  • googlecloudmonitorreceiver: The scope name has been updated from otelcol/googlecloudmonitoringreceiver to github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudmonitoringreceiver (#​34709)

  • elasticsearchexporter: Update OTel mapping mode for logs and metrics; Remove trace_flags (#​34472)
    Update logs and metrics OTel mapping mode to always emit "scope" and zero int, but not emit empty strings for known fields. Breaking change to remove trace_flags from logs.

  • elasticsearchexporter: Change default retry.retry_on_status to [429] (#​32584)
    To retain the previous behavior, set retry.retry_on_status to [429, 500, 502, 503, 504].

  • gitproviderreceiver: Update metric names and attributes to match the newest Semantic Conventions for VCS. (#​34278)
    Attribute Changes:

    • branch.name is now ref.name
    • Added a ref.type attribute
    • pull_request.state is now change.state
    • git.vendor.name is now vcs.vendor.name
      Metric Changes:
    • git.repository.count is now vcs.repository.count
    • git.repository.contributor.count is now vcs.repository.contributor.count
    • git.repository.branch.count is now vcs.repository.ref.count
    • git.repository.branch.time is now `vcs.repository.ref.time
    • git.repository.branch.commit.aheadby.count is now vcs.repository.ref.revisions_ahead
    • git.repository.branch.commit.behindby.count is now `vcs.repository.ref.revisions_behind
    • git.repository.branch.line.addition.count is now vcs.repository.ref.lines_added
    • git.repository.branch.line.deletion.count is now vcs.repository.ref.lines_deleted
    • git.repository.pull_request.time_open is now vcs.change.time_open
    • git.repository.pull_request.time_to_merge is now vcs.change.time_to_merge
    • git.repository.pull_request.time_to_approval is now vcs.change.time_to_approval
    • git.repository.pull_request.count is now vcs.change.count
  • transformprocessor: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature flag from alpha to beta (#​34567)

  • exporter/datadog: The logs::dump_payloads config option is invalid when the Datadog Agent logs pipeline is enabled (now enabled by default). (#​34420)
    An error will be raised if logs::dump_payloads is set while the Datadog Agent logs pipeline is enabled. To avoid this error, remove the logs::dump_payloads config option or temporarily disable the exporter.datadogexporter.UseLogsAgentExporter feature gate.

  • vcenterreceiver: Several host performance metrics now return 1 data point per time series instead of 5. (#​34708)
    The 5 data points previously sent represented consecutive 20s sampling periods. Depending on the collection interval
    these could easily overlap. Sending just the latest of these data points is more in line with other performance metrics.

    This change also fixes an issue with the googlecloud exporter seeing these datapoints as duplicates.

    Following is the list of affected metrics which will now only report a single datapoint per set of unique attribute values.

    • vcenter.host.cpu.reserved
    • vcenter.host.disk.latency.avg
    • vcenter.host.disk.latency.max
    • vcenter.host.disk.throughput
    • vcenter.host.network.packet.drop.rate
    • vcenter.host.network.packet.error.rate
    • vcenter.host.network.packet.rate
    • vcenter.host.network.throughput
    • vcenter.host.network.usage
🚀 New components 🚀
  • exporter/doris: Add a new component for exporting logs, traces and metrics to Doris (#​33479)
💡 Enhancements 💡
  • geoipprocessor: Add a context configuration option to specify the IP address attribute telemetry location. (#​34036)
  • awss3receiver: Enhance the logging of the AWS S3 Receiver in normal operation to make it easier for user to debug what is happening. (#​30750)
  • datadogreceiver: Implement '/info' endpoint (#​34772)
  • datadogreceiver: Add sampling.priority attribute for Probabilistic Sampling Processor (#​34267)
  • datadogreceiver: Implement '/stats' endpoint (#​34790)
  • datadogconnector: Add a config traces::bucket_interval (#​34554)
    traces::bucket_interval specifies the time interval size of aggregation buckets that aggregate the Datadog trace metrics. It is also the time interval that Datadog trace metrics payloads are flushed to the pipeline. Default is 10s if unset.
  • deltatocumulative: Promote to alpha stability (#​34747)
    promotes the deltatocumulative processor to alpha stability, as most features are now implemented and ready for wider testing.
  • deltatocumulative: explicit-bounds histograms (#​30705)
    implements aggregation of explicit-bounds (traditional) histograms.
  • elasticsearchexporter: Add OTel mapping mode for metrics (#​34248)
  • elasticsearchexporter: Add OTel mapping mode for traces (#​34588, #​34590)
    Add OTel mapping mode support for traces, without span events.
  • filelogreceiver: If acquire_fs_lock is true, attempt to acquire a shared lock before reading a file. (#​34801)
    Unix only. If a lock cannot be acquired then the file will be ignored until the next poll cycle.
  • solacereceiver: Updated the format for generated metrics. Included a receiver_name attribute that identifies the Solace receiver that generated the metrics (#​34541)
  • geoipprocessor: Move processor's stability to alpha. (#​34737)
  • prometheusreceiver: Ensure Target Allocator's confighttp is used in the receiver's service discovery (#​33370)
  • datadogreceiver: Include error when logging unmarshaling failures in Datadog receiver. (#​34515)
  • metricstransformprocessor: Add scaling exponential histogram support (#​29803)
  • exporter/datadog: Use Datadog Agent logs pipeline by default for exporting logs to Datadog. Upgrades exporter.datadogexporter.UseLogsAgentExporter feature flag to beta. (#​34420)
  • pkg/ottl: Introduce UserAgent converter to parse UserAgent strings (#​32434)
🧰 Bug fixes 🧰
  • tailsamplingprocessor: Update the policy value in metrics dimension value to be unique across multiple tail sampling components with the same policy name. (#​34192)
    This change ensures that the policy value in the metrics exported by the tail sampling processor is unique across multiple tail sampling processors with the same policy name.

  • datadogreceiver: add feature discovery (#​34718)

  • datadogconnector: Put back the otelcol_ prefix for Datadog internal metrics on trace and APM stats exporting (#​34807)
    Recovers these metrics from an upstream breaking change. https://github.com/open-telemetry/opentelemetry-collector/pull/97599759 https://github.com/open-telemetry/opentelemetry-collector/pull/109400940.

  • datadogexporter: Put back the otelcol_ prefix for Datadog internal metrics on trace and APM stats exporting (#​34807)
    Recovers these metrics from an upstream breaking change. https://github.com/open-telemetry/opentelemetry-collector/pull/97599759 https://github.com/open-telemetry/opentelemetry-collector/pull/109400940.

  • awsfirehosereceiver: Fix validation of requests with empty access key (#​34847)

  • connector/exceptionsconnector: Fix dimensions configuration did not take effect for resource attributes (#​34603)

  • prometheusreceiver: Group scraped metrics into resources created from job and instance label pairs (#​34237)
    The receiver will now create a resource for each distinct job/instance label combination.
    In addition to the label/instance pairs detected from the scraped metrics, a resource representing the overall
    scrape configuration will be created. This additional resource will contain the scrape metrics, such as the number of scraped metrics, the scrape duration, etc.

  • cmd/opampsupervisor: Fix supervisor support for Windows. (#​34570)

  • tailsamplingprocessor: Fix the behavior for numeric tag filters with inverse_match set to true. (#​34296)

  • pkg/stanza: fix nil value conversion (#​34672)

  • k8sclusterreceiver: Lower the log level of a message indicating a cache miss from WARN to DEBUG. (#​34817)

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector)

v0.108.1

Compare Source

🧰 Bug fixes 🧰
  • mdatagen: Fix a missing import in the generated test file (#​10969)

v0.108.0

Compare Source

🛑 Breaking changes 🛑
  • all: Added support for go1.23, bumped the minimum version to 1.22 (#​10869)
  • otelcol: Remove deprecated ConfmapProvider interface. (#​10934)
  • confmap: Mark confmap.strictlyTypedInput as stable (#​10552)
💡 Enhancements 💡
  • exporter/otlp: Add batching option to otlp exporter (#​8122)
  • builder: Add a --skip-new-go-module flag to skip creating a module in the output directory. (#​9252)
  • component: Add TelemetrySettings.LeveledMeterProvider func to replace MetricsLevel in the near future (#​10931)
  • mdatagen: Add LeveledMeter method to mdatagen (#​10933)
  • service: Adds level configuration option to service::telemetry::trace to allow users to disable the default TracerProvider (#​10892)
    This replaces the feature gate service.noopTracerProvider introduced in v0.107.0
  • componentstatus: Add new Reporter interface to define how to report a status via a component.Host implementation (#​10852)
  • mdatagen: support using a different github project in mdatagen README issues list (#​10484)
  • mdatagen: Updates mdatagen's usage to output a complete command line example, including the metadata.yaml file. (#​10886)
  • extension: Add ModuleInfo to extension.Settings to allow extensions to access component go module information. (#​10876)
  • confmap: Mark module as stable (#​9379)
🧰 Bug fixes 🧰
  • batchprocessor: Update units for internal telemetry (#​10652)
  • confmap: Fix bug where an unset env var used with a non-string field resulted in a panic (#​10950)
  • service: Fix memory leaks during service package shutdown (#​9165)
  • mdatagen: Update generated telemetry template to only include context import when there are async metrics. (#​10883)
  • mdatagen: Fixed bug in which setting SkipLifecycle & SkipShutdown to true would result in a generated file with an unused import confmaptest (#​10866)
  • confmap: Use string representation for field types where all primitive types are strings. (#​10937)
  • otelcol: Preserve internal representation when unmarshaling component configs (#​10552)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Aug 27, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update involves changing the version number of the OTELCOL_BUILDER_VERSION variable in the Makefile from 0.107.0 to 0.108.0, and subsequently from 0.108.0 to 0.108.1. These changes reflect upgrades to the OpenTelemetry Collector Builder, indicating potential enhancements or fixes. The rest of the Makefile remains unchanged, ensuring continuity in the build process.

Changes

Files Change Summary
Makefile Updated OTELCOL_BUILDER_VERSION from 0.107.0 to 0.108.0 and then to 0.108.1

Sequence Diagram(s)

No sequence diagrams generated as the changes do not involve new features or modifications to the control flow.

Poem

🐰 In the garden of code, a version does bloom,
From 0.107 to 0.108, it sheds old gloom.
With each little hop, we upgrade with glee,
New features await, come dance with me!
A sprinkle of fixes, a dash of delight,
Let’s build together, from morning till night! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 626c06f and 428a994.

Files ignored due to path filters (5)
  • distributions/otelcol-kafka/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-loadbalancer/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-otlp/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-sampling/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-tracing/manifest.yaml is excluded by !**/*.yaml
Files selected for processing (1)
  • Makefile (1 hunks)
Files skipped from review due to trivial changes (1)
  • Makefile

@renovate renovate bot force-pushed the renovate/otel-collector-upstream-dependencies branch from 428a994 to cee5628 Compare August 27, 2024 19:45
@renovate renovate bot changed the title chore(deps): update otel-collector upstream dependencies to v0.108.0 chore(deps): update otel-collector upstream dependencies to v0.108.1 Aug 27, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 428a994 and cee5628.

Files ignored due to path filters (5)
  • distributions/otelcol-kafka/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-loadbalancer/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-otlp/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-sampling/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-tracing/manifest.yaml is excluded by !**/*.yaml
Files selected for processing (1)
  • Makefile (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • Makefile

@renovate renovate bot force-pushed the renovate/otel-collector-upstream-dependencies branch from cee5628 to adc8af3 Compare August 27, 2024 21:11
@renovate renovate bot changed the title chore(deps): update otel-collector upstream dependencies to v0.108.1 chore(deps): update otel-collector upstream dependencies Aug 27, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between cee5628 and adc8af3.

Files ignored due to path filters (5)
  • distributions/otelcol-kafka/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-loadbalancer/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-otlp/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-sampling/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-tracing/manifest.yaml is excluded by !**/*.yaml
Files selected for processing (1)
  • Makefile (1 hunks)
Files skipped from review due to trivial changes (1)
  • Makefile

@renovate renovate bot force-pushed the renovate/otel-collector-upstream-dependencies branch from adc8af3 to f30c2b2 Compare August 28, 2024 01:32
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between adc8af3 and f30c2b2.

Files ignored due to path filters (5)
  • distributions/otelcol-kafka/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-loadbalancer/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-otlp/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-sampling/manifest.yaml is excluded by !**/*.yaml
  • distributions/otelcol-tracing/manifest.yaml is excluded by !**/*.yaml
Files selected for processing (1)
  • Makefile (1 hunks)
Files skipped from review due to trivial changes (1)
  • Makefile

Copy link
Contributor Author

renovate bot commented Sep 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jpkrohling jpkrohling force-pushed the renovate/otel-collector-upstream-dependencies branch from cb7e23d to da9c6f7 Compare September 2, 2024 12:04
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
@jpkrohling jpkrohling merged commit 7731e3b into main Sep 6, 2024
62 checks passed
@jpkrohling jpkrohling deleted the renovate/otel-collector-upstream-dependencies branch September 6, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant