Skip to content

[signaltometricsconnector] Add gate for default error_mode ignore#48423

Draft
MukundaKatta wants to merge 1 commit into
open-telemetry:mainfrom
MukundaKatta:codex/signaltometrics-default-error-mode-ignore
Draft

[signaltometricsconnector] Add gate for default error_mode ignore#48423
MukundaKatta wants to merge 1 commit into
open-telemetry:mainfrom
MukundaKatta:codex/signaltometrics-default-error-mode-ignore

Conversation

@MukundaKatta
Copy link
Copy Markdown

Description

Adds an alpha feature gate for the signaltometrics connector to switch the default error_mode from propagate to ignore, matching the rollout requested in #48419. The existing default remains propagate until connector.signaltometrics.defaultErrorModeIgnore is enabled.

Also updates the config docs/schema and covers both default paths in a factory test.

Link to tracking issue

Fixes #48419

Testing

  • go test ./... from connector/signaltometricsconnector
  • git diff --check

@MukundaKatta MukundaKatta requested review from a team and ChrsMark as code owners May 15, 2026 20:04
@github-actions github-actions Bot added the first-time contributor PRs made by new contributors label May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib.

Important reminders:

  • Read our Contributing Guidelines.
  • Sign the CLA if you haven't already.
  • First-time contributors should have at most one PR not marked as draft until their first PR is merged.
  • If your change isn't one of our priority components, reviews may take more time.
  • Give reviewers at least a few days before pinging them for feedback.
  • If you need help or struggle to move your PR forward, raise the topic on #otel-collector-dev or a Collector SIG meeting.

@github-actions github-actions Bot requested a review from lahsivjar May 15, 2026 20:05
@MukundaKatta MukundaKatta marked this pull request as draft May 15, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[connector/signaltometrics] Change default error_mode to ignore

2 participants