Skip to content

Otel bump v0.115.0 -> v0.124.1 #1694

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

Paramadon
Copy link
Contributor

Description of the issue

This pr is for bumping contrib version from v0.116.0 to 0.124.1

  • Some changes included in this pr is - yaml changes due to default values appends label values for colliding OTel attributes (#35896) meaning conflicts will not be added as they are not needed
  • Changing validation from component.ValidateConfig(cfg))-> xconfmap.Validate(cfg)
  • Changing common/promlog package to common/promslog
  • Changing logger to slog to comply to promslog package logger version
  • NewNopSetting needs a component type parameter in there function now so adding that to all the calls for NewNopSetting

Description of changes

How does this change address the problem?

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

Describe what tests you have done.

Requirements

Before commit the code, please do the following steps.

  1. Run make fmt and make fmt-sh
  2. Run make lint

@Paramadon Paramadon requested a review from a team as a code owner May 19, 2025 17:45
@Paramadon Paramadon changed the title Paramadon/otel bump 0.124.1 Otel bump v0.115.0 -> v0.124.1 May 19, 2025
@Paramadon Paramadon force-pushed the paramadon/otel-bump-0.124.1 branch from 1ee5ad1 to a6c0bb6 Compare May 19, 2025 19:29
@Paramadon Paramadon force-pushed the paramadon/otel-bump-0.124.1 branch from 1c11a8b to c019f00 Compare May 20, 2025 01:05
@Paramadon Paramadon force-pushed the paramadon/otel-bump-0.124.1 branch from c019f00 to ca0c949 Compare May 20, 2025 01:26
@Paramadon Paramadon force-pushed the paramadon/otel-bump-0.124.1 branch 3 times, most recently from 76e99a6 to b80859b Compare May 21, 2025 01:58
@Paramadon Paramadon force-pushed the paramadon/otel-bump-0.124.1 branch from b80859b to a5c2769 Compare May 21, 2025 13:35
}
for _, sc := range scrapeConfigs {
if sc.ScrapeFallbackProtocol == "" {
sc.ScrapeFallbackProtocol = promconfig.PrometheusText1_0_0
Copy link
Contributor Author

@Paramadon Paramadon May 22, 2025

Choose a reason for hiding this comment

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

change this to 0_0_4 to be consistent with contrib.

return ContextStatement{
Context: "metric",
Statements: statements,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add a note of why this was added/changed and why we couldn't just have added error_mode: propogate.

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